- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello, please, someone helps me to solve problem as follows.
My software made by fortran does not run under Windows XP home edition.
Error message said DFORRT.DLL(6.6.913.106,6.6 - 913 (Update B) )runs not normall .
This phenomenon occasionally is happen and the message appears.
By the way, same program always runs normally under Windows XP Professioinal edition.
Does someone have information to solve this problem or hint?
Let me know it as soon as possible.
링크가 복사됨
5 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I am not aware of any such issues. What does the error message actually say (exact and complete text)?
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
We sawthisproblem a while ago when we used Compac Visual Fortran. The origin of the problem back then was that thefile dforrt.dll wasrequired when running a Fortran DLL made by Compac Visual Fortran. We resolved the problem by sendingdforrt.dll with our application. You should find the dforrt.dllthat comes with your compiler andput it in the same folder as the dll you have made. Other DLL's may or may not be needed too - if you find which DLL's are required, put them all in the same folder as your application.
I hope this works,
Lars Petter Endresen
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
True - if your application or DLL is linked against DFORRT.DLL, you need that DLL present when running on a system, any system, that does not have CVF installed. This is not particular to XP Home.
