Adding Luau to C++ project - unresolved external symbol __imp__ #1675
Unanswered
SeyedAlirezaFatemi
asked this question in
Q&A
Replies: 1 comment
-
You have to link every library you use to the C++ linker |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I've been trying to add Luau to my C++ project but I get the following error:
I have set the following cmake options:
and I'm compiling on windows using
/MT
. Any idea what I'm doing wrong and how I can fix this?Beta Was this translation helpful? Give feedback.
All reactions