Page 1 of 1

videoGL.h compile error

Posted: Mon Dec 28, 2009 10:19 am
by jotd
Hi,

I have tried to compile some applications including videoGL and I had a strange compilation error. I later understood that the "far" and "near" variable names were potentially a problem in the .h file.

After renaming them, everything compiled OK. I thought I should report it if nto already fixed.

bye

Re: videoGL.h compile error

Posted: Mon Dec 28, 2009 11:45 am
by WinterMute
What was the error?

What did you change?

Re: videoGL.h compile error

Posted: Mon Dec 28, 2009 1:20 pm
by jotd
WinterMute wrote:What was the error?

What did you change?
Err, sorry I just checked, it was an old app (diggers) that I had downloaded that defined "near" with a #define => broke the compilation but not your fault. Diggers is broken, not videoGL! Sorry, I'm learning slowly here :)

devkitpro rulez!!

bye