藏宝湾网游单机站

 找回密码
 注册

QQ登录

只需一步,快速开始

★69 元包站 Gm 手游平台★

★69 元包站 Gm 手游平台★

★Gm 游戏平台【无限资源包站平台,真正体验gm和土豪感觉】★

★白嫖放置传奇 玩通关算你赢★

★白嫖放置传奇 玩通关算你赢★

★白嫖长久耐玩型 放置类挂机传奇游戏 充值可打 安全挂机 可交易 无PK★

★@梦幻长久耐玩全新大唐九黎★

★@!!——梦幻长久耐玩全新大唐九黎——!!★

★★新增全新门派九黎城, ★侵烛系统 ★静脉系统 ★赐福系统 ★战斗动作声效系统 ★全场景NPC、召唤兽迭代最新 ★17个副本,完全还原 ★独家PK系统,享受极致免费PK★★

承接推广
★承接推广★

★承接推广★

☆ 六一活动开放-放置传奇☆

★ 六一活动开放-放置传奇★

★可白嫖 上班摸鱼类 放置文字传奇游戏(放置休闲)qq群756025698★

★三职业复古★开局送神装★爆率100%★零氪首选★

★三职业复古★开局送神装★爆率100%★零氪首选★

★〖双线〗〖无忧传奇〗〖每日新区〗〖开局送神装 100%高爆率 装备元宝打怪爆〗★

承接推广

★承接推广★

★承接推广★

承接推广

★承接推广★

★承接推广★

★DNF★全职业平衡★公益服★
★DNF★全职业平衡★公益服★

【dnf86版本】【怀旧服】【全职业平衡】【非变态服】【非商业服】【774031300】

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

★承接推广★

查看: 1349|回复: 12

[手工架设] 远征ol源代码服务端Win转换linux系统

[复制链接]
 楼主| 发表于 2026-4-7 21:36:40 | 显示全部楼层 |阅读模式
本帖最后由 bfdz49 于 2026-4-8 16:18 编辑

   命令:cd /home/server
make clean
make


通过网盘分享的文件:20260408_161332.mp4
链接: https://pan.baidu.com/s/1lM5cxKk6HP3zVcl4asBMTg 提取码: nkt6 编译视频
--来自百度网盘超级会员v1的分享

In file included from ./WinCompat/stdafx.h:47:0,
                 from AIServer/AIActionRetrieve.cpp:16:
./Include/HelperFunc.h: In function ‘const char* MoneyToString(int)’:
./Include/HelperFunc.h:200:45: warning: invalid conversion from ‘const char*’ to ‘size_t {aka long unsigned int}’ [-fpermissive]
         sprintf_s(strMoney, "%dé?-", nJin); strTemp += strMoney;
                                             ^
In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/cstdio:42:0,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/string_conversions.h:43,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/basic_string.h:6349,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/string:52,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/locale_classes.h:40,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/ios_base.h:41,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ios:42,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ostream:38,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/iterator:64,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/backward/hashtable.h:63,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/hash_map:64,
                 from ../Common/Base/Include/Compatibility.h:332,
                 from ./WinCompat/stdafx.h:7,
                 from AIServer/AIActionRetrieve.cpp:16:
/usr/include/stdio.h:386:12: note:   initializing argument 2 of ‘int snprintf(char*, size_t, const char*, ...)’
extern int snprintf (char *__restrict __s, size_t __maxlen,
            ^~~~~~~~
In file included from ./WinCompat/stdafx.h:47:0,
                 from AIServer/AIActionRetrieve.cpp:16:
./Include/HelperFunc.h:200:45: warning: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
         sprintf_s(strMoney, "%dé?-", nJin); strTemp += strMoney;
                                             ^
In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/cstdio:42:0,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/string_conversions.h:43,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/basic_string.h:6349,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/string:52,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/locale_classes.h:40,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/ios_base.h:41,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ios:42,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ostream:38,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/iterator:64,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/backward/hashtable.h:63,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/hash_map:64,
                 from ../Common/Base/Include/Compatibility.h:332,
                 from ./WinCompat/stdafx.h:7,
                 from AIServer/AIActionRetrieve.cpp:16:
/usr/include/stdio.h:386:12: note:   initializing argument 3 of ‘int snprintf(char*, size_t, const char*, ...)’
extern int snprintf (char *__restrict __s, size_t __maxlen,
            ^~~~~~~~
In file included from ./WinCompat/stdafx.h:47:0,
                 from AIServer/AIActionRetrieve.cpp:16:
./Include/HelperFunc.h:204:45: warning: invalid conversion from ‘const char*’ to ‘size_t {aka long unsigned int}’ [-fpermissive]
         sprintf_s(strMoney, "%d??¤", nYin); strTemp += strMoney;
                                             ^
In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/cstdio:42:0,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/string_conversions.h:43,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/basic_string.h:6349,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/string:52,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/locale_classes.h:40,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/ios_base.h:41,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ios:42,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ostream:38,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/iterator:64,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/backward/hashtable.h:63,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/hash_map:64,
                 from ../Common/Base/Include/Compatibility.h:332,
                 from ./WinCompat/stdafx.h:7,
                 from AIServer/AIActionRetrieve.cpp:16:
/usr/include/stdio.h:386:12: note:   initializing argument 2 of ‘int snprintf(char*, size_t, const char*, ...)’
extern int snprintf (char *__restrict __s, size_t __maxlen,
            ^~~~~~~~
In file included from ./WinCompat/stdafx.h:47:0,
                 from AIServer/AIActionRetrieve.cpp:16:
./Include/HelperFunc.h:204:45: warning: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
         sprintf_s(strMoney, "%d??¤", nYin); strTemp += strMoney;
                                             ^
In file included from /opt/rh/devtoolset-7/root/usr/include/c++/7/cstdio:42:0,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/string_conversions.h:43,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/basic_string.h:6349,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/string:52,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/locale_classes.h:40,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/bits/ios_base.h:41,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ios:42,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ostream:38,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/iterator:64,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/backward/hashtable.h:63,
                 from /opt/rh/devtoolset-7/root/usr/include/c++/7/ext/hash_map:64,
                 from ../Common/Base/Include/Compatibility.h:332,
                 from ./WinCompat/stdafx.h:7,


   这些只是老 Windows MMO 项目 → Linux 移植 /+ 头文件顺序 + 警告没有错误不影响编译  系统安装C++11 还有依赖库必须安装 不然编译失败
DBSvr/DBServer/DBServer         
├── SceneServer/SceneServer/SceneServer   
├── Social/SocialServer/SocialServer      
├── ServerManager/ServerManager/ServerManager
├── start_servers.sh  (启动脚本)
├── stop_servers.sh   (停止脚本)
├── status.sh         (状态脚本)

通过网盘分享的文件:远征源代码Win转换linux系统qq290076648.exe
链接: https://pan.baidu.com/s/1p7ajEjuLDxokCkUsZyoTHQ 提取码: qvp8
--来自百度网盘超级会员v1的分享



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x

评分

参与人数 1金币 +3 收起 理由
demo + 3 『不要一直学习,要注意休息~』

查看全部评分

回复

使用道具 举报

发表于 2026-4-7 21:43:03 | 显示全部楼层
感谢分享,客户端有吗
回复 支持 反对

使用道具 举报

发表于 2026-4-7 22:03:08 | 显示全部楼层
多谢分享哦,看看
回复 支持 反对

使用道具 举报

发表于 2026-4-7 22:23:40 | 显示全部楼层
gxfx 感谢分享
回复 支持 反对

使用道具 举报

发表于 2026-4-8 13:52:06 | 显示全部楼层
看不懂 帮顶
回复 支持 反对

使用道具 举报

发表于 2026-4-8 14:14:01 | 显示全部楼层
作为藏宝湾里最帅的男人,帅也给我的生活带来困扰。依稀记得,那年夏天,湾里五千女生联名举荐我当vvvvip,一部分女生甚至采取绝食、裸奔等过激的行为,最后我不得不站出来表达自己只想做一个平凡人的愿望,才让事情平息。但这直接造成了湾里的男人对我的嫉妒和仇视,以至于我的等级一直上不去。
回复 支持 反对

使用道具 举报

发表于 2026-4-8 15:16:04 | 显示全部楼层
不能转吧?????系统不一样。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2026-4-8 16:27:06 | 显示全部楼层
pklong 发表于 2026-4-8 15:16
不能转吧?????系统不一样。。

能全部函数定义重新写你去看视频就知道了
回复 支持 反对

使用道具 举报

发表于 2026-4-8 23:05:57 | 显示全部楼层
多谢分享
回复 支持 反对

使用道具 举报

发表于 2026-4-10 09:24:36 | 显示全部楼层
远征ol源代码服务端Win转换linux系统                                                                                                              
回复 支持 反对

使用道具 举报

发表于 2026-4-10 17:10:51 | 显示全部楼层
虽然搞不好,还是给大佬点个赞
回复 支持 反对

使用道具 举报

发表于 2026-4-11 23:05:19 | 显示全部楼层
之前帖子服务的客户端都失效了,能再分享下么大佬
回复 支持 反对

使用道具 举报

发表于 2026-4-12 06:28:45 | 显示全部楼层
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

本站内容如若侵犯到您的权益,请来电来函告知,我们会尽快处理!
联系QQ:1953150286,2251387361,123784736,免责申明

排行榜|联系我们|小黑屋|手机版|Archiver|游戏藏宝湾 |

GMT+8, 2026-6-5 01:14 , Processed in 0.195050 second(s), 20 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表