what is this error?
Hmm, can you provide a *little* more context?
Wayne
last stray error i had was a
-
somewhere in my source (guess it came there from trying out some code examples found on the web).
[code]if( circle_pos_x 50 >= SCREEN_W ) {[/code] 43 D:\prog\projets\allegro\main.cpp stray '\226' in program voila.
Check SCREEN_W's definition. It probably contains a typo.
Kip
Log in to post a comment.
what is this error?
Hmm, can you provide a *little* more context?
Wayne
last stray error i had was a
-
somewhere in my source (guess it came there from trying out some code examples found on the web).
[code]if( circle_pos_x 50 >= SCREEN_W ) {[/code]
43 D:\prog\projets\allegro\main.cpp stray '\226' in program
voila.
Check SCREEN_W's definition. It probably contains a typo.
Kip