- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi everybody
i have created a fortran dll Mod1.dll which uses some numerical functions. that's why in thecode ive added
use numerical_libraries
i call this library from a visual basic program that ive created. when i do this in a pc where fortran is installed, i dont have any problem. when i do it in a pc whitout fortran, it doesnt work because it cant find the library. that may be because the numerical libraries arent in this pc. what can i add so it can work?
ive got fortran in my pc and ive found numerical_libraries.mod and other files inside imsl\include and imsl\lib. what should i add and in which path?
thanks a lot. thats a big problem for m
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When linking your DLL, make sure you use Static libraries (not DLL libraries), then all the required IMSL stuff ought to be included with your DLL and it will not go searching for other DLLs to load when you call your DLL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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