Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: [SOLVED] "47 Unresolved Externals" Error when compiling.  (Read 7145 times)

0 Members and 7 Guests are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10991
    • View Profile
    • development blog
    • Email
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.
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
    • View Profile
    • Email
Re: "47 Unresolved Externals" Error when compiling.
« Reply #16 on: May 07, 2015, 03:28:58 am »
Oh okay thanks, I'll try that.

ninjaboyangel

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
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!

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6287
  • Thor Developer
    • View Profile
    • Bromeon
Re: [SOLVED] "47 Unresolved Externals" Error when compiling.
« Reply #18 on: May 08, 2015, 12:28:25 am »
Or link to sfml-main...
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

ninjaboyangel

  • Newbie
  • *
  • Posts: 13
    • View Profile
    • Email
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

 

anything