[id3lib-devel] Borland BCB6 link questions
Brought to you by:
t1mpy
From: Jim D. <ji...@ve...> - 2007-05-27 12:53:43
|
I'm in Win XP with Borland C++ Builder 6 , trying to wrap id3lib 3.8.3 . Jon B says : (1) do an IMPLIB on the DLL to generate a compatible import library . (2) Because the VC DLL exports using WINAPI calling convention , you can link to it static or dynamic . (3) Use the C interface (ID3Tag_*) of id3.h . |