Game scrolling summary

I’ve seen a few posts with different ways of scrolling
in a game. I was just wondering if someone had some
SDL source code, that they had gotten to work. Thanks.
Also, any chance of a SDL_Scroll Library?__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!

It did not do this with previous version of SDL.

confused

It’s in the FAQ:
http://www.libsdl.org/faq/FAQ-Win32.html#WIN32_3b

See ya,
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

Using SDL 1.5 with Visual Studio 6 now gives me the following error during
program linking:

Linking…
msvcrt.lib(MSVCRT.dll) : error LNK2005: _exit already defined in
LIBCMT.lib(crt0dat.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _strncpy already defined in
LIBCMT.lib(strncpy.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _fprintf already defined in
LIBCMT.lib(fprintf.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _fclose already defined in
LIBCMT.lib(fclose.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: __isctype already defined in
LIBCMT.lib(isctype.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib "msvcrt.lib"
conflicts with use of other libs; use /NODEFAULTLIB:library
Debug/Screen.exe : fatal error LNK1169: one or more multiply defined symbols
found
Error executing link.exe.
Creating browse info file…

Screen.exe - 6 error(s), 1 warning(s)

It did not do this with previous version of SDL.

confused

Any help would be wonderful, thanks,

Rob_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

Using SDL 1.5 with Visual Studio 6 now gives me the following error during
program linking:

Linking…
msvcrt.lib(MSVCRT.dll) : error LNK2005: _exit already defined in
LIBCMT.lib(crt0dat.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _strncpy already defined in
LIBCMT.lib(strncpy.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _fprintf already defined in
LIBCMT.lib(fprintf.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: _fclose already defined in
LIBCMT.lib(fclose.obj)
msvcrt.lib(MSVCRT.dll) : error LNK2005: __isctype already defined in
LIBCMT.lib(isctype.obj)
LIBCMT.lib(crt0init.obj) : warning LNK4098: defaultlib "msvcrt.lib"
conflicts with use of other libs; use /NODEFAULTLIB:library
Debug/Screen.exe : fatal error LNK1169: one or more multiply defined symbols
found
Error executing link.exe.
Creating browse info file…

Screen.exe - 6 error(s), 1 warning(s)

It did not do this with previous version of SDL.

confused

Any help would be wonderful, thanks,

Rob_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

I want to scroll a Moutain and field image like your
in a field looking 360 deg. But with photos of course
not 3d. It’s a hunting game.__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!