Fails to compile
Status: Beta
Brought to you by:
isemenov
Platform:WinXP SP2 using MINGW 3.4.5/CMAKE 2.6.
CMAKE built the necessary makefiles but code fails to compile.
Two problems...
1) first attempt, compiler complained about '_library' not being declared in DynamicLibrary.cpp[line 160]. Assumed this was a typo and replaced with 'library_'.
2) second attempt, compiler halted on same line (DynamicLibrary.cpp[line 160]) with an error about invalid static cast from type 'int (*)( )' to type 'void*'.
1) is a type, fixed in work version
2) please, specify, what compiler do you use?