-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMSVC++.txt
31 lines (18 loc) · 871 Bytes
/
MSVC++.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README.win is more relevant in this release.
CMAKE files are included, but they need to be udpated.
This is the only way to create VC6 and VC2003 projects
......
Installation
------------
Edit config.h to tell DevIL what external libraries you are using.
Then go to Tools - Options - Directories to add in the include and lib
directories for DevIL.
All MSVC++ project files are in the projects/msvc or projects/msvc8 folders.
Usage
-----
When compiling a program that uses DevIL*, it must be configured to use the
multithreaded dll version of the libc runtime. To do this, go to Project
Settings - C/C++ tab - Change "Category" to 'Code Generation' - Change
"Use run-time library" to 'Multithreaded DLL' or 'Debug Multithreaded DLL',
based on whether the project you are build is release or debug, respectively.
For more information, look at the tutorials.