- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Currently I have a front end Visual Basic program and running a Fortran .EXE. I want to convert the .EXE file to a .DLL but I receive over 40 errors when trying to build the .DLL.
It is an LNK2001 error:
unresolved external symbol_waitonmouseevent
What is the major step I am leaving out?
It is an LNK2001 error:
unresolved external symbol_waitonmouseevent
What is the major step I am leaving out?
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Your EXE is a QuickWin application. It can't be turned into a DLL. You'll have to rewrite the user interface code to call the Win32 API directly.
Steve
Steve