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

Author Topic: VC2008 buffer issue  (Read 1215 times)

0 Members and 1 Guest are viewing this topic.

CarlosM

  • Newbie
  • *
  • Posts: 4
    • View Profile
VC2008 buffer issue
« on: August 04, 2010, 06:53:52 am »
Hello. When I try to run/compile my project at VC2008, my linker complains and says buffer saturation has damaged internally my program.

My code works on other developers' PCs, so I think it is an issue related with my VC, my computer, or with WinXP SP3. It runs on a x86 processro (I'm telling this because I know it has something to do--just don't know that)

Please help me.

Regards

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
VC2008 buffer issue
« Reply #1 on: August 04, 2010, 08:50:21 am »
Do you link to the SFML debug libraries (-d suffix) in debug mode?
Laurent Gomila - SFML developer

CarlosM

  • Newbie
  • *
  • Posts: 4
    • View Profile
VC2008 buffer issue
« Reply #2 on: August 04, 2010, 05:04:52 pm »
That worked. Now, when I compile, I can run my project, but at debug mode, the window closes before displaying anything. No need to solve this one, though :) .

Thanks Laurent

Regards

 

anything