compaq visual fortran dll

G

Guest

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top