Re: Want to build Win32 API code and Posix API code in Cygwin

2014-02-24 Thread Qw Liu
I'm trying for long-term resolution, but is there any approach I can have a quick try w/o stbility and performance consideration? Thanks a lot and appreciated for your reply! 2014-02-24 17:55 GMT+08:00 Andrey Repin anrdae...@yandex.ru: Greetings, Qw Liu! I have legacy code (part

Want to build Win32 API code and Posix API code in Cygwin

2014-02-23 Thread Qw Liu
Hi All, I have legacy code (part A) written in Posix API that I want to port to Windows, and there is also some other necessary code (part B) written in Win32 API, but seems that I cannot use GCC on Cygwin to build them (A and B) together to get the executable program, since I met issue like