View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
vbfortran vbfortran is offline
external usenet poster
 
Posts: 1
Default compaq visual fortran dll

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