View Single Post
Old 07-29-2006, 10:35 AM   #12 (permalink)
Anakashar
C++ Intermediate
 
Anakashar's Avatar
 
Join Date: Feb 2006
Posts: 15
Anakashar is on a distinguished road
Code:
#include <id3/globals.h>
#include <id3.h>
#include <id3/tag.h>
#include <id3/field.h>
#include <id3/helpers.h>
#include <id3/id3lib_frame.h>
#include <id3/id3lib_strings.h>
#include <id3/id3lib_streams.h>
#include <id3/io_decorators.h>
#include <id3/io_helpers.h>
#include <id3/io_strings.h>
#include <id3/writer.h>
#include <id3/writers.h>
#include <id3/utils.h>
#include <id3/reader.h>
#include <id3/readers.h>
#include <id3/sized_types.h>
I've included all of these into the project, linked in -id3lib.a to the linker, defined ID3LIB_LINKOPTION to be either 1 or 3, set resource files to where the DLL is, put in the include paths where the above includes are located, ID3_Lib.h doesn't exist.

Still getting the same type ofLinker Error, [Linker error] undefined reference to `ID3_Tag::Link(char const*, unsigned short)' or I'm getting E:\Dev-Cpp\Makefile.win [Build Error] [ProjectFrm.obj] Error 1
Anakashar is offline   Reply With Quote