coda
10-04-2003, 01:14 AM
i am using MFC(SDI) with Opengl, i tried to show text on screen using:
......
.....
glColor3f(0.0f,0.1f,1.0f);
glRasterPos2i(200, 400);
FontPrintf(Font, -1, "Testing Opengl");
glFlush();
and i get compilation error:
'FontPrintf' : undeclared identifier
'Font' : undeclared identifier
any soluton?
......
.....
glColor3f(0.0f,0.1f,1.0f);
glRasterPos2i(200, 400);
FontPrintf(Font, -1, "Testing Opengl");
glFlush();
and i get compilation error:
'FontPrintf' : undeclared identifier
'Font' : undeclared identifier
any soluton?