• 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!

Visual Studio 2017 - Otclient - DirectX9

CyberShaman21

New Member
Joined
Dec 9, 2017
Messages
52
Reaction score
4
Hi
i try to compile otclient directX9 on VS 2017.
i have set OPENGL_ES=2 as a preprocessor.
I add path to librares OpenGL-ES-SDK-master

i get the error
Code:
'GLES2/gl2.h': No such file or directory (kompilowanie pliku źródłowego ..\src\client\client.cpp)    otclient    c:\users\xxx\downloads\otclient-master\otclient-master\src\framework\graphics\glutil.h    28
anyone know how to fix this>? i read this ->topic from 2014 and vs don't support dx9, any changes?
 
You're just having the wrong path on your additional includes!

Use VS15 and follow the Github-Wiki-Page I edited a short time ago: edubart/otclient

The link to the DX9 is already in this thread and can also be found in the Wiki.

If you still run into problems let me know :).

Best Wishes,
Okke
 
It is but the libraries I made free for everyone on my Github Page are pretty configured for VS15, just use 15 and you'll be good, hands off 17, it sucks.
 
Back
Top