Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

error in DLL build

jthapar
ビギナー
925件の閲覧回数
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 件の賞賛
1 返信
Steven_L_Intel1
従業員
925件の閲覧回数
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
返信