- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Message Edited by mcphome.com on 11-28-2004 12:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Steve
Your suggestion solved my problem. Thank you very much.
Message Edited by mcphome.com on 11-28-2004 12:39 PM

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page