Calling a DLL from another DLL
Jean-Marc Monfort
jean-marc.monfort@oracle.com
Tue May 20 16:37:00 GMT 2003
Hi all,
I am writing a DLL in C and some of my functions need to call external functions, from another DLL (provided by a partner). When I generate my DLL, I don't have any errors. But my test program crashes when it calls my functions which call the other DLL function...
So my questions are simple : Do I need to call "Loadlibrary()" into my DLL? Do I need to add something on the gcc command line when I generate the DLL?
Thanks in advance!
Jean-Marc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030520/ec48062f/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Jean-Marc Monfort.vcf
Type: text/x-vcard
Size: 1701 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc/attachments/20030520/ec48062f/attachment.vcf>
More information about the Gcc
mailing list