Search found 11 matches

by shmup73
Sat Feb 15, 2014 8:00 am
Forum: Programming Discussion
Topic: ["more or less" SOLVED] DC Dev: libimageload linker error
Replies: 2
Views: 2772

Re: ["more or less" SOLVED] DC Dev: libimageload linker erro

Hmm -limageload still won't work, possibly because it depends on other libraries
that I don't know.

But I got another library working that is capable of replacing the imageload lib,
by following your tip & link!

So thank you, Sir :mrgreen:
by shmup73
Fri Feb 14, 2014 9:17 am
Forum: Programming Discussion
Topic: ["more or less" SOLVED] DC Dev: libimageload linker error
Replies: 2
Views: 2772

["more or less" SOLVED] DC Dev: libimageload linker error

Hey everyone! I currently keep getting an error when linking against libimageload.a. This is the Cygwin Bash Shell Output: Tom@TOMPUTER /cygdrive/e/projects/dreamcast/dctest $ cd e:/projects/dreamcast/dctest && make clean && make all rm -f cast.elf cast_input_mgr.o cast_texture.o mai...
by shmup73
Fri Feb 07, 2014 12:30 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: [SOLVED]PVR Rendering Code not producing Output on Dream

Haha, thanks Falco! I'm definitely aware of the advantages that a BBA would get me and am already considering buying one. Next week i'll get an SD Adapter which i intend to test first, but as soon as my project might grow to an extent, where i will need insta-debugging on the DC and uploading via SD...
by shmup73
Thu Feb 06, 2014 3:32 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

OMFG IT WORKS!!! YOU HAVE NO IDEA OF HOW FUCKING GRATEFUL I AM RIGHT NOW! :mrgreen: :mrgreen: (sry 4 caps) Thanks a lot.. After all those pointer alignment obscurities it's been the damn Z coordinate.... ....the Z coordinate...... :shock: I've burned like 3k CD-Rs but it's been all worth It. Now it'...
by shmup73
Thu Feb 06, 2014 12:34 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

Hmkay thanks, that atleast fixed the output on the Emulator.. Is there anything wrong about this line? int i=0; for(; i<12; ++i){ SQ_Draw_Rect(640 / 12 * i, 0, 0, 640 / 12, 480, PVR_PACK_COLOR((float)rand() / (float)RAND_MAX, (float)rand() / (float)RAND_MAX, (float)rand() / (float)RAND_MAX, (float)r...
by shmup73
Thu Feb 06, 2014 11:40 am
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

Thank you Light-Dark.. Actually, those were exactly the same pointers I aligned as well.. What my problem now is, is that even when I use EXACTLY the code you posted, it doesn't work.. It's not even showing anything on the Emulator anymore. I seriously don't know what the fuck is supposed to be wron...
by shmup73
Wed Feb 05, 2014 5:05 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

Well first thanks a lot to both of you guys! :) Still i need to ask you how i would go about aligning these pointers correctly. Sorry for being such a noob concerning this topic. I tried googling it, but it simply won't do the trick. :oops: What I came up with after reading a bit is this: //Align a ...
by shmup73
Wed Feb 05, 2014 12:42 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

Thanks! Well... I never thought about it that way. But it totally makes sense of course.
Guess there's still a lot left to learn for me ;)
Falco Girgis wrote:I'll try to take a deeper look at this after work today.
That would be more than awesome. 8-)
by shmup73
Tue Feb 04, 2014 9:13 am
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

Re: PVR Rendering Code not producing Output on Dreamcast

Hey Falco, Well first of all thanks for taking the time to read my post despite being super busy. :worship: Still all of this is really strange to me. First of all obviously because I'm not used to having to deal with problems like crippled memory alignment caused by the Hardware when having only co...
by shmup73
Mon Feb 03, 2014 10:00 am
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 585276

Re: Official "Hello, World! (I'm new!)" thread

Hey everyone! And yet another new fellow Member of the (probably) most glorious Forum on the Interwebs. I've been watching AiGD since day one and cried myself into sleep every damn time there weren't new videos of you guys for several months. :lol: Just wanted to tell you that your "special sty...
by shmup73
Wed Jan 29, 2014 4:59 pm
Forum: Programming Discussion
Topic: [SOLVED]PVR Rendering Code not producing Output on Dreamcast
Replies: 16
Views: 8474

[SOLVED]PVR Rendering Code not producing Output on Dreamcast

Hey everyone, First of all a big "Thank You" to all of you, especially the Development Team for kinda "lighting the Dreamcast - Spark inside me", in other words having made me interested in a Dreamcast, buy a Dreamcast and now program for a Dreamcast :) Now to my Problem... While...