CVS and Visual C++

I’ve get sdl cvs today and there is a little problem to make sdl with Visual
C++:
the error is :
cannot find “afxres.h”

in SDL.dsp I’ve removed the three lines
SOURCE=.\Version.rc

End Source File

Begin Source File

to build sdl

Murlock----------------
Murlock (http://www.murlock.org)

I’ve get sdl cvs today and there is a little problem to make sdl with Visual
C++:
the error is :
cannot find “afxres.h”

This means you didn’t install MFC.

Replace it with “winres.h” and it will probably work fine.

–ryan.

I’ve get sdl cvs today and there is a little problem to make sdl with
Visual

C++:
the error is :
cannot find “afxres.h”

This means you didn’t install MFC.

yes, I haven’t install MFC with VC6++ but…
why MFC is required to build SDL Lib ?

Replace it with “winres.h” and it will probably work fine.

Not yet tested… next time :slight_smile:

–ryan.

Murlock

Gloire ? mon saigneur Arioch
Murlock (http://www.murlock.org)

----- Original Message -----
From: icculus@icculus.org (Ryan C. Gordon)

yes, I haven’t install MFC with VC6++ but…
why MFC is required to build SDL Lib ?

It shouldn’t be. Can you test the fix and see if that work?
If it does, then I’ll make that change in CVS for the next release.

Replace it with “winres.h” and it will probably work fine.

Not yet tested… next time :slight_smile:

Thanks,
-Sam Lantinga, Software Engineer, Blizzard Entertainment