Products  | Support & Services  | News & Events  | Partners  | Policies  | Global Sites
Home > Support > Hummingbird Connectivity Products > Exceed >  Compiling X apps under Microsoft C++ 4.X (NT 3.5 and up) Print View   Contact Me
Connectivity Support


Compiling X apps under Microsoft C++ 4.X (NT 3.5 and up)
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:

  1. Project, Settings, Link, Category = Input, Activate Ignore All Default Libraries
  2. Project, Settings, Link, Category = Input, Add msvcrt.lib to Object library
  3. Project, Settings, C/C++, Set Category to "Code Generation", Set Use Run-Time Library to "Multithreaded using DLL"
  4. Project, Settings, C/C++, Set Category to "Preprocessor", Set Additional Include Directories to the eXceed include files path.
    ie. d:\win32app\exceednt\xdk\include\
  5. Project, Update All dependencies