Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReading from Excel Pin
Anu_Bala20-Jun-06 19:55
Anu_Bala20-Jun-06 19:55 
AnswerRe: Reading from Excel Pin
Hamid_RT20-Jun-06 20:27
Hamid_RT20-Jun-06 20:27 
AnswerRe: Reading from Excel Pin
zeus_master20-Jun-06 22:59
zeus_master20-Jun-06 22:59 
Questionneed .lib file Pin
trinadh_t20-Jun-06 18:47
trinadh_t20-Jun-06 18:47 
AnswerRe: need .lib file Pin
Steve Echols20-Jun-06 19:39
Steve Echols20-Jun-06 19:39 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 20:21
trinadh_t20-Jun-06 20:21 
GeneralRe: need .lib file Pin
Cedric Moonen20-Jun-06 20:26
Cedric Moonen20-Jun-06 20:26 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 20:34
trinadh_t20-Jun-06 20:34 
I have supplied source files taglib.h and tag.h, i am getting linker error like this.I need to include .lib file in link part of project->settings along with including .h file.

errors:

tagreader.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall TagLib::FileRef::~FileRef(void)" (??1FileRef@TagLib@@UAE@XZ)
tagreader.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall TagLib::String::~String(void)" (??1String@TagLib@@UAE@XZ)
tagreader.obj : error LNK2001: unresolved external symbol "class std::basic_ostream<char,struct std::char_traits<char=""> > & __cdecl operator<<(class std::basic_ostream<char,struct std::char_traits<char=""> > &,class TagLib::String const &)" (??6@YAAAV?$
basic_ostream@DU?$char_traits@D@std@@@std@@AAV01@ABVString@TagLib@@@Z)
tagreader.obj : error LNK2001: unresolved external symbol "public: class TagLib::Tag * __thiscall TagLib::FileRef::tag(void)const " (?tag@FileRef@TagLib@@QBEPAVTag@2@XZ)

Regards
Trinadh
GeneralRe: need .lib file Pin
Cedric Moonen20-Jun-06 20:45
Cedric Moonen20-Jun-06 20:45 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 20:56
trinadh_t20-Jun-06 20:56 
GeneralRe: need .lib file Pin
Steve Echols20-Jun-06 20:31
Steve Echols20-Jun-06 20:31 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 20:41
trinadh_t20-Jun-06 20:41 
GeneralRe: need .lib file Pin
Steve Echols20-Jun-06 21:03
Steve Echols20-Jun-06 21:03 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 21:11
trinadh_t20-Jun-06 21:11 
GeneralRe: need .lib file Pin
Steve Echols20-Jun-06 21:24
Steve Echols20-Jun-06 21:24 
AnswerRe: need .lib file Pin
Hamid_RT20-Jun-06 21:00
Hamid_RT20-Jun-06 21:00 
GeneralRe: need .lib file Pin
trinadh_t20-Jun-06 21:09
trinadh_t20-Jun-06 21:09 
GeneralRe: need .lib file Pin
Hamid_RT20-Jun-06 21:20
Hamid_RT20-Jun-06 21:20 
QuestionEditbox property change Pin
Ram Murali20-Jun-06 18:17
Ram Murali20-Jun-06 18:17 
AnswerRe: Editbox property change Pin
_AnsHUMAN_ 20-Jun-06 18:35
_AnsHUMAN_ 20-Jun-06 18:35 
AnswerRe: Editbox property change Pin
Hamid_RT20-Jun-06 18:49
Hamid_RT20-Jun-06 18:49 
QuestionMCIWndSeek not working Pin
locoone20-Jun-06 17:37
locoone20-Jun-06 17:37 
Questiontwo concepts problem Pin
gentleguy20-Jun-06 17:04
gentleguy20-Jun-06 17:04 
QuestionCProperty Sheet Pin
satsumatable20-Jun-06 17:01
satsumatable20-Jun-06 17:01 
AnswerRe: CProperty Sheet Pin
_AnsHUMAN_ 20-Jun-06 17:49
_AnsHUMAN_ 20-Jun-06 17:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.