- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it works fine. See the sample DLLLOADEXP1 supplied with CVF for an example.
Steve
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page