Lib compilation

Hi
I need help figuring out how exactly to compile the source to get sdl.lib, sdlmain.lib and the sdl.dll. Since the vc++ projects won’t convert with my vc++08, i have no idea which files to compile to get the individual sdl files. I would usually use the downloadable libs, but i need 64 bit versions.

I searched both google and this forum but didn’t find the info. Anybody know how to convert those project files, or which files to include in a project to compile the three files?

Not sure what your issue might be.

I just tried to open the Visual Studio 2007 solution that is delivered
together with the
SDL 1.2 source code, by using the Visual Studio C++ 2008 Express.

Visual Studio asked me if I wanted to converted the project, I said yes and
got a
Visual Studio 2009 compliant project.–
Paulo

On Sat, Dec 19, 2009 at 3:44 PM, clv wrote:

Hi
I need help figuring out how exactly to compile the source to get sdl.lib,
sdlmain.lib and the sdl.dll. Since the vc++ projects won’t convert with my
vc++08, i have no idea which files to compile to get the individual sdl
files. I would usually use the downloadable libs, but i need 64 bit
versions.

I searched both google and this forum but didn’t find the info. Anybody
know how to convert those project files, or which files to include in a
project to compile the three files?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Sorry small typo, I meant 2008 not 2009.On Sun, Dec 20, 2009 at 12:30 AM, Paulo Pinto <@Paulo_Pinto> wrote:

Not sure what your issue might be.

I just tried to open the Visual Studio 2007 solution that is delivered
together with the
SDL 1.2 source code, by using the Visual Studio C++ 2008 Express.

Visual Studio asked me if I wanted to converted the project, I said yes and
got a
Visual Studio 2009 compliant project.


Paulo

On Sat, Dec 19, 2009 at 3:44 PM, clv wrote:

Hi
I need help figuring out how exactly to compile the source to get sdl.lib,
sdlmain.lib and the sdl.dll. Since the vc++ projects won’t convert with my
vc++08, i have no idea which files to compile to get the individual sdl
files. I would usually use the downloadable libs, but i need 64 bit
versions.

I searched both google and this forum but didn’t find the info. Anybody
know how to convert those project files, or which files to include in a
project to compile the three files?


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Doesn’t work for me. :confused:
Can you upload the vc++08 converted project files?