
visual basic 4.0 call to borland c++ 5.0 dll
--
Ron Ruble
Raffles Software Development, Inc.
Quote:
<snip>
>The Microsoft compiler doesn't "mangle" names either if you list the
>name in the "exports" section of your module definition file.
True; but I think Borland does that without a DEF file.
This came up when VC++ 4.0 was new; a bunch of folks
I worked with saw in the docs: 'use declspec(dllexport)
instead of a DEF file', and went crazy trying to figure out
why they kept getting 'specified DLL function not found'