| using the tools, i created a .a file and a .def file, and then attached them in the linker area of the compiler.
It resembled something I've tried before: if i define ID3LIB_LINKOPTION to 1, and only have the .a file in the linker, i get [Linker error] undefined reference to `ID3_Tag::ID3_Tag(char const*)'
if i put in -def id3lib.def, i get a long series of "symbol not defined."
I think I'm doing something incorrectly somewhere.. |