nneonneo / 2048-ai

AI for the 2048 game
MIT License
1.09k stars 279 forks source link

Visual studio build 32-bit causes issue for 64-bit computer #43

Closed SimonMaenaut closed 8 years ago

SimonMaenaut commented 8 years ago

The build with visual studio creates a 32-bit ddl. On 64-bit computers with python as a 64-bit programme, this causes a problem with python loading 2048.ddl .

nneonneo commented 8 years ago

You should be able to build a 64-bit DLL by opening a 64-bit Visual Studio command-line prompt (for example, this is called "VS2015 x64 Native Tools Command Prompt" for Visual Studio 2015), and running make-msvc.bat from there.