Page 2 of 2
Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???
Posted: Tue Feb 14, 2012 2:45 pm
by THe Floating Brain
Nokurn wrote:THe Floating Brain wrote:It kinda contains all the definitions for all my classes, including the ones that dont have source file (I dont really want to give all that away) what parts of the file do you need?
If you can't cut out the definition of the class implemented in the source file and leave the declarations, you'll probably just have to analyse the file yourself unless you have a really long time to remove all of your declarations.
What should I be looking for?
P.s To me this sounds like a Visual Studio fluke, do you think if I tried upgrading my project to VC++ 2010 (as opposed to 2008) it might work?
Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???
Posted: Wed Feb 15, 2012 12:11 pm
by dandymcgee
I've never been able to successfully link SFML and compile a project.. maybe I'll get bored and try it again some day, but alas my spare time is short these days.
Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???
Posted: Wed Feb 15, 2012 5:32 pm
by THe Floating Brain
dandymcgee wrote:but alas my spare time is short these days.
+1
I have to re-do my collision system, make a cloud application and make a game with my engine (which is why I need to mess with the engine code so badly to fix bugs, and to implement the new collision system) by the 27th of this month AND I have to have a website done by the ninth of next month.