Click here to Skip to main content
15,908,020 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 2:13
mveRichard MacCutchan8-Dec-11 2:13 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA8-Dec-11 21:49
MrKBA8-Dec-11 21:49 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan8-Dec-11 22:09
mveRichard MacCutchan8-Dec-11 22:09 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA26-Dec-11 1:04
MrKBA26-Dec-11 1:04 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan26-Dec-11 6:51
mveRichard MacCutchan26-Dec-11 6:51 
GeneralRe: Convert MFC dll To UNICODE Pin
MrKBA26-Dec-11 22:19
MrKBA26-Dec-11 22:19 
GeneralRe: Convert MFC dll To UNICODE Pin
Richard MacCutchan27-Dec-11 0:14
mveRichard MacCutchan27-Dec-11 0:14 
QuestionLinking error when compiling projects Pin
bubuzzz28-Nov-11 0:51
bubuzzz28-Nov-11 0:51 
Dear all,

My current project was built on visual studio 2005. I ported it into visual studio 2010 and after several configurations, I got the only one left error while building

stdafx.obj : error LNK2019: unresolved external symbol _WTSSendMessageA@40 referenced in function _SendNotification
9>nafxcw.lib(afxglobals.obj) : error LNK2001: unresolved external symbol _IID_IWICImagingFactory
9>nafxcw.lib(afxtaskspane.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetIconSize@12
9>nafxcw.lib(afxvisualmanager.obj) : error LNK2019: unresolved external symbol __imp__ImageList_GetIconSize@12 referenced in function "public: virtual void __thiscall CMFCVisualManager::OnDrawTask(class CDC *,class CMFCTasksPaneTask *,class CImageList *,int,int)" (?OnDrawTask@CMFCVisualManager@@UAEXPAVCDC@@PAVCMFCTasksPaneTask@@PAVCImageList@@HH@Z)
9>nafxcw.lib(afxvisualmanagerofficexp.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetIconSize@12
9>nafxcw.lib(afxstatusbar.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetIconSize@12
9>nafxcw.lib(afxheaderctrl.obj) : error LNK2001: unresolved external symbol __imp__ImageList_GetIconSize@12
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_ReplaceIcon@12 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneAnimation(int,struct _IMAGELIST *,unsigned int,int)" (?SetPaneAnimation@CMFCStatusBar@@QAEXHPAU_IMAGELIST@@IH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_GetIcon@12 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneAnimation(int,struct _IMAGELIST *,unsigned int,int)" (?SetPaneAnimation@CMFCStatusBar@@QAEXHPAU_IMAGELIST@@IH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_Create@20 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneAnimation(int,struct _IMAGELIST *,unsigned int,int)" (?SetPaneAnimation@CMFCStatusBar@@QAEXHPAU_IMAGELIST@@IH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_GetImageCount@4 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneAnimation(int,struct _IMAGELIST *,unsigned int,int)" (?SetPaneAnimation@CMFCStatusBar@@QAEXHPAU_IMAGELIST@@IH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_Destroy@4 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneAnimation(int,struct _IMAGELIST *,unsigned int,int)" (?SetPaneAnimation@CMFCStatusBar@@QAEXHPAU_IMAGELIST@@IH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_AddMasked@12 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneIcon(int,struct HBITMAP__ *,unsigned long,int)" (?SetPaneIcon@CMFCStatusBar@@QAEXHPAUHBITMAP__@@KH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_Remove@8 referenced in function "public: void __thiscall CMFCStatusBar::SetPaneIcon(int,struct HBITMAP__ *,unsigned long,int)" (?SetPaneIcon@CMFCStatusBar@@QAEXHPAUHBITMAP__@@KH@Z)
9>nafxcw.lib(afxstatusbar.obj) : error LNK2019: unresolved external symbol __imp__ImageList_DrawEx@40 referenced in function "protected: virtual void __thiscall CMFCStatusBar::OnDrawPane(class CDC *,class CMFCStatusBarPaneInfo *)" (?OnDrawPane@CMFCStatusBar@@MAEXPAVCDC@@PAVCMFCStatusBarPaneInfo@@@Z)


Do you have any suggestion to fix the bug ?
AnswerRe: Linking error when compiling projects Pin
Richard MacCutchan28-Nov-11 1:02
mveRichard MacCutchan28-Nov-11 1:02 
GeneralRe: Linking error when compiling projects Pin
bubuzzz29-Nov-11 3:28
bubuzzz29-Nov-11 3:28 
GeneralRe: Linking error when compiling projects Pin
Redgis30-Nov-11 22:26
Redgis30-Nov-11 22:26 
GeneralRe: Linking error when compiling projects Pin
Gene OK6-Dec-11 4:54
Gene OK6-Dec-11 4:54 
QuestionTransparent image as background of a window. How? Pin
Frozzeg12-Nov-11 1:11
Frozzeg12-Nov-11 1:11 
AnswerRe: Transparent image as background of a window. How? Pin
Richard MacCutchan12-Nov-11 3:08
mveRichard MacCutchan12-Nov-11 3:08 
GeneralRe: Transparent image as background of a window. How? Pin
Frozzeg12-Nov-11 5:37
Frozzeg12-Nov-11 5:37 
GeneralRe: Transparent image as background of a window. How? Pin
Richard MacCutchan12-Nov-11 6:32
mveRichard MacCutchan12-Nov-11 6:32 
AnswerRe: Transparent image as background of a window. How? Pin
Albert Holguin22-Nov-11 5:06
professionalAlbert Holguin22-Nov-11 5:06 
QuestionConvert Japanese charaters to multiByte Pin
anandvtra9-Nov-11 17:12
anandvtra9-Nov-11 17:12 
AnswerRe: Convert Japanese charaters to multiByte Pin
Richard MacCutchan9-Nov-11 22:27
mveRichard MacCutchan9-Nov-11 22:27 
QuestionAdding atl support to existing mfc application Pin
Coder Block7-Nov-11 19:29
Coder Block7-Nov-11 19:29 
QuestionVisual Leak Detector => Memory leaks on system functions? Pin
sypt4-Nov-11 23:00
sypt4-Nov-11 23:00 
AnswerRe: Visual Leak Detector => Memory leaks on system functions? Pin
Richard MacCutchan5-Nov-11 3:54
mveRichard MacCutchan5-Nov-11 3:54 
GeneralRe: Visual Leak Detector => Memory leaks on system functions? Pin
sypt6-Nov-11 21:31
sypt6-Nov-11 21:31 
QuestionUse Unregistered tlb files Pin
SB_CodeForFun30-Oct-11 23:51
SB_CodeForFun30-Oct-11 23:51 
AnswerRe: Use Unregistered tlb files Pin
«_Superman_»6-Nov-11 15:33
professional«_Superman_»6-Nov-11 15:33 

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.