M
mikethebike
Hi
how and where shall I declare $stips and i below?
Many thanks
Michael
how and where shall I declare $stips and i below?
Many thanks
Michael
mikethebike said:Hi
how and where shall I declare $stips and i below?
Many thanks
Michael
mikethebike said:Hi
how and where shall I declare $stips and i below?
Many thanks
Michael--------
GLubyte stips[16][4*32];
for (i = 0; i < 16; i++) {
glPolygonStipple($stips[0]);
---------
../src/cit_x.cpp:354: error: ‘i’ was not declared in this scope
../src/cit_x.cpp:355: error: ‘$stips’ was not declared in this scope
I think you meant to write stips, not $stips.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.