[SOLVED][EDIT]Refrencing image.hpp for sf::RenderWindow???

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
THe Floating Brain
Chaos Rift Junior
Chaos Rift Junior
Posts: 284
Joined: Tue Dec 28, 2010 7:22 pm
Current Project: RTS possible Third Person shooter engine.
Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
Programming Language of Choice: C/C++, Python 3, C#
Location: U.S

Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???

Post 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?
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself

ImageImage
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???

Post 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.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
THe Floating Brain
Chaos Rift Junior
Chaos Rift Junior
Posts: 284
Joined: Tue Dec 28, 2010 7:22 pm
Current Project: RTS possible Third Person shooter engine.
Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
Programming Language of Choice: C/C++, Python 3, C#
Location: U.S

Re: [EDIT]Refrencing image.hpp for sf::RenderWindow???

Post 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.
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself

ImageImage
Post Reply