G**T 发帖数: 388 | 1 【 以下文字转载自 Programming 讨论区 】
【 原文由 GTGT 所发表 】
I have a UNIX C++ code, including some cpp and h, and a makefile
now I want to compile it in VC++
what should I do?
thx | D****g 发帖数: 2860 | 2 if your code conforms ansi, doesn't contain anything UNIX specific stuff,
say, system calls, X11 etc, you can directly compile them with VC.
I don't know how VC deal with makefiles. But if I were in your shoes,
I would install a cygwin under windows and deal with make file with
gnu make.
【在 G**T 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 【 原文由 GTGT 所发表 】 : I have a UNIX C++ code, including some cpp and h, and a makefile : now I want to compile it in VC++ : what should I do? : thx
|
|