Setting SDL_mixer

I cant configure to use SDL_mixer…
i download the .lib .dll m and .h files… i configure to inlude the .h file i put de .lib and the .dll files in the derectory of my proyect… but… when i tried to compile… i have these errors…

c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : error C2146: syntax error : missing ‘;’ before identifier 'Mix_Linked_Version’
c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : fatal error C1004: unexpected end of file found

i am using visual C++, i am not enougth good yet… ?Can sombody help me? ?What is my mistake?

Thanks,
Fede!

I cant configure to use SDL_mixer…
i download the .lib .dll m and .h files… i configure to inlude the .h file i put de .lib and the .dll files in the derectory of my proyect… but… when i tried to compile… i have these errors…

c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : error C2146: syntax error : missing ‘;’ before identifier 'Mix_Linked_Version’
c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : fatal error C1004: unexpected end of file found

Good grief. I figured everybody would upgrade SDL, but I guess not…

First, there are important fixes for Windows users in SDL 1.2.4 - get it!

Second, the latest versions of SDL_{image,mixer,ttf,net} all require SDL
1.2.4 because it’s the first version of the library that explicitly sets
the C calling convention for its API functions. This is very useful for
projects that use the fastcall calling convention.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment

I cant configure to use SDL_mixer…
i download the .lib .dll m and .h files… i configure to inlude the .h
file i put de .lib and the .dll files in the derectory of my proyect…
but… when i tried to compile… i have these errors…
c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : error C2146: syntax error :
missing ‘;’ before identifier 'Mix_Linked_Version’
c:\sdl_mixer-1.2.4\include\sdl_mixer.h(61) : fatal error C1004: unexpected
end of file found

I haven’t used SDL_mixer 1.2.4 yet (still on 1.2.3), but you should check
the SDL_mixer.h file and look for an error on or around line 61._________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.