Search results for query: *

  • Users: Ksmiler
  • Content: Threads
  • Order by date
  1. Ksmiler

    GP32 Where Can You Still Purchase A Usb Cable?

    Any ideas? Is the only option to make one yourself now? (I am guessing it is the only way for the JTAG cable right?)
  2. Ksmiler

    Linking Sdl_gfx Using Mingw

    Hello, Im trying to compile my SDL program for Windows using MinGW. The program compiles using DevKitGP2X but not when using MinGW. I get the following error: CODE Linking tutorial.exe... _objs/_win32/sdltest.o(.text+0x2c8):sdltest.cpp: undefined reference to `_imp__rotozoomSurface' collect2...
  3. Ksmiler

    GP2X Gp2x Dev Stuff In General?

    :huh: I am seeing right, right? (Not really anything to do with Devving so sorry in advance :( )
  4. Ksmiler

    Fixing Comments Section Under A News Report

    Hello, been wondering for a while if the comments section will ever be fixed? Says this when I try to post a comment: (I do provide my correct password btw) Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/emupl/public_html/gp32/skrypt_1/news.php on...
  5. Ksmiler

    GP32 Making Sdl Use Hardware Fp

    Hey people, How do you make SDL use hardware floating point? :unsure: I get errors like: ...There is another to do with interworking but I dont know what that is, if you can find a fix to that also, would be great also. :P
  6. Ksmiler

    GP32 Makefiles For Devkitarm

    Hey people, is anyone able to post a template makefile or, a makefile from a project which uses DevkitARM? I have DevkitAdv makefiles but I dont know how to convert them to work for DevkitARM (if that is even possible). Thanks #
  7. Ksmiler

    GP32 Trouble With Structs

    I'm having trouble reading values from an array of predefined structs. Here's the code containing the structs' information and its data. This is stored in an .h file #define OBJRKEY 100 #define OBJGKEY 200 #define OBJBKEY 300 #define OBJYKEY 400 struct tKEYOBJ { int _pX; int _pY; int...
  8. Ksmiler

    GP32 Mod Files Question

    Is there a way to retrieve the length or BPM of a MOD file using C coding? How can this be done using GP32-SDL or the custom GP32 MikPlay library? If anyone can point to source code available with answer, that would be a real help. Thanks for reading :)
Back
Top