Mail Archives: cygwin/1996/12/13/14:38:04
> The problem is due (I think) to incompatablity between gnu-win32 and win32
> DLLs.
> Apparently win32 DLLs compiled with say MS C/C++ will not work if they are
> called
> by an application written using say Borland C/C++, and visa versa.
This cannot be completely true. gnu-win32 uses all kinds of DLLs that
were compiled with MS C/C++ - like kernel32.dll...
I think, perhaps, it's just a matter of chosing the correct calling convention
for your DLL routines. For instance, I bet many languages like VB or DELPHI
would use the sdtcall convention. If everyone is using the same calling
convention, then everything should work just fine. Unless, of course, the
DLL isn't well behaved (like not re-entrant). Again, I want to stress
that gcc uses several system dlls so it must be do-able. It just needs to
be better explained/documented as to how.
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -