Search found 6 matches
- Thu Aug 06, 2015 15:00
- Forum: Draughts, Computer, Internet
- Topic: Internet engine matches
- Replies: 496
- Views: 353538
Re: Internet engine matches
Did you try to install Visual Studio 2015 Community Edition? It's free and includes everything you need (including profile guided optimizations). No, I was not aware that Visual Studio is free, and thought, the MinGW compiler would be compatible with it. Until the prob with pthread_mutex occured, o...
- Thu Aug 06, 2015 08:54
- Forum: Draughts, Computer, Internet
- Topic: Internet engine matches
- Replies: 496
- Views: 353538
Re: Internet engine matches
Wonderful! It's there and it works on my old computer. Thx again
- Wed Aug 05, 2015 22:51
- Forum: Draughts, Computer, Internet
- Topic: Internet engine matches
- Replies: 496
- Views: 353538
Re: Internet engine matches
Did you manage to get an exe file? I added the Windows exe to the zip file. You may have to wait 15 minutes or so before getting it because the web server sometimes serves stale files from cache for a while. I also used static linking to libs so you don't need the VS2015 runtime dlls. -- Ed Thank y...
- Wed Aug 05, 2015 22:07
- Forum: Draughts, Computer, Internet
- Topic: Internet engine matches
- Replies: 496
- Views: 353538
Re: Internet engine matches
http://edgilbert.org/InternationalDraughts/downloads/Scan%20popcount%20emul%20sources.zip New files and changed files (for Windows compile). Also add bitcount.cpp to the project. Thank you Ed, but it didn't work. My compiler doesn't support in pthread std:mutex, here the error message: http://www.u...
- Wed Aug 05, 2015 20:42
- Forum: Draughts, Computer, Internet
- Topic: Internet engine matches
- Replies: 496
- Views: 353538
Re: Internet engine matches
I just now got scan running (none of my computers support popcount so I had to download VS2015 and recompile it using a software emulation for popcount). -- Ed Hi Ed, today I had success with compiling Mobydam for non-popcnt computers (the compile is shared in the Mobydam thread). Would you be so k...
- Wed Aug 05, 2015 18:08
- Forum: Draughts, Computer, Internet
- Topic: Moby Dam
- Replies: 72
- Views: 94244
Re: Moby Dam
Hello, this is my first message here :) Have used MinGW to compile Mobydam.exe for non-popcnt processors (non-popcnt) Here is the link: http://rghost.net/6gVZVhl2V Enjoy! Michael Taktikos P.S. Had not success to compile Scan 20 for non-popcnt, the MinGW compiler doesn't support pthread with std:mute...