View Single Post
Old 07-28-2006, 12:53 PM   #5 (permalink)
Anakashar
C++ Intermediate
 
Anakashar's Avatar
 
Join Date: Feb 2006
Posts: 15
Anakashar is on a distinguished road
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..
Anakashar is offline   Reply With Quote