anyone have implicit linkage of gcc DLLs working in Visual C?

2003-01-24 Thread Todd West
I'm experimenting with using Cygwin and gcc -shared to build Windows DLLs which are called by code compiled by VC6.0 SP5 or the Intel C 7.0 plug-in for VC. I've using some very small stubs of test code and DLLs extracted from Atlas 3.4.1. Implicitly linked calls go down fine at compile and link

RE: anyone have implicit linkage of gcc DLLs working in Visual C?

2003-01-27 Thread Todd West
lib /DEF:foo.def /OUT foo.lib Hey, thanks! After a little reverse engineering to verify VC's lib.exe produces .libs which reference a DLL of the same name as the .def (e.g. foo.dll) I've got this working. For reference, the syntax I'm using to build and link Atlas is gcc -mno-cygwin -shared