- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
basic. The problem is that this dll uses a numerical library from fortran
(code fortran: use numerical_libraries).
i've created a program in visual
basic to read the functions that are in this created dll and there is no problem
because ive got fortran in my pc. if i try to run the visual basic
program in a pc without fortran, it doesnt work. the path where the created dll is,
is ok. the only problem is that it cant find the numerical library that uses fortran. ive
tried to add this library to the pc without fortran but it doesnt work.
Can anyone help me?
thanks
--
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I dont know if i have understood well. in the created dll i put "use numerical_libraries", so i donno what you mean by including the imsl fortran library in the static version. In the example you add, include 'link_fnl_shared_hpc.h', what's the name of the library because then you put static instead of shared to make it static. is this only an example?
So, what i understand is that i should add the imsl fortran library in a static way and not in a dinamyc way, is that right? and how can i do that? in the created dll i only put: include numerical_libraries
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I dont know if i have understood well. in the created dll i put "use numerical_libraries", so i donno what you mean by including the imsl fortran library in the static version. In the example you add, include 'link_fnl_shared_hpc.h', what's the name of the library because then you put static instead of shared to make it static. is this only an example?
So, what i understand is that i should add the imsl fortran library in a static way and not in a dinamyc way, is that right? and how can i do that? in the created dll i only put: include numerical_libraries
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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