Is it possible to link a static library built with VS2005 into an application that is to be built with gcc (in Cygwin)?
|
|
|
|
|
|
|
Unlike UNIX where there was no standard C++ ABI for years, Windows has had a standard C++ ABI from the beginning. So, yes, it's possible. But it can be difficult. |
||||
|
|
|
Theoretically it should work, but I would suggest to just try it. |
||
|
|
