Arasan 11.3

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.3

Post by jdart »

How long has your program been around? I seem to remember DOS versions many moons ago
Version 1.0 was first released in 1994. It wasn't DOS: it was for Windows 3.1.

--Jon
User avatar
Kirk
Posts: 5699
Joined: Sat Mar 11, 2006 3:44 am

Re: Arasan 11.3

Post by Kirk »

jdart wrote:
How long has your program been around? I seem to remember DOS versions many moons ago
Version 1.0 was first released in 1994. It wasn't DOS: it was for Windows 3.1.

--Jon
Hi Jon

Well that shows how dedicated you are to your hobby as others have long since burned out.

As a rough guess, how many hours do you think you have devoted to your engine since 1994?

thanks again
“He knew all the tricks, dramatic irony, metaphor, pathos, puns, parody, litotes and... satire. He was vicious”
Henrik Dinesen
Posts: 877
Joined: Wed Mar 08, 2006 9:52 pm
Location: Denmark

Re: Arasan 11.3

Post by Henrik Dinesen »

jdart wrote:
How long has your program been around? I seem to remember DOS versions many moons ago
Version 1.0 was first released in 1994. It wasn't DOS: it was for Windows 3.1.

--Jon
Hmm and in 2000 I installed "my" first version, think it was 5.4.

Nice going, jon :)
Henrik
jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.3

Post by jdart »

Kirk wrote:As a rough guess, how many hours do you think you have devoted to your engine since 1994?
Not something I've kept track of. Thousands.

--Jon
User avatar
Dr.Wael Deeb
Posts: 9773
Joined: Wed Mar 08, 2006 8:44 pm
Location: Amman,Jordan

Re: Arasan 11.3

Post by Dr.Wael Deeb »

Henrik Dinesen wrote:
jdart wrote:
How long has your program been around? I seem to remember DOS versions many moons ago
Version 1.0 was first released in 1994. It wasn't DOS: it was for Windows 3.1.

--Jon
Hmm and in 2000 I installed "my" first version, think it was 5.4.

Nice going, jon :)
Yes,I installed the very same version of the program and it was quite strong even then....
Dr.D
_No one can hit as hard as life.But it ain’t about how hard you can hit.It’s about how hard you can get hit and keep moving forward.How much you can take and keep moving forward….
User avatar
sje
Posts: 4675
Joined: Mon Mar 13, 2006 7:43 pm

On reducing preprocessor include file operation

Post by sje »

Looking at the source, I'll take a guess that the program started out in C and was later moved to C++. If so, that's fine as there are a lot of good C++ programs that started that way.

To help with C to C++ migration efforts and also to instill some future proofing into the source, it can be helpful to use the standard C++ versions of the older C library include files. (This assists with cross platform portability as well.)

Nearly all of the old <xxxxx.h> references can be changed into the new style. A good list for substitutions can be found at:

http://www.cplusplus.com/reference/clibrary/

Note that once you have <cstdlib>, there's no need for <stdib.h>. Only a few of the old style include files might still be needed like <pthread.h> and <sys/time.h>.
krazyken

Re: Arasan 11.3

Post by krazyken »

Thanks Jon!

It seems I can't get a stable 64-bit build. But 32-bit works on Mac.
jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.3

Post by jdart »

krazyken wrote:It seems I can't get a stable 64-bit build. But 32-bit works on Mac.
If you're building a 64-bit target on MacOS, that is not something I have tried.

--Jon
krazyken

Re: Arasan 11.3

Post by krazyken »

jdart wrote:
krazyken wrote:It seems I can't get a stable 64-bit build. But 32-bit works on Mac.
If you're building a 64-bit target on MacOS, that is not something I have tried.

--Jon
Yes, That's what I tried. It builds, but will randomly hang and/or seg fault. If it is something you wish to investigate further, I can get you crash reports and/or ssh access to a Mac.
jdart
Posts: 4367
Joined: Fri Mar 10, 2006 5:23 am
Location: http://www.arasanchess.org

Re: Arasan 11.3

Post by jdart »

I'll put it on my list to investigate. I have to borrow my daughter's Mac as I don't have a regular Mac dev machine.

--Jon