Kinda not common "Unresolved External Symbol" #2029
Unanswered
elegant-asm
asked this question in
Q&A
Replies: 0 comments
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'm trying to implement Luau as "scripting" for my projects. The problem I have is that while I'm trying to add Luau as reference I'm getting weird unresolved external symbol. Maybe I'm just stupid but seriously I don't understand why it happens.
I did included .libs into Linker -> Additional Dependencies.
I did included '/include' folders that I need from luau project.
Everything works fine but this error is getting me on nerves. I don't have example projects that uses luau (at least I can't find). So I'm trying to find help here. Thanks.
I'm using Visual Studio 2022 as building tool. Error happens at any Configuration. (Debug/Release)
The error:
The code:
Beta Was this translation helpful? Give feedback.
All reactions