robot icon indicating copy to clipboard operation
robot copied to clipboard

VS15 Linking problem

Open rogueyoshi opened this issue 9 years ago • 1 comments

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)

rogueyoshi avatar Jun 23 '16 20:06 rogueyoshi

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.

Sqeaky avatar Jul 06 '16 16:07 Sqeaky