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

Author Topic: DSFML compile error: Undefined Symbol  (Read 4992 times)

0 Members and 1 Guest are viewing this topic.

JayArby

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
DSFML compile error: Undefined Symbol
« on: October 25, 2011, 10:59:44 pm »
Hi,

I can't seem to compile any code with DSFML. I get "symbol undefined" errors for each DSFML symbol I use. It would appear I am missing some libs, but I am already linking all the csfml libs and the dsfml libs. Are there any other libs I need to link, or is this something else?

I running Windows XP SP3, for the record, and I am using dmd 1.0 with tango.

Trass3r

  • Jr. Member
  • **
  • Posts: 91
    • View Profile
DSFML compile error: Undefined Symbol
« Reply #1 on: November 02, 2011, 12:26:00 am »
You have to use D2.

 

anything