Help--how to use sdl in VC6 and EVC4?

I want to use SDL in VC6 and EVC4, especially in EVC4, and I have downloaded SDL-devel-1.2.7-VC6.zip from libsdl, but I can’t build them.
VC6’s message is
LINK : fatal error LNK1104: cannot open file “E:\Program.obj” (I put the directory of SDL at E:\Program Files\SDL_LIB\SDL-devel-1.2.7-VC6\SDL-1.2.7).
EVC4’s message is
SDL_blit_N.obj : error LNK2019: unresolved external symbol _SDL_HasMMX referenced in function _SDL_CalculateBlitN
emulatorDbg/SDL.dll : fatal error LNK1120: 1 unresolved externals

What shall I do?

try include SDL_cpuinfo.c to your project.
i think it’s missing in defaults project files.

s pozdravem-------------------------------
Tom?? Lamr …
josh :: PodVlivem Software
www.podvlivem.net
icq: 91847172
@Tomas_Lamr

  1. b?ezna 2004, 13:49:03, napsal jste:

?> I want to use SDL in VC6 and EVC4, especially in EVC4, and I have downloaded SDL-devel-1.2.7-VC6.zip from libsdl, but I can’t build them.
?> VC6’s message is
?> LINK : fatal error LNK1104: cannot open file “E:\Program.obj” (I put the directory of SDL at E:\Program Files\SDL_LIB\SDL-devel-1.2.7-VC6\SDL-1.2.7).
?> EVC4’s message is
?> SDL_blit_N.obj : error LNK2019: unresolved external symbol _SDL_HasMMX referenced in function _SDL_CalculateBlitN
?> emulatorDbg/SDL.dll : fatal error LNK1120: 1 unresolved externals

?> What shall I do?
?> ??