- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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