9d0cf6c3ba
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2364 dfc29bdd-3216-0410-991c-e03cc46cb475
11 lines
447 B
Plaintext
11 lines
447 B
Plaintext
We don't provide a procompiled dll for Win64.
|
|
|
|
Visual Studio Express does not come with a 64-bit compiler by default.
|
|
You'll have to download the Windows Platform SDK-
|
|
|
|
http://msdn.microsoft.com/en-us/windows/bb980924.aspx
|
|
|
|
When installing the platform SDK, make sure you install the x64 and
|
|
IA64 compilers from Developer Tools -> Visual C++ Compilers.
|
|
If you're using VC Express you will only be able to compile from the
|
|
command line. |