I\'m trying to use a static variable in my code when trying to use textures, however I keep getting this error:
1>Platform.obj : error LNK2001: unresolved ext
add this:
GLuint Platform::tex_plat;
after your class declaration.