How Do I use Windows Binaries Version
Brought to you by:
t1mpy
Hi,
I would like to use the windows binaries version of this
lib.
After downloading it, i have 3 files:
id3api.dll
id3api.lib
id3api.exp
The DLL i just place in the same folder as my
executable, right? and i link to the .lib, right?
But what is the .exp file? and what do i do with that?
How do i access functions from the api? (im new to DLLs)
Joe