VC6 for SDL2.0,VS2005 for SDL2.0

Hello,

SDL is great project.

But now SDL2.0 no VC6 project dsp & dsw, same no VS2005 project vcproj &
sln;

Now I had move the SDL_VS2008.vcproj to SDL_VS2005.vcproj is simple,.

VS2005
Use notepad replace the “9.00” to “8.00” and replace the VC70.vs to
VC60.vs, then save to SDL_VS2005.vcproj, that is OK!
I had attach at this mail,All these files locate at ViusalC/SDL/

When compile will 2 error,then fixe follow;
1:
SDL_windowsvideo.h:
change this line
#include <msctf.h>
to
#include “SDL_msctf.h” //<msctf.h>
2:
SDL_windowskeyboard.c:
change this line
#ifdef GNUC
to follow
#ifdef _SDL_msctf_h
#define USE_INIT_GUID
#endif
#ifdef GNUC
#define USE_INIT_GUID
#endif
#ifdef USE_INIT_GUID

Now compile will be OK!

VC6
VC6 is hard to work for build the project. Must fixed the Code and add a
VC6LIB.c for 3 functions when link will be used.
1.
Add 3 define: huge=Huge;FUNCTION=LINE;USER32
2.
Add 3 lib:winmm.lib version.lib imm32.lib
3.
VC6LIB.C
__ReadWriteBarrier()
GetRawInputData(),EnumDisplayDevicesW(),RegisterRawInputDevices()
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: readme.txt
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bd260b5a/attachment-0001.txt
-------------- next part --------------
A non-text attachment was scrubbed…
Name: SDL.dsp
Type: application/octet-stream
Size: 25998 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bd260b5a/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed…
Name: SDL_VS2005.vcproj
Type: application/octet-stream
Size: 27160 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bd260b5a/attachment-0003.obj
-------------- next part --------------
A non-text attachment was scrubbed…
Name: VC6LIB.c
Type: text/x-csrc
Size: 2782 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bd260b5a/attachment-0001.c

Hello,

SDL is great project.

But now SDL2.0 no VC6 project dsp & dsw, same no VS2005 project vcproj &
sln;

Now I had move the SDL_VS2008.vcproj to SDL_VS2005 is simple,

VS2005
Use notepad replace the “9.00” to “8.00” and replace the VC70.vs to
VC60.vs, then save to SDL_VS2005.vcproj, that is OK!
I had attach at this mail.

When compile will 2 error,then fixe follow;
1:
SDL_windowsvideo.h:
change this line
#include <msctf.h>
to
#include “SDL_msctf.h” //<msctf.h>
2:
SDL_windowskeyboard.c:
change this line
#ifdef GNUC
to follow
#ifdef _SDL_msctf_h
#define USE_INIT_GUID
#endif
#ifdef GNUC
#define USE_INIT_GUID
#endif
#ifdef USE_INIT_GUID

Now compile will be OK!

VC6
VC6 is hard t work for build the project. Must fixed the Code and add a
VC6LIB.c for 3 functions when link will be used.
1.
Add 3 define: huge=Huge;FUNCTION=LINE;USER32
2.
Add 3 lib:winmm.lib version.lib imm32.lib
3.
VC6LIB.C
__ReadWriteBarrier()
GetRawInputData(),EnumDisplayDevicesW(),RegisterRawInputDevices()

(send by firefox)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: readme.txt
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bec5ef85/attachment-0001.txt
-------------- next part --------------
A non-text attachment was scrubbed…
Name: SDL.dsp
Type: application/octet-stream
Size: 25998 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bec5ef85/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed…
Name: SDL_VS2005.vcproj
Type: application/octet-stream
Size: 27160 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bec5ef85/attachment-0003.obj
-------------- next part --------------
A non-text attachment was scrubbed…
Name: VC6LIB.c
Type: text/x-csrc
Size: 2782 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121219/bec5ef85/attachment-0001.c