I think I forgot to, I will go check that........Falco Girgis wrote:...now did you copy the romdisk?
Search found 24 matches
- Thu Jun 14, 2012 8:21 pm
- Forum: Programming Discussion
- Topic: Dreamcast DDEr4 png example undefined references
- Replies: 9
- Views: 5293
Re: Dreamcast DDEr4 png example undefined references
- Sun Jun 10, 2012 4:12 pm
- Forum: Programming Discussion
- Topic: Dreamcast DDEr4 png example undefined references
- Replies: 9
- Views: 5293
Re: Dreamcast DDEr4 png example undefined references
Yep, the makefile is there, and -lz and -lpng are in the makefile.Tvspelsfreak wrote:Did you copy the makefile as well? It seems like you're not linking against zlib (-lz) and libpng (-lpng).
- Sat Jun 09, 2012 2:11 pm
- Forum: Programming Discussion
- Topic: Dreamcast DDEr4 png example undefined references
- Replies: 9
- Views: 5293
Re: Dreamcast DDEr4 png example undefined references
I copied and pasted the code from the example file, I would hope that I #included everything.superLED wrote:Off course you are. If you weren't, you'd checked it out before asking the question.DStudios wrote:I am pretty sure I did.
Check if you have #included everything you'd need.
- Sat Jun 09, 2012 1:47 pm
- Forum: Programming Discussion
- Topic: Dreamcast DDEr4 png example undefined references
- Replies: 9
- Views: 5293
Re: Dreamcast DDEr4 png example undefined references
I am pretty sure I did.
- Sat Jun 09, 2012 1:02 pm
- Forum: Programming Discussion
- Topic: Dreamcast DDEr4 png example undefined references
- Replies: 9
- Views: 5293
Dreamcast DDEr4 png example undefined references
I am trying to compile the png example from DDEr4 for the Sega Dreamcast, but I keep getting undefined reference errors. #include <kos.h> #include <png/png.h> #include <zlib/zlib.h> /* font data */ extern char wfont[]; /* textures */ pvr_ptr_t font_tex; pvr_ptr_t back_tex; char *data; /* init backgr...
- Tue Apr 17, 2012 7:10 am
- Forum: General/Off-Topic
- Topic: New Game Dev Youtube Channel
- Replies: 5
- Views: 1804
Re: New Game Dev Youtube Channel
Good work, keep it up
- Sat Apr 14, 2012 6:29 pm
- Forum: Programming Discussion
- Topic: Render a sprite in pvr for Dreamcast
- Replies: 2
- Views: 1472
Render a sprite in pvr for Dreamcast
I would like an example for rendering a sprite in PVR for Dreamcast.
- Sun Dec 11, 2011 10:27 am
- Forum: General Gaming
- Topic: Post every time you beat a game.
- Replies: 629
- Views: 894021
Re: Post every time you beat a game.
I beat mega man 3.
- Sun Nov 27, 2011 12:01 am
- Forum: General/Off-Topic
- Topic: Help protect the web!
- Replies: 15
- Views: 7738
Re: Help protect the web!
Glad I live in Canada.
- Sat Nov 26, 2011 11:54 pm
- Forum: General Gaming
- Topic: Final Fantasy X HD
- Replies: 7
- Views: 3072
Re: Final Fantasy X HD
Final Fantasy 1 reminds me of pokemon :3, i stopped playing them after Final Fantasy IV on SNES. Po...Pokemon? yeah you stop at towns and you get better shit, you go out walk around ramdom battles but final fantasy is better IMO. I agree that final fantasy 1 is better, but pokemon never comes to my...
- Tue Sep 13, 2011 6:22 pm
- Forum: General Gaming
- Topic: Favourite Retro Gaming Music
- Replies: 7
- Views: 3211
Re: Favourite Retro Gaming Music
Mega Man 2 Dr Wily Stage 1
Castlevania 2 Simon's Quest Bloody Tears
The Legend of Zelda: A Link to The Past (more than 1 song)
Zelda 2: The Adventure of Link Palace theme
Mega Man 2 & 3 intros
Castlevania 2 Simon's Quest Bloody Tears
The Legend of Zelda: A Link to The Past (more than 1 song)
Zelda 2: The Adventure of Link Palace theme
Mega Man 2 & 3 intros
- Tue Mar 15, 2011 9:51 am
- Forum: Game Development
- Topic: What projects are you currently working on?
- Replies: 500
- Views: 186618
Re: What projects are you currently working on?
Me and LightDark (We are now a small team) are working on a 2d rpg engine. We have an engine and level editor.
Video:
Video:
- Sun Mar 13, 2011 8:26 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2465
Re: Lua Help
Oh ya I remember visiting that page before. It's a good post.
- Sun Mar 13, 2011 8:21 pm
- Forum: Programming Discussion
- Topic: Lua Help
- Replies: 9
- Views: 2465
Re: Lua Help
Very useful link.
- Thu Feb 17, 2011 6:09 pm
- Forum: General/Off-Topic
- Topic: When did your journey with programming start and why?
- Replies: 38
- Views: 11452
Re: When did your journey with programming start and why?
I always wonder how a video game was made since I was young. When I was nine I started animating (terrible animations), a year later I started using flash and made my first game in. After a while, I took a break for a few months and went back to it. Now, a few years later, I have realised I have tri...