• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compilling in Dx9/ 32bits

leonmagmo

New Member
Joined
Mar 17, 2009
Messages
82
Reaction score
3
Hello, I'm with problem to compille the otc in Dx9, I don't know where to put DOPENGLES=2.0
And I have no ideia how to compille for 32 bits, anyone know?
Thanks!
 
Yes of course, follow the tutorial I linked above.

So why after i add "OPENGL_ES=2" i have many errors?
Look:
nowy-obraz-mapy-bitowej.jpg
 
Sorry my bad I have never used/compile otclient before.. it should be -DOPENGLES=2.0
Your client also need libEGL.dll and libGLESv2.dll order to run.
 
When trying to compile with pre-processor directive `OPENGL_ES=2`, appear message saying there is missing a file: GLES2/gl2.h
 
When trying to compile with pre-processor directive `OPENGL_ES=2`, appear message saying there is missing a file: GLES2/gl2.h

Download the OpenGL ES SDK and include the files, thats why you get that error message. I've compiled OTC with the flag enabled but it crashes on start, I already started an issue on github.
 
Back
Top