Menu

#51 Compile Errors

open
nobody
None
5
2003-06-02
2003-06-02
Steve
No

I'm attempting to use ID3Lib in my Win32 application
(no MFC) and though I believe I've followed all the
instructions in the win32.readme, I continue to get
compile errors. Specifically I have added the id3lib and
zlib projects to my workspace. zlib builds just file,
however, id3lib produces hundreds of errors, all of which
point to files in my standard include directory.

Here's the first couple:
Compiling...
c_wrapper.cpp
c:\program files\microsoft visual studio\vc98
\include\xiosbase(106) : error C2146: syntax error :
missing ';' before identifier 'precision'
c:\program files\microsoft visual studio\vc98
\include\xiosbase(106) : error C2501: 'streamsize' :
missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98
\include\xiosbase(107) : warning C4183: 'precision':
member function definition looks like a ctor, but name
does not match enclosing class
c:\program files\microsoft visual studio\vc98
\include\xiosbase(108) : error C2146: syntax error :
missing ';' before identifier 'precision'

I am using Visual C++ 6.0 on XP. I've tried using the
newest SDK from MS as well as the old include files
that were included with VC++. Anyone experiencing
similar problems?

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.