I need SDL_mixer.lib

This is a multi-part message in MIME format.

------=_NextPart_000_0020_01C0A266.3D74C2C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi=20

I=B4ve tried to compile the SDL_mixer but there is an link error.
I have search the lib and couldn=B4t find it,so I dont=B4t want to =
compile the SDL_mixer myself and wanted to ask where I can find a =
precompiled version for Visual C++.

I compiled SDL_image and SDL_net befor and there were no problems.

if you have a url or the data can you send me, please ?.

Thanks.

CU

------=_NextPart_000_0020_01C0A266.3D74C2C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi
 
I=B4ve tried to compile the SDL_mixer = but there is an=20 link error.
I have search the lib and couldn=B4t = find it,so I=20 dont=B4t want to compile the SDL_mixer myself and wanted to ask where I = can find a=20 precompiled version for Visual C++.
 
 I compiled SDL_image and SDL_net = befor and=20 there were no problems.
 
if you have a url or the data can you = send me,=20 please ?.
 
Thanks.
 
CU
 
 

------=_NextPart_000_0020_01C0A266.3D74C2C0–

Most Visual C++ projects reference specific versions of the SDL library.
Right-click on SDL.lib and make sure it points to a valid file, you may have
to change the path.–

Olivier A. Dagenais - Software Architect and Developer

“ferhat ziba” <ferhat_ziba at gmx.de> wrote in message
news:97ln3v$65s$1 at ftp.lokigames.com
Hi

I?ve tried to compile the SDL_mixer but there is an link error.
I have search the lib and couldn?t find it,so I dont?t want to compile the
SDL_mixer myself and wanted to ask where I can find a precompiled version
for Visual C++.

I compiled SDL_image and SDL_net befor and there were no problems.

if you have a url or the data can you send me, please ?.

Thanks.

CU

That wasn?t the problem. I have set the SDL.lib correctly, but I need a lib
that i never heard before. It is called LIBCMT.lib. I don?t have this file.

If you know where I can get a precompiled version of SDL_mixer.lib that will
be very helpfull.

“Olivier Dagenais” <olivierS.dagenaisP at canadaA.comM> schrieb im Newsbeitrag
news:97lqkv$6l5$1 at ftp.lokigames.com

Most Visual C++ projects reference specific versions of the SDL library.
Right-click on SDL.lib and make sure it points to a valid file, you may
have> to change the path.

Olivier A. Dagenais - Software Architect and Developer

“ferhat ziba” <@Ferhat_Ziba> wrote in message
news:97ln3v$65s$1 at ftp.lokigames.com
Hi

I?ve tried to compile the SDL_mixer but there is an link error.
I have search the lib and couldn?t find it,so I dont?t want to compile the
SDL_mixer myself and wanted to ask where I can find a precompiled version
for Visual C++.

I compiled SDL_image and SDL_net befor and there were no problems.

if you have a url or the data can you send me, please ?.

Thanks.

CU

That wasn?t the problem. I have set the SDL.lib correctly, but I need a
lib
that i never heard before. It is called LIBCMT.lib. I don?t have this
file.

If you know where I can get a precompiled version of SDL_mixer.lib that
will
be very helpfull.

"The support library LIBCMT.LIB is a reentrant library for creating
multithread programs. "
– Visual C++ 5.0 Documentation

VC will automatically link with this lib if you specify “Multithreaded” in
the settings dialog box under “code generation”.

The dependencies should be here, btw:
http://pygame.seul.org/ftp/win32-dependencies.zip

"The support library LIBCMT.LIB is a reentrant library for creating
multithread programs. "
– Visual C++ 5.0 Documentation

Also check the FAQ…
http://www.libsdl.org/faq/FAQ-Win32.html#WIN32_3b

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