![]() |
![]() |
#1 |
Member
Join Date: Aug 2004
Posts: 2
|
![]()
Has anyone run into problems adding libmusepack to a vc v6 c++ project?
The problem seems to be around the typedef'ing of: typedef unsigned char BOOL in the microsoft compiler any .cpp files already have this defined, but not for the .c files (that are the lib files), the only way I could get a clean compile was a: typedef unsigned char BOOLa and replace all BOOL with BOOLa in the lib, a little hack. There was also a little problem of: #include <math.h> being inside a: #ifdef CPP extern "C" { #end if as math.h on Visual C uses templates and this cannot work within an extern "C" { ------------------------------- there are a few other little things needed to get it to compile (havn't tried to decode a .mpc yet, so hold your breath ![]() -------------------------------- Anyhow, very good work on the lib, my last decoder for dbpoweramp was a real nasty hack, the lib is a god send...(any chance of an encoding lib ![]() |
![]() |
![]() |
![]() |
#2 |
Musepack developer
|
![]()
well, i don't have any win32 compiling response
...but i too would like to see musepack go the way of flac/vorbis with: encoding lib or both in a monolithic lib decoding lib / single frontend that's been discussed a lot here and i think everyone is on the same page (as above)... later |
![]() |
![]() |
![]() |
#3 | |
Senior Member
Join Date: Aug 2004
Location: Emeryville, CA
Posts: 52
|
![]() Quote:
|
|
![]() |
![]() |
![]() |
#4 |
Member
Join Date: Aug 2004
Posts: 2
|
![]()
thanks
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|