Software Archive
Read-only legacy content
17061 Discussions

LoadLibrary API support

Intel_C_Intel
Employee
586 Views
Hello,
I am developing a Fortran DLL application in which I would like to load another DLL if it exists in a specified location and both not load it and not generate a "can't find DLL" error if it does not. Does anyone know if the LoadLibrary API call is supported in Fortran and if so, can someone point me to some sample code?
Thank you kindly in advance
David
0 Kudos
1 Reply
Steven_L_Intel1
Employee
586 Views
Yes, it works fine. See the sample DLLLOADEXP1 supplied with CVF for an example.

Steve
0 Kudos
Reply