robot
robot copied to clipboard
VS15 Linking problem
I get the following output when I try to build robot as a static library in my project.
1>C:\Users\rogueyoshi\Documents\Visual Studio 2015\Projects\AetherSource\src\robot\Source\memory.h(116): error C3423: Use of incomplete type 'Robot::Process' (compiling source file DirectXWrapper.cpp)
1> C:\Users\rogueyoshi\Documents\Visual Studio 2015\Projects\AetherSource\src\robot\Source\memory.h(21): note: see declaration of 'Robot::Process' (compiling source file DirectXWrapper.cpp)
Are you using the Premade solution or CMake?
If it is the solution then likely you are missing something, if it is the CMake file then that is possible too but maybe I missed something in the library search when I did that.