Search results

  1. C

    GP32 Problem When Compiling

    and, on alessandro's advice, here is my makefile: # devkitadv base dir export CCBASE=C:/devkitadv # User options passed to the compiler export CUSER=-DLITTLE_ENDIAN -DGP32 -W -Wall -ansi -pedantic -x c++ include $(CCBASE)/gp32.mk #------------------------------ all: gpmain.fxe gpmain.o...
  2. C

    GP32 Alessandro's Ide

    well i had modified gp32.mk for using Mirko's SDK, after finding a thread of axeman's asking how to incorporate it into devkitadv, in which mirko had explained it. i've put the makefile up now.. thanks for your help. oh, and you were saying about feedback.. well this isn't exactly helpful, as...
  3. C

    GP32 Alessandro's Ide

    the problems were nothing that actually stopped the IDE working - just the fact that, for the temp files etc, you had given directories like d:\temp - a cd drive, and one which not all people will have... but i believe this has been mentioned to you already, anyway... and the problem with...
  4. C

    How Many Gp32s Has Game Park Sold?

    URM nope. if you are talking about the GamePark32, it is a korean console, being made in korea, by GamePark, a korean company. ::edit:: whoops... I think I've missed something here... maybe wrong thread :blink:
  5. C

    GP32 Problem When Compiling

    okay, I've finally (as far as I know) set up my gp32 dev environment. I have the devkitadv.zip file from Rico's site, I have Mirko's SDK, and I have Alessandro's IDE. I've started developing in the IDE (which i thoroughly recommend to anyone who hasn't got it - especially seeing as the...
  6. C

    GP32 8 Bit Palette (8bpp)

    any idea what the Mirko SDK translation of this would be?? maybe void Palette(int index, int red, int grn, int blu, int lgt) { //... gp_SetPaletteColor(255, color); color = lgt +blu*2 +grn*64 +red&2048; // okay, I just realised I have no idea what to do...
  7. C

    GP32 Alessandro's Ide

    well, I would help if I could :( - but I have only just started learning C, and know almost nothing. have you tried looking outside of the GP32 community? I am sure there is a forum somewhere for just pure windows programming in C/C++, where thre will be some people far better than any...
  8. C

    GP32 Mr Mirko's Sdk - Help!

    hrmm... in synkro's tute 1 he begins it with #include <gp32.h> should I not be listing the .h files from the 'gp32_SDK\lib.src' folder (and subfolders), as well as the .a files, under the GPLIBS section of gp32.mk?? or do the .a files act as a link to these apparently 'main' ones?? :ph34r:
  9. C

    GP32 What Exactly Means W.i.p

    dont't be stupid :angry: it's Widely Immune Pizzas :rolleyes: ...okay, that's just bad. sorry.
  10. C

    GP32 Alessandro's Ide

    great, thanks again axeman. :D
  11. C

    GP32 Alessandro's Ide

    Hey everyone. :D I was just wondering where I can find a download of Alessandro's IDE, and also where I can get information on its features. For example, does it have a built in compiler? If not, how do i actually use GCC (the version that comes with devkitadvance from Rico's tute site), or...
  12. C

    GP32 Gp32 Tutorial 01 "hello World!"

    okay, thanks axeman - i'll have a look at those sites :) also, I have just downloaded the Mirko SDK file 'SDK063.gz2' from his site. I unzipped it with winRAR, but the only file inside - 'SDK063' does not even seem to have a file ending, so I have no idea what to do with it. :blink:
  13. C

    GP32 Wat Shud I Learn

    anyway, back to the original theme of programming languages: can i use Notepad to write C, then just save it as a *.c file? (kinda like using it to write html then save as *.htm/*.html)
  14. C

    GP32 Gp32 Tutorial 01 "hello World!"

    hrmm... C isn't that different in Macromedia Flash's Actionscript... but I have no idea what the pointer thing is all about. overall, I just have no idea where to start when it comes to coding for GP32. and btw, what is an SDK?? :unsure: no, seriously, i'm not joking...
  15. C

    GP32 Bit Of A Problem

    Okay, thanks you two.. I'll try those solutions. to the first person: I run Windows ME, and... well, as i have said, i am going to try your ideas. :ph34r: ..oh, and again, does anyone know any alternate download to the one i have mentioned to download devkitadvance? as I have said, there is...
  16. C

    GP32 Ok, I Know Some C++ Basics, What Else?

    well i've been there, and the tutorial didn't work for me (creating GXB file), and the GeePee32.exe file was missing. please see my related post
  17. C

    GP32 Bit Of A Problem

    Can somebody give me a link to a devkitadvance download? I downloaded that one from thaworx.co.uk/ninja/tut1.html, but.. well I don't know, it isn't working anyway. also, when i unzip (or whatever) the RAR it always says that it was ended unexpectedly. the geepee32.exe file is also missing...
  18. C

    Gp32 Chatboards For Sale!

    :huh: what's a chatboard for GP32 :blink:
Back
Top