amd k7

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Will Singleton
Posts: 128
Joined: Thu Mar 09, 2006 5:14 pm
Location: Los Angeles, CA

amd k7

Post by Will Singleton »

I have an old compaq, amd k7 cpu 700mhz, just installed windows xp sp1. Seems to run fine, but won't run my chess program. Gives an error like, pointer entry point not found in kernal.dll. I suppose the cpu is too old, or is there a compiler switch in msvc to enable it?

Will
Gian-Carlo Pascutto
Posts: 1243
Joined: Sat Dec 13, 2008 7:00 pm

Re: amd k7

Post by Gian-Carlo Pascutto »

Doesn't googling for the error give you something?

The only thing missing from that CPU that I can think of would be SSE/SSE2.
User avatar
hgm
Posts: 27809
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: amd k7

Post by hgm »

It does not sound like a CPU problem to me. If an entry point in a DLL is missing, the compiler is not compatible with the run-time system. That is purely a software issue.
Gian-Carlo Pascutto
Posts: 1243
Joined: Sat Dec 13, 2008 7:00 pm

Re: amd k7

Post by Gian-Carlo Pascutto »

Hmm, good point.

Maybe you're missing the Visual Studio runtimes from the recent compilers?
User avatar
Jim Ablett
Posts: 1384
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: amd k7

Post by Jim Ablett »

Will Singleton wrote:I have an old compaq, amd k7 cpu 700mhz, just installed windows xp sp1. Seems to run fine, but won't run my chess program. Gives an error like, pointer entry point not found in kernal.dll. I suppose the cpu is too old, or is there a compiler switch in msvc to enable it?

Will
Hi Will,

Install Microsoft Platform SDK for Windows Server 2003 R2 (http://tinyurl.com/2qn8e5),
set paths in Msvc to use it, libs, includes etc & recompile.

Jim.