Compiling X apps under Microsoft C++ 4.X (NT 3.5 and up)
DISCUSSION
DISCUSSION
Currently our XDK-NT/Win95 product has been only linked with the Microsoft C++ (NT) ver 2.2. Therefore, when customers attempt to compile a program using eXceed/NT-XDK under Microsoft C++ 4.X they tend to get a series of undefined error messages. To resolve this problem the following settings must be done so the error messages are discontinued.
RESOLUTION
Suggested the following setting changes:
- Project, Settings, Link, Category = Input, Activate Ignore All Default Libraries
- Project, Settings, Link, Category = Input, Add msvcrt.lib to Object library
- Project, Settings, C/C++, Set Category to "Code Generation", Set Use Run-Time Library to "Multithreaded using DLL"
- Project, Settings, C/C++, Set Category to "Preprocessor", Set Additional Include Directories to the eXceed include files path.
ie. d:\win32app\exceednt\xdk\include\ - Project, Update All dependencies


Print View
Contact Me