1
Graphics / Program crashes on Image.LoadFromFile()
« on: September 20, 2009, 02:20:06 pm »
Thank you very much for the quick answer!
It works now
It works now
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Image* image;
std::cout << "test64" << std::endl;
//Problem with is with the load from file function!!
if(image->LoadFromFile(path)) {
std::cout << "test123" << std::endl;
}
else {
std::cout << "testawd123" << std::endl;
}
std::cout << "test65" << std::endl;
imageLibary[path] = image;
std::cout << "test66" << std::endl;