I have a request for people who know how to program. I have a certain engine checkers English 32 bit along with the base ends. I'd like to convert to 64-bit with the base ends, so to use engine under the program CheckerBoard. The person who will do it heartily thank you.
The file with the base endings is available at https://drive.google.com/file/d/0BydD6s ... sp=sharing
Program CheckerBoard is available at http://www.fierz.ch/checkers.htm
Krzysztof.

English Checkers
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
-
- Posts: 486
- Joined: Wed May 04, 2016 11:45
- Real name: Joost Buijs
Re: English Checkers
You can't convert a program from 32 to 64 bit when you don't have the source code, converting a binary program is virtually impossible.Krzysztof Grzelak wrote:I have a request for people who know how to program. I have a certain engine checkers English 32 bit along with the base ends. I'd like to convert to 64-bit with the base ends, so to use engine under the program CheckerBoard. The person who will do it heartily thank you.
The file with the base endings is available at https://drive.google.com/file/d/0BydD6s ... sp=sharing
Program CheckerBoard is available at http://www.fierz.ch/checkers.htm
Krzysztof.
Checkerboard needs the engine to be a DLL, this complicates things even more, the engine you are talking about has it's own GUI and it seems it also needs the engine to be a DLL just like Checkerboard, but I guess the entrypoints are totally different and incompatible with Checkerboard.
Joost
-
- Posts: 1723
- Joined: Wed Apr 14, 2004 16:04
- Contact:
Re: English Checkers
checkerboard is also available as a 32-bit programKrzysztof Grzelak wrote:I have a request for people who know how to program. I have a certain engine checkers English 32 bit along with the base ends. I'd like to convert to 64-bit with the base ends, so to use engine under the program CheckerBoard. The person who will do it heartily thank you.
The file with the base endings is available at https://drive.google.com/file/d/0BydD6s ... sp=sharing
Program CheckerBoard is available at http://www.fierz.ch/checkers.htm
Krzysztof.
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: English Checkers
I thank know about it.Rein Halbersma wrote:checkerboard is also available as a 32-bit program
-
- Posts: 1368
- Joined: Thu Jun 20, 2013 17:16
- Real name: Krzysztof Grzelak
Re: English Checkers
I only I have the source code to make it available.Joost Buijs wrote:You can't convert a program from 32 to 64 bit when you don't have the source code, converting a binary program is virtually impossible.
Checkerboard needs the engine to be a DLL, this complicates things even more, the engine you are talking about has it's own GUI and it seems it also needs the engine to be a DLL just like Checkerboard, but I guess the entrypoints are totally different and incompatible with Checkerboard.
Joost
-
- Posts: 486
- Joined: Wed May 04, 2016 11:45
- Real name: Joost Buijs
Re: English Checkers
Do you mean that you have the source code?Krzysztof Grzelak wrote:I only I have the source code to make it available.Joost Buijs wrote:You can't convert a program from 32 to 64 bit when you don't have the source code, converting a binary program is virtually impossible.
Checkerboard needs the engine to be a DLL, this complicates things even more, the engine you are talking about has it's own GUI and it seems it also needs the engine to be a DLL just like Checkerboard, but I guess the entrypoints are totally different and incompatible with Checkerboard.
Joost
If you really have the source I can try to convert it to 64 bit, if it doesn't use bit-boards it won't make much difference in speed though, sometimes it can even run slower. And the question remains whether the DLL interface is compatible with Checkerboard, if it is not compatible it will take extra effort to get it running under Checkerboard and I don't know if it's worth the extra work.
Joost