头一次跟老外(个人)发邮件.嘿嘿

Paul Breeuwsma 发送至 我
显示详细信息 0:47 (9小时前) 回复

Hi,

You have to compile every *.cc file in the src directory to an object file (*.o).
And then you link all the object files and the required libraries together to an exe file.
It’s a bit puzzling to find out to which libraries you have to link.
I know this compiling proces usually happens with a makefile, but I didn’t make one.

Good luck,

Paul

 

昨天终于让我给弄到了个MinGW的直接安装版.前些日子一直再找,有的是在线安装的,根本下载不了,去官方FTP下载,老是下到80%就连接中断.郁闷死

昨天终于在木鱼交流群(wow模拟器研究)里被高人指点,叫我直接下个MinGW Developer Studio,英文版的(废话,编程软件大都英文版的)


不过现在还是郁闷中,大家看看他发给我的邮件就知道了..

这会不管了,玩游戏去.嘿嘿

没找着相关日志,随机看看吧

Tags: , ,

  1. 嗨,

    你必须编译每个*.抄送文件中的src目录中的对象文件( *. o )段。
    然后你联系的对象所有的档案和图书馆所需的共同努力,一个exe文件。
    这是一个有点令人费解找出该图书馆你必须链接。
    我知道这编纂过程通常是一个Makefile文件,但我并没有作一次。

    祝您好运,

    保罗

    还是搞不懂他在说什么