SergeantBalthazar's Profile
Reputation: 0
Apprentice
- Group:
- New Members
- Active Posts:
- 11 (0.03 per day)
- Joined:
- 14-March 12
- Profile Views:
- 424
- Last Active:
Sep 12 2012 05:08 PM- Currently:
- Offline
Previous Fields
- Dream Kudos:
- 0
Posts I've Made
-
In Topic: C++ Tile Engine from Scratch -- Part 1
Posted 11 Sep 2012
frostraver, on 11 September 2012 - 11:31 AM, said:It's just 'SFML\Graphics.h'
frostraver, on 11 September 2012 - 08:22 PM, said:Hi,
I'm trying to follow this tutorial to get some more inside in how a game engine works.
But I'm getting this error: Error 1 fatal error C1083: Cannot open include file: 'SFML\Graphics.cpp': No such file or directory
I've done the right steps in the Linker though.
Does anybody know what I may have done wrong?
Thanks in advance
EDIT: changed .cpp to .hpp but it still isn't resolved.
SergeantBalthazar, on 11 September 2012 - 03:32 PM, said:Wait, no it's .hpp Sorry, it's been a while
frostraver, on 11 September 2012 - 11:31 AM, said:It's just 'SFML\Graphics.h'
frostraver, on 11 September 2012 - 08:22 PM, said:Hi,
I'm trying to follow this tutorial to get some more inside in how a game engine works.
But I'm getting this error: Error 1 fatal error C1083: Cannot open include file: 'SFML\Graphics.cpp': No such file or directory
I've done the right steps in the Linker though.
Does anybody know what I may have done wrong?
Thanks in advance
EDIT: changed .cpp to .hpp but it still isn't resolved.
-
In Topic: C++ Tile Engine from Scratch -- Part 3
Posted 21 Aug 2012
Actually, no. The problem was that I hadn't finished Level.cpp completely
-
In Topic: C++ Tile Engine from Scratch -- Part 3
Posted 20 Aug 2012
At this partLevel::Level(int w, int h) { SetDimensions(w, h); this->w = w; this->h = h; }I'm getting error:C:\Users\SergeantBalthazar\Desktop\Coding\C++\RPG Engine\Test\Level.cpp|8|undefined reference to `Level::SetDimensions(int, int)'|
And here is that function in Level.h:int w; int h; void SetDimensions(int w, int h); -
In Topic: C++ Tile Engine from Scratch -- Part 4
Posted 14 Aug 2012
That's true. But it's just, I really don't know another approach. Maybe I should learn a bit more before I try to work on that bit. -
In Topic: C++ Tile Engine from Scratch -- Part 4
Posted 14 Aug 2012
Well, I do have somewhat of an "meh" idea on how to animate sprites, but more than likely, with my skills in programming, it wouldn't work :L
My Information
- Member Title:
- New D.I.C Head
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
Contact Information
- E-mail:
- Private
Friends
SergeantBalthazar hasn't added any friends yet.
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
SergeantBalthazar has no profile comments yet. Why not say hello?