Recent content by tnt

  1. T

    Gp32 Usb Drivers For Amd64

    Hando, please add it to the downloads. It's worth it.
  2. T

    Gp32 Usb Drivers For Amd64

    ---mods: please add this to downloads---
  3. T

    Gp32 Usb Drivers For Amd64

    Based on the same bulk USB drivers which Tim Shuerewegen's USB drivers are based on I am able to present you the GP32 USB Drivers for Windows XP 64 Bit Edition and Windows Server 2003 64 Bit Edition (AMD64). Now you are able to use PCLink also on Windows x86-64 platforms. GP32 USB Drivers for...
  4. T

    GP32 Devkitadv under linux

    Well I got some devkitadv for linux from chn who also made the devkitadv for windows, maybe you search the internet if you can find some sources or look if there is a tutorial howto get the devkitadv (gba) for linux to a devkitadv (gp32) for linux. for me it worked ;-)
  5. T

    GP32 c or c++ ?

    refering to my coloured version of vi they are commented out :rolleyes: well I copied the code directly from some devkitadv directory so don't blame me :P however I was facing some trouble with memory allocation during development but it works now (at least it doesn't crash) and having no...
  6. T

    GP32 c or c++ ?

    and then add to some c-file (but I still don't know how this really worked): void* operator new( long unsigned int size ){ return ::gm_malloc(size); } void* operator new[]( long unsigned int size ){ return ::gm_malloc(size); } void operator delete( void* todel ){ ::gm_free(todel); } void...
  7. T

    GP32 c or c++ ?

    You just can't use the standard c libraries - you have to use the functions from the sdk. Don't use <string> or <stdlib> you can only use <gpstring.h> and <gpstdlib.h> You also have to reimplement the new and the del operator like this: <gpnew.h> /*#include <stdlib.h> #include <string.h>...
  8. T

    GP32 which editor for devkitadv

    i'm using kdevelop as I am programming in C++. but I can also strongly recommend vi!
  9. T

    GP32 c or c++ ?

    My program - GPBible - was also written in C++ using devkitadv under Linux. C++ is just C with added OOP functionality so you could start learning C and advance to C++ afterwards. But if you already have much experience with Java I'd recommend you to begin with C++ as it is much better for...
  10. T

    GPchristan?

    Well that's not true. Firstly only the old testament was written in what you refer to as ancient hebrew. From this there were documents found from some hundred years before christ was born (Qumran). And there were no big differences between those found documents and the bible the jews use...
  11. T

    gplink release 1.2

    For me it works loading up files with more than 3 megs.
  12. T

    GPchristan?

    Well, speaking about statistics, I think you cannot say it is more like that a higher being exists. And as I plan to begin studying physics I can tell you that almost all [phsysics] professors believe in a higher being...
  13. T

    GPchristan?

    Well, Genesis 9 Verse 3 explicitly says that you are allowed to eat animals: "Every moving thing that lives shall be meat for you; even as the green herb have I given you all things."
  14. T

    GPchristan?

    yep
  15. T

    GPchristan?

    Well for you it might sound freaky but for me gpbible is very useful for me. I am meeting regularly other youths in my age to study bible with them and having it on my GP means that I don't have to wear the bible printed on paper (this book is big) and searching a certain verse is also much...
Back
Top