Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

VB6 exe cannot find VF dll

mcphome_com
Beginner
976 Views
Hi
My Visual Basic 6 program works properly on Windows 98. But on some Windows XP systems it does not find my .dll which is written in fortran. I have tried both System32 and application directory for placing my .dll, but there was no difference. regsvr32 or visual studio installershow error messages while they register this dll.I am using visual fortran, a member of visual studio 97.
You may want to download this program here.
Please help.
Thank you,
0 Kudos
4 Replies
Steven_L_Intel1
Employee
976 Views
First, make sure you built your DLL in a "release" configuration, not "debug". Then, on the other systems, download and install the redistributables package found here.
0 Kudos
mcphome_com
Beginner
976 Views

Thank you sblionel

My dll was built in release format. I will try your suggestion. I think you mean that I should add these files to my package, dont you?

Please let me know if there is any other point.

Thank you again,

Mehdi

Message Edited by mcphome.com on 11-28-2004 12:40 PM

0 Kudos
Steven_L_Intel1
Employee
976 Views
You could add the files to your package if you want. To find out what DLLs you need, right click on your DLL and select View Dependencies. It most likely needs DFORRT.DLL or DFORMD.DLL.
0 Kudos
mcphome_com
Beginner
976 Views
Thank you Steve
Your suggestion solved my problem. Thank you very much.

Message Edited by mcphome.com on 11-28-2004 12:39 PM

0 Kudos
Reply