- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I need for my programs to be able to check for the presence of my homemade Fortran DLLs, and load and use them if present, whilst ignoring them if not present. The standard CVF DLL code bombs out at startup if a DLL is not present along the path, and I need to make that optional in my programs. How do I do that?
Thanks
Steve
I need for my programs to be able to check for the presence of my homemade Fortran DLLs, and load and use them if present, whilst ignoring them if not present. The standard CVF DLL code bombs out at startup if a DLL is not present along the path, and I need to make that optional in my programs. How do I do that?
Thanks
Steve
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You use the Win32 API routines LoadLibrary and GetProcAddress. For an example, see CVF-provided sample DLLLOADEXP1
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