#ifdef _WIN32 #include "stdafx.h" #endif #include "CRuntimeDll.h" #include <stdlib.h> //#include <string.h> //#include <ctype.h> #include "CRuntime.h" #include "cloudruntime.h" #define MAXFailureReasonSize 100 #ifndef RT_3_3 #define RT_3_3 #endif //#undef RT_3_3 CRUNTIMEDLL_API int acquireLicenseClient() { int status=-1; status=scr_acquireLicenseClient(); return status; } -- View this message in context: http://gcc.1065356.n5.nabble.com/Compiling-error-while-compiling-VC-code-on-Ubuntu-using-GCC-tp958768p958775.html Sent from the gcc - Help mailing list archive at Nabble.com.