hi!
I am using the media-library SFML
And for some wierd reason this code gives me a error message:"#include <SFML/WINDOW.HPP>
int main() {
sf::Window App(sf::VideoMode(800, 600, 32), "SFML Window");
return 0;
}"
Compiling and linking works good but when trying to run it I get the errormessage:"Run-Time Check Failure #2 - Stack around the variable 'State' was corrupted."
the seccond problem is with the graphic library delta3d
I am trying to run the first tutorial and have copy/pasted it in. And when i compile i get the error message:
"1>Compiling...
1>HelloWorld.cpp
1>c:\program\delta3d_rel-2.0.0\ext\inc\osg\math(206) : error C3861: 'isnan': identifier not found
1>c:\program\delta3d_rel-2.0.0\ext\inc\osg\math(207) : error C3861: 'isnan': identifier not found"
I am using VS2008 v 9 but have also tried VS2005 with the same result.