C++ linux interface for Windows? -


i know cygwin windows interface linux, there linux interface windows.

if use linux interface windows, once library built on interface can used build projects on windows?

i'm looking solution myriad of build errors when building open source c++ libraries.

thanks

cygwin not "windows interface linux" per se. it's set of emulation libraries, tools, , bash shell allows existing unix/linux code recompiled , run on windows. apps compiled exes within cygwin can redistributed other windows machines including built exe , subset of cygwin dlls same install directory.

i suspect if took open source code, , built shared libary (.dll) under cygwin, link code dll. might possible build .lib files, i've never tried. distribute executables built under visual studio (or other compiler), cygwin compiled binaries, , cygwin runtime together.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -