hi I am just a beginner and want to study your engine. when i try to compile the project i get the following errors. the build script shows no errors
C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(218,30): error C3861: 'glGetTextureH
andleARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\StratusEngine.vc
xproj]
C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(228,13): error C3861: 'glMakeTexture
HandleResidentARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\Stratus
Engine.vcxproj]
C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(233,13): error C3861: 'glMakeTexture
HandleNonResidentARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\Stra
tusEngine.vcxproj]
Sol: include extension headers for gl3w. by adding --ext argument while running the build .py
hi I am just a beginner and want to study your engine. when i try to compile the project i get the following errors. the build script shows no errors
C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(218,30): error C3861: 'glGetTextureH andleARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\StratusEngine.vc xproj] C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(228,13): error C3861: 'glMakeTexture HandleResidentARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\Stratus Engine.vcxproj] C:\Users\Desktop\StratusGFX\Source\Engine\StratusTexture.cpp(233,13): error C3861: 'glMakeTexture HandleNonResidentARB': identifier not found [C:\Users\Desktop\StratusGFX\build\Source\Engine\Stra tusEngine.vcxproj]
Sol: include extension headers for gl3w. by adding --ext argument while running the build .py