Compile Linux application for Windows (C) -


can compile linux application, linux-only available libraries, windows ?

i know author of nginx web server uses wine tools linux-based project working on win32, natively, how ?

is mingw support create windows binaries linked linux-specific libraries/headers ?

ps: not want use cygwin due big lost performance...

using mingw32 environment, have find or build libraries on project want build depends (and libraries on libraries depend).

you might end having implement functionality missing on platform. 1 of reasons cygwin slow hoops has jump through simulate unix-y things missing on windows.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -