37 #ifdef __cplusplus_cli 38 #pragma managed(push, off) 41 #include "App/clanapp.h" 43 #ifdef __cplusplus_cli 49 #error Your application is set to link with the single-threaded version of the run-time library. Go to project settings, in the C++ section, and change it to multi-threaded. 53 #pragma comment(lib, "clanApp-dll.lib") 55 #pragma comment(lib, "clanApp-static-mtdll.lib") 57 #pragma comment(lib, "clanApp-static-mt.lib") 61 #pragma comment(lib, "clanApp-dll-debug.lib") 63 #pragma comment(lib, "clanApp-static-mtdll-debug.lib") 65 #pragma comment(lib, "clanApp-static-mt-debug.lib")