Menu

#61 help with id3lib on vc++

open
nobody
None
5
2003-11-21
2003-11-21
matt york
No

trying to get working with vc++ 6.0 linking id3lib
dynamically and am new to vc++.
can someone tell me where to put the main library folder
in relation to my project folder and tell me exactly how
to do steps 2) and 3)
thanks very much, matt

C)***Your project wants to link id3lib dynamic:
(instructions below for vc)
1) Rename config.h.win32 to config.h
2) include prj/id3lib.dsp and zlib/prj/zlib.dsp to your
workspace (*note this is a different id3lib than above)
3) make your project dependend on id3lib, and make
id3lib dependend on zlib
4) Add /D ID3LIB_LINKOPTION=3 to your project options
(settings, C/C++ tab) (*note this is a different option
than above)
5) Add the following include dirs to your program:
/I <path_to_id3lib>\\include /I
<path_to_id3lib>\\include\\id3
6) (add your code which uses id3lib)
7) Compile.
8) dump id3lib.dll in your programs project dir.
9) distribute your program including id3lib.dll
(MS recommend you distribute it in your programs dir
and not in system(32) to avoid version conficts)

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.