Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LNK2019 - unresolved external symbol mixbox_lerp referenced in function main #26

Open
BKBLUEY opened this issue Nov 1, 2024 · 1 comment

Comments

@BKBLUEY
Copy link

BKBLUEY commented Nov 1, 2024

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?

@jwezorek
Copy link

jwezorek commented Jan 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants