Go to the documentation of this file.
36 #ifdef __cplusplus_cli
37 #pragma managed(push, off)
99 #ifdef __cplusplus_cli
103 #if defined(_MSC_VER)
105 #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.
109 #pragma comment(lib, "clanGUI-dll.lib")
110 #pragma comment(lib, "clanCSSLayout-dll.lib")
112 #pragma comment(lib, "clanGUI-static-mtdll.lib")
113 #pragma comment(lib, "clanCSSLayout-static-mtdll.lib")
115 #pragma comment(lib, "clanGUI-static-mt.lib")
116 #pragma comment(lib, "clanCSSLayout-static-mt.lib")
120 #pragma comment(lib, "clanGUI-dll-debug.lib")
121 #pragma comment(lib, "clanCSSLayout-dll-debug.lib")
123 #pragma comment(lib, "clanGUI-static-mtdll-debug.lib")
124 #pragma comment(lib, "clanCSSLayout-static-mtdll-debug.lib")
126 #pragma comment(lib, "clanGUI-static-mt-debug.lib")
127 #pragma comment(lib, "clanCSSLayout-static-mt-debug.lib")