‘strcmp’ was not declared in this scope
strcmp function is declared in string.h try to put in DynamicLibrary.cpp and stderr is defained in stdio.h so put that too From time to time I found open source code with missing header files as well. UPDATE: If you have different name, you can search include directory, in real GNU/Linux bash (should work with Windows … Read more