GP32 visual c++ is being a big jerk...


nerd of nerds

w00t!!!!
Joined
Feb 25, 2003
Messages
838
EVERY time i try to use asm in a program it gives me errors. I just want to get a simple asm program to compile :(
If anyone could help with this it would be great, such as using asm (i had help with this a while ago but it didn't work <_< ) in visual c++ (an example would be GREAT)
THANKS :D
 
Thanks for the link!

Just one thing...it might be the same as 'asm volatile' but the gp32 gcc includes, etc, expect you to use __asm instead, e.g

__asm { ... }
 
I am not using the gamepark devkit, i'm using GCC <_<
It says something about a syntax error :huh: (I'm going to start using linux on my PC as windows is EEEEVIL :lol: )
 
Visual C++, pah, Microsoft again.

Still it does seem to work okay for basic stuff

MrT
 
@Feeblez: Thanks for the link, Thats made things a bit more clearer.
 
Back
Top