- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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,
링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thank you Steve
Your suggestion solved my problem. Thank you very much.
Message Edited by mcphome.com on 11-28-2004 12:39 PM
