Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

error in DLL build

jthapar
Beginner
772 Views
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?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
772 Views
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
0 Kudos
Reply