View Single Post
Old 07-28-2006, 08:32 AM   #3 (permalink)
Anakashar
C++ Intermediate
 
Anakashar's Avatar
 
Join Date: Feb 2006
Posts: 15
Anakashar is on a distinguished road
Well, it's mostly me having trouble figuring out how to compile the source of the ID3Lib. I have the source, but no matter what I add to the project, or what include folders I put in, it always comes up with:

"In file included from e:\id3lib-3.8.3\include\id3.h" it highlights "#include "id3/globals.h" " in id3.h. Next message below that says:

"from ../id3lib-3.8.3/src/c_wrapper.cpp"

then below that

#error read message above or win32.readme.first.txt

that txt file is for visual studio.

then: "in file included from ../id3lib-3.8.3/src/c_wrapper.cpp"

then goes on with a series of "ID3_C_EXPORT does not name a type" and expected symbols and such.

in DevCpp, if you try to open a .dsp or .dsw, it only opens the .dsp file itself, in text form.
Anakashar is offline   Reply With Quote