My perennial question: no 32 bits?
Kocem cie if you get it....
F
Rodent II 0.9.64 released
Moderator: Ras
-
- Posts: 191
- Joined: Mon Oct 31, 2016 6:30 pm
- Location: England
Re: Rodent II 0.9.64 released
Amongst my computers I still have a few old ones that run WinXP 32bit.fern wrote:My perennial question: no 32 bits?
Kocem cie if you get it....
F
I tried to compile a 32bit windows executable from the source code myself, but was unsuccessful.
A 32 bit compile for older cpu would be very welcome.
-
- Posts: 903
- Joined: Mon Jan 15, 2007 11:23 am
- Location: Warsza
Re: Rodent II 0.9.64 released
I have some problems with my old laptop. It is geting fixed, and it's possible that in the evening I will have access to good old MSVC 2010, which I used for Windows XP-capable compiles.
Pawel Koziol
http://www.pkoziol.cal24.pl/rodent/rodent.htm
http://www.pkoziol.cal24.pl/rodent/rodent.htm
-
- Posts: 2204
- Joined: Sat Jan 18, 2014 10:24 am
- Location: Andorra
Re: Rodent II 0.9.64 released
Daniel José -
http://www.andscacs.com

-
- Posts: 903
- Joined: Mon Jan 15, 2007 11:23 am
- Location: Warsza
Re: Rodent II 0.9.64 released
Thanks Daniel, aded to distribution packages!
Pawel Koziol
http://www.pkoziol.cal24.pl/rodent/rodent.htm
http://www.pkoziol.cal24.pl/rodent/rodent.htm
-
- Posts: 8755
- Joined: Sun Feb 26, 2006 4:07 pm
Re: Rodent II 0.9.64 released
where I find the personalities?
In the shredder program, the engimne options show just a dialog where you shpuld go to do it, but no options to select notrhing
In the shredder program, the engimne options show just a dialog where you shpuld go to do it, but no options to select notrhing
-
- Posts: 191
- Joined: Mon Oct 31, 2016 6:30 pm
- Location: England
Re: Rodent II 0.9.64 released
It works ok on my old Pentium4 computer in linux using wine, but crashes immediately on another computer running Windows XP with an AMD Sempron 2400+ cpu.
I have a couple of other engines that do the same.
Its usually due to the sse2 instruction set not being supported.
Thanks anyway.
-
- Posts: 4397
- Joined: Fri Mar 10, 2006 5:23 am
- Location: http://www.arasanchess.org
Re: Rodent II 0.9.64 released
Sorry I got a period inside the link. Try this:
https://msdn.microsoft.com/en-us/library/jj851139.aspx
Btw if using the command line or a Makefile you need to add
/D_USING_V110_SDK71_
to the compiler flags and
/subsystem:console,5.02 (use 5.01 for 32-bit)
to the linker flags, to target Windows XP.
--Jon
https://msdn.microsoft.com/en-us/library/jj851139.aspx
Btw if using the command line or a Makefile you need to add
/D_USING_V110_SDK71_
to the compiler flags and
/subsystem:console,5.02 (use 5.01 for 32-bit)
to the linker flags, to target Windows XP.
--Jon
-
- Posts: 2204
- Joined: Sat Jan 18, 2014 10:24 am
- Location: Andorra
Re: Rodent II 0.9.64 released
I verified it and is not using popcnt instruction. I don't know what's going on.Colin-G wrote:It works ok on my old Pentium4 computer in linux using wine, but crashes immediately on another computer running Windows XP with an AMD Sempron 2400+ cpu.
I have a couple of other engines that do the same.
Its usually due to the sse2 instruction set not being supported.
Thanks anyway.
Daniel José -
http://www.andscacs.com
