-
Notifications
You must be signed in to change notification settings - Fork 163
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
compile error #16
Comments
bro as far as i remember, be care about Release or Debug mod, and care for x86 and x64 download 32Bit version if you compile for x86(32bit), or download 64bit from sfml offical website. steps : https://prnt.sc/v7inff https://prnt.sc/v7iole https://prnt.sc/v7ip22
sfml-system -{static library} -{debug mod} but importantly be sure for 32 or 64 bit versions Not : i was get crash error if i use audio library and audio effect for injectable dll file. |
thank you so much, I solved it |
I got the following error when compiling
Error LNK2019 unresolved external symbol "__declspec(dllimport) public: __thiscall sf::String::String(char const *,class std::locale const &)" (_imp??0String@sf@@QAE@PBDABVlocale@std@@@z) referenced in function "public: void __thiscall Overlay::createWindow(void)" (?createWindow@Overlay@@QAEXXZ)
you can also check the screenshot
https://imgur.com/IAHqTOR
The text was updated successfully, but these errors were encountered: