vote up 1 vote down star

Is it possible to link a static library built with VS2005 into an application that is to be built with gcc (in Cygwin)?

flag

2 Answers

vote up 2 vote down check

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.

link|flag
I never got it working, I tried creating a DLL instead and that worked like a charm. – Soo Wei Tan Jul 14 at 18:29
I'm sorry the static option didn't work. I've noticed Windows sometimes has trouble if I name my output files "file.o" instead of "file.obj". I haven't yet figured out why that is. – Max Lybbert Jul 15 at 7:04
vote up 0 vote down

Theoretically it should work, but I would suggest to just try it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.