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

OTClient Help Compilling dx9

jackl90

Member
Joined
Jul 25, 2017
Messages
249
Reaction score
12
Using Microsoft Visual Studio 2015

I already download OpenGL-ES-SDK-master

In this folder have
include
include(sdk)
lib
lib(sdk)
sample
x86
x86-64

I want know where i link these folders in project.

I open Project - Properties
In C/C++ General
Addictional Include Directories: What i need put there?

And Linker
Addictional Library Directories: What i need put there?
 
Using Microsoft Visual Studio 2015

I already download OpenGL-ES-SDK-master

In this folder have
include
include(sdk)
lib
lib(sdk)
sample
x86
x86-64

I want know where i link these folders in project.

I open Project - Properties
In C/C++ General
Addictional Include Directories: What i need put there?

And Linker
Addictional Library Directories: What i need put there?
when you downloaded those libraries you also downloaded a tutorial.pdf read it :)
 
Back
Top