compaq visual fortran dll
Sounds like a missing dependency. options:
Static link all required libraries
A distribution utility that will package these up for you (I would have
thought that there would be one)
Use "depends" to find missing dll's
"vbfortran" wrote:
Hi all!
I hope I could get some help over here. I have succesfully managed to create
a fortran dll which includes lots of calculation code (functions). I have a
compaq visual fortran compiler, version 6.6. So, here comes my problem =
That .dll I created works just fine (all of the 24 functions) but problems
occurs when I try to use that same dll in another computer which does not
have compaq visual fortran compiler installed. I have created a .xla file
which calls the functions of that fortran dll. Why don't that dll work in
computers lacking fortran compiler? What have I done wrong, can anyone help
me?
Br,
visualfortran
|