Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Open file Pin
Jagdish V. Bhimbha10-Jun-08 22:38
Jagdish V. Bhimbha10-Jun-08 22:38 
Questionabout directsound transfer and play back Pin
doudou-shen10-Jun-08 19:45
doudou-shen10-Jun-08 19:45 
AnswerRe: about directsound transfer and play back Pin
Saurabh.Garg11-Jun-08 15:37
Saurabh.Garg11-Jun-08 15:37 
QuestionProblem in closing a dialog MFC Pin
hari_honey10-Jun-08 19:43
hari_honey10-Jun-08 19:43 
AnswerRe: Problem in closing a dialog MFC Pin
Hamid_RT10-Jun-08 19:47
Hamid_RT10-Jun-08 19:47 
AnswerRe: Problem in closing a dialog MFC Pin
SandipG 10-Jun-08 19:50
SandipG 10-Jun-08 19:50 
AnswerRe: Problem in closing a dialog MFC Pin
_AnsHUMAN_ 10-Jun-08 19:58
_AnsHUMAN_ 10-Jun-08 19:58 
QuestionLNK2019 & LNK2001 Pin
T.RATHA KRISHNAN10-Jun-08 18:52
T.RATHA KRISHNAN10-Jun-08 18:52 
I've developed an application using Visual C++ 2005. This application showed me error at linking. The errors are:

HelloWorld.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: virtual __thiscall dtABC::Application::~Application(void)" (__imp_??1Application@dtABC@@MAE@XZ) referenced in function __unwindfunclet$??0HelloWorld@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$0

HelloWorld.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall dtABC::BaseABC::OnMessage(struct dtCore::Base::MessageData *)" (?OnMessage@BaseABC@dtABC@@MAEXPAUMessageData@Base@dtCore@@@Z)
HelloWorld.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall dtCore::Transformable::GetTransform(class dtCore::Transform &,enum dtCore::Transformable::CoordSysEnum)const " (?GetTransform@Transformable@dtCore@@UBEXAAVTransform@2@W4CoordSysEnum@12@@Z)
D:\HelloWorld1\Debug\HelloWorld1.exe : fatal error LNK1120: 54 unresolved externals

These are not defined by me. What to do?
AnswerRe: LNK2019 & LNK2001 Pin
Hamid_RT10-Jun-08 19:52
Hamid_RT10-Jun-08 19:52 
QuestionHow can get total days of Month? Pin
Le@rner10-Jun-08 18:24
Le@rner10-Jun-08 18:24 
AnswerRe: How can get total days of Month? PinPopular
Naveen10-Jun-08 18:40
Naveen10-Jun-08 18:40 
GeneralRe: How can get total days of Month? Pin
_AnsHUMAN_ 10-Jun-08 19:00
_AnsHUMAN_ 10-Jun-08 19:00 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 19:10
Naveen10-Jun-08 19:10 
GeneralRe: How can get total days of Month? [modified] Pin
_AnsHUMAN_ 10-Jun-08 19:14
_AnsHUMAN_ 10-Jun-08 19:14 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 19:24
Naveen10-Jun-08 19:24 
GeneralRe: How can get total days of Month? Pin
_AnsHUMAN_ 10-Jun-08 19:28
_AnsHUMAN_ 10-Jun-08 19:28 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 19:31
Naveen10-Jun-08 19:31 
GeneralRe: How can get total days of Month? Pin
_AnsHUMAN_ 10-Jun-08 19:36
_AnsHUMAN_ 10-Jun-08 19:36 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 19:42
Naveen10-Jun-08 19:42 
GeneralRe: How can get total days of Month? Pin
SandipG 10-Jun-08 19:49
SandipG 10-Jun-08 19:49 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 19:55
Naveen10-Jun-08 19:55 
GeneralRe: How can get total days of Month? Pin
Hamid_RT10-Jun-08 20:04
Hamid_RT10-Jun-08 20:04 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 20:19
Naveen10-Jun-08 20:19 
GeneralRe: How can get total days of Month? Pin
Hamid_RT10-Jun-08 21:08
Hamid_RT10-Jun-08 21:08 
GeneralRe: How can get total days of Month? Pin
Naveen10-Jun-08 21:17
Naveen10-Jun-08 21:17 

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.