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

Author Topic: debug/release problem  (Read 1641 times)

0 Members and 1 Guest are viewing this topic.

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
debug/release problem
« on: December 17, 2011, 05:42:49 pm »
when I try to compiled on release it didn't work, and said something about the line of the window.

In the debug it didn't happen.

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
debug/release problem
« Reply #1 on: December 17, 2011, 05:56:41 pm »
Without a reasonable problem description, it is impossible to help you.

What message did exactly occur? Example code? What are your linker settings? And so on...
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
debug/release problem
« Reply #2 on: December 17, 2011, 05:59:50 pm »

here the message

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
debug/release problem
« Reply #3 on: December 17, 2011, 06:28:16 pm »
Also post a minimal and complete example code that reproduces this problem. Minimal and complete, not your whole code. The line where the error occurs, the list of linked libraries and the current configuration (e.g. Release DLL) are useful, too.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

mentaman10

  • Newbie
  • *
  • Posts: 16
    • View Profile
debug/release problem
« Reply #4 on: December 17, 2011, 06:37:52 pm »
I got what is the problen, I should recompile the dll as a release dll..

but now I have other problem...
I'm not sure if it is because the soil or because the sfml, it didn't happen when I used Win32 to create window...

 

anything