Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
[SOLVED] "47 Unresolved Externals" Error when compiling.
Print
Pages:
1
[
2
]
Author
Topic: [SOLVED] "47 Unresolved Externals" Error when compiling. (Read 7596 times)
0 Members and 2 Guests are viewing this topic.
eXpl0it3r
SFML Team
Hero Member
Posts: 11032
Re: "47 Unresolved Externals" Error when compiling.
«
Reply #15 on:
May 07, 2015, 03:27:49 am »
As I said the libs listed as "inherited" in one of your screenshots aren't getting linked. No idea what you did exactly, but if you do what the official tutorial says it will work.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
ninjaboyangel
Newbie
Posts: 13
Re: "47 Unresolved Externals" Error when compiling.
«
Reply #16 on:
May 07, 2015, 03:28:58 am »
Oh okay thanks, I'll try that.
Logged
ninjaboyangel
Newbie
Posts: 13
Re: "47 Unresolved Externals" Error when compiling.
«
Reply #17 on:
May 07, 2015, 11:59:47 pm »
It works now. I got another error about _WinMain@16 but i found inline that i need to add "/ENTRY:"wWinMainCRTStartup" to Properties -> Linker -> Command Line. Thanks for your help!
Logged
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Re: [SOLVED] "47 Unresolved Externals" Error when compiling.
«
Reply #18 on:
May 08, 2015, 12:28:25 am »
Or link to sfml-main...
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
ninjaboyangel
Newbie
Posts: 13
Re: [SOLVED] "47 Unresolved Externals" Error when compiling.
«
Reply #19 on:
May 08, 2015, 01:35:27 am »
I already had, it just wasn't working
Logged
Print
Pages:
1
[
2
]
SFML community forums
»
Help
»
General
»
[SOLVED] "47 Unresolved Externals" Error when compiling.