Tracygo
11-23-2003, 11:01 AM
When I try to place a image the compiler
give me these error message, anyone could tell me what's wrong?
GLuint texture[1];
AUX_RGBImageRec *LoadBMP(char *Filename)
{....
D:\robotArm.cpp(17) : error C2143: syntax error : missing ';' before '*'
D:\robotArm.cpp(17) : error C2501: 'AUX_RGBImageRec' : missing storage-class or type specifiers
give me these error message, anyone could tell me what's wrong?
GLuint texture[1];
AUX_RGBImageRec *LoadBMP(char *Filename)
{....
D:\robotArm.cpp(17) : error C2143: syntax error : missing ';' before '*'
D:\robotArm.cpp(17) : error C2501: 'AUX_RGBImageRec' : missing storage-class or type specifiers