Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacement Battery For Compaq Presario V2000 | New Users to Excel | |||
Compaq Presario V5305wm | New Users to Excel | |||
Column A=type, B=Model, how do I get Countif A=PC and B=Compaq | Excel Discussion (Misc queries) | |||
templates available for Compaq PDA? | Excel Discussion (Misc queries) | |||
Link to fortran | Excel Programming |