C_CLS.cpp:85:8: error: ‘HMODULE’ does not name a type; did you mean ‘MODE’? static HMODULE CLS_Handles[1000];
C_CLS.cpp: In function ‘void CLS_BeforeUnloadDLL()’:
C_CLS.cpp:93:55: error: ‘CLS_Handles’ was not declared in this scope
CLS_MAIN *ClsMain = (CLS_MAIN*) GetProcAddress (CLS_Handles [registered_methods], "ClsMain");
^~~~~~~~~~~
C_CLS.cpp:93:39: error: ‘GetProcAddress’ was not declared in this scope
CLS_MAIN *ClsMain = (CLS_MAIN*) GetProcAddress (CLS_Handles [registered_methods], "ClsMain");
^~~~~~~~~~~~~~
C_CLS.cpp:95:5: error: ‘FreeLibrary’ was not declared in this scope
FreeLibrary (CLS_Handles [registered_methods]);
^~~~~~~~~~~
make: *** [/tmp/out/FreeArc/C_CLS.o] Error 1
make: *** No rule to make target '/tmp/out/FreeArc/C_LZ4.o', needed by 'Example-C.exe'. Stop.
Environment.cpp: In member function ‘void LargestMemoryBlock::test()’:
Environment.cpp:246:54: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
printf("Allocated %4d mb, addr=%p\n", size>>20, p);
make: *** [/tmp/out/FreeArc/C_CLS.o] Error 1
make: *** No rule to make target '/tmp/out/FreeArc/C_LZ4.o', needed by 'Example-C.exe'. Stop.
Environment.cpp: In member function ‘void LargestMemoryBlock::test()’: