View Single Post
Old 23rd December 2003, 06:30 AM   #1
poort
Junior Member
Junior member
 
Join Date: Dec 2003
Posts: 1
Default Plugins in Visual C++ 7 (.NET)

ac_plugin.h contains an #ifdef WINDOWS statement. But in Visual C++ 7 WINDOWS not defined. So either change this statement to #ifdef _WINDOWS or put #define WINDOWS in your own code.

If you don't change this your plugin will compile fine in Visual C++ 7, but it will not export any functions and AC3D will generate an error when loading your plugin.
poort is offline   Reply With Quote