Use of undeclared identifier '_Longlong'

Hello,

I got that error message when I try to build lazyfoo’s 33th example. Any help?

Thanks.

Try this:

gDataTextures[ 0 ].loadFromRenderedText( to_string( (long long)gData[ 0 ] ), highlightColor );

it worked for me with Codeblocks

Regards

WORKED! Thank you @tekman
Well, @tekman’s solution is change “_Longlong” to “long long”