1
Graphics / Reload image
« on: July 22, 2009, 11:48:09 pm »Quote from: "Laurent"
I'm afraid it has nothing to do with SFML, it's usually a limitation of the OS.Yea i thought so, some body know if there is a way to avoid that, in windows.
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.
I'm afraid it has nothing to do with SFML, it's usually a limitation of the OS.Yea i thought so, some body know if there is a way to avoid that, in windows.
Error 1 error LNK2001: unresolved external symbol __imp__ShowWindow@8 sfml-window-d.lib
Error 2 error LNK2001: unresolved external symbol __imp__CreateWindowExW@48 sfml-window-d.lib
Error 3 error LNK2001: unresolved external symbol __imp__SetWindowLongW@12 sfml-window-d.lib
Error 4 error LNK2001: unresolved external symbol __imp__GetClientRect@8 sfml-window-d.lib
Error 5 error LNK2001: unresolved external symbol __imp__AdjustWindowRect@12 sfml-window-d.lib
and more. Ive included the graphics pack and the graphics lib so it should work...
sf::image world_image;
world_image.Create( xSize, ySize, sf::Color( 255,0,0 ) );