SFML community forums

Help => General => Topic started by: CarlosM on August 04, 2010, 06:53:52 am

Title: VC2008 buffer issue
Post by: CarlosM 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
Title: VC2008 buffer issue
Post by: Laurent on August 04, 2010, 08:50:21 am
Do you link to the SFML debug libraries (-d suffix) in debug mode?
Title: VC2008 buffer issue
Post by: CarlosM 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