furyhunter600
Still Fresh
- Joined
- Sep 29, 2006
- Messages
- 21
So I'm getting back into programming stuff in C, and after about an hour of coding and no compiling and then compiling, I'm greeted with a single error (Both good -and- bad.):
CODE
In function 'SDL_main':
invalid lvalue in assignment
{Warning} large integer implicitly truncated to unsigned type
{Build error} {win\main.o} Error 1
So I'm thinking it might be something wrong with my init function. Turns out it's not, and there's something wrong in my SDL libraries itself? I'm using GPH's Gp2x SDK.
Source on request.
Help please o_o
CODE
In function 'SDL_main':
invalid lvalue in assignment
{Warning} large integer implicitly truncated to unsigned type
{Build error} {win\main.o} Error 1
So I'm thinking it might be something wrong with my init function. Turns out it's not, and there's something wrong in my SDL libraries itself? I'm using GPH's Gp2x SDK.
Source on request.
Help please o_o