1
Window / Instantiation of sf::Window
« on: February 01, 2011, 08:03:06 am »Quote from: "Laurent"
QuoteBut is there any memory allocation in
sf::Window App;
Nop, the default constructor is empty.
You can try copying the Window class to your code (just the members & default constructor) and play with it to see what's wrong.
Never mind my problem, I tried to replace the call to sf::Window by a huge dummy matrix allocation and it changed the result too. So the problem seems to come from calc(). I'll try to see what I can get with valgrind.
Thanks.