Closed TheEpicFace007 closed 3 years ago
I do not believe you are linking the library and do you have the required headers in your project
So this library is designed to be used with CMake, since CMake automates things like adding a platform specific main file, including only the .cpp
and .h
files you need, etc.
It's possible to use this library as a .lib
file without CMake but it does make thing harder:
Using CrossWindow with as a .lib
should be a matter of compiling the library, then including CrossWindow's header files found in the src/
folder. Just including that folder should be enough.
I compiled the library and added the .lib and added the include directory to a build of the example however I got the following errors: