You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was excited to try out your product but I got an error:
"LNK2019: unresolved external symbol mixbox_lerp referenced in function main".
can somebody help resolve this?
The text was updated successfully, but these errors were encountered:
I mean, you can't just include the .h file. You also have to compile the .cpp file so there is something to link to.
That linker error looks like Visual Studio. If you are using a .sln file, add mixbox.cpp to your solution. If you are using CMake, add it to your CMakeLists.txt file.
I was excited to try out your product but I got an error:
"LNK2019: unresolved external symbol mixbox_lerp referenced in function main".
can somebody help resolve this?
The text was updated successfully, but these errors were encountered: