Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropSheet/PropPage question Pin
work_to_live18-Feb-03 10:28
work_to_live18-Feb-03 10:28 
GeneralRe: PropSheet/PropPage question Pin
work_to_live18-Feb-03 10:46
work_to_live18-Feb-03 10:46 
GeneralRe: PropSheet/PropPage question Pin
Michael Dunn18-Feb-03 19:58
sitebuilderMichael Dunn18-Feb-03 19:58 
GeneralRe: PropSheet/PropPage question Pin
valikac18-Feb-03 9:16
valikac18-Feb-03 9:16 
GeneralRe: PropSheet/PropPage question Pin
work_to_live18-Feb-03 10:31
work_to_live18-Feb-03 10:31 
Questionhelp! Bitmaps in top level Menus? Pin
brigham_young18-Feb-03 7:03
brigham_young18-Feb-03 7:03 
AnswerRe: help! Bitmaps in top level Menus? Pin
Ken Mazaika18-Feb-03 7:09
Ken Mazaika18-Feb-03 7:09 
GeneralCompiler Issue Pin
Ken Mazaika18-Feb-03 6:39
Ken Mazaika18-Feb-03 6:39 
I recently upgraded my system from win98 to win2k (I know I'm a little behind on OS's) and I reinstalled VC++ 6.0 and when I compile a program that compiled perfectly under win98 it gives me these linker errors:


ShellTree.obj : error LNK2001: unresolved external symbol "public: struct _ITEMIDLIST * __thiscall CShellPidl::CopyITEMID(struct IMalloc *,struct _ITEMIDLIST *)" (?CopyITEMID@CShellPidl@@QAEPAU_ITEMIDLIST@@PAUIMalloc@@PAU2@@Z)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: struct _ITEMIDLIST * __thiscall CShellPidl::ConcatPidls(struct _ITEMIDLIST const *,struct _ITEMIDLIST const *)" (?ConcatPidls@CShellPidl@@QAEPAU_ITEMIDLIST@@PBU2@0@Z)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: int __thiscall CShellPidl::GetName(struct IShellFolder *,struct _ITEMIDLIST *,unsigned long,char *)" (?GetName@CShellPidl@@QAEHPAUIShellFolder@@PAU_ITEMIDLIST@@KPAD@Z)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: int __thiscall CShellPidl::GetItemIcon(struct _ITEMIDLIST *,unsigned int)" (?GetItemIcon@CShellPidl@@QAEHPAU_ITEMIDLIST@@I@Z)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: int __thiscall CShellPidl::DoTheMenuThing(struct HWND__ *,struct IShellFolder *,struct _ITEMIDLIST *,struct tagPOINT *)" (?DoTheMenuThing@CShellPidl@@QAEHPAUHWND__@@PAUIShellFolder@@<br />
PAU_ITEMIDLIST@@PAUtagPOINT@@@Z)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CFileName::~CFileName(void)" (??1CFileName@@UAE@XZ)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CFileName::Exist(void)" (?Exist@CFileName@@QAE_NXZ)<br />
ShellTree.obj : error LNK2001: unresolved external symbol "public: __thiscall CFileName::CFileName(class CString)" (??0CFileName@@QAE@VCString@@@Z)<br />
Release/autorun.exe : fatal error LNK1120: 8 unresolved externals<br />
Error executing link.exe.




Is there a quick fix to make thiese errors go away, or will I have to rewrite the program?
GeneralRe: Compiler Issue Pin
Navin18-Feb-03 6:50
Navin18-Feb-03 6:50 
GeneralRe: Compiler Issue Pin
Ken Mazaika18-Feb-03 6:54
Ken Mazaika18-Feb-03 6:54 
GeneralRe: Compiler Issue Pin
Ken Mazaika18-Feb-03 7:50
Ken Mazaika18-Feb-03 7:50 
GeneralStop statusbar from being painted over Pin
tilli again18-Feb-03 5:46
susstilli again18-Feb-03 5:46 
GeneralContext sensitive help for a CWnd Pin
Chad Scates18-Feb-03 5:46
Chad Scates18-Feb-03 5:46 
GeneralRe: Context sensitive help for a CWnd Pin
Roger Allen18-Feb-03 6:35
Roger Allen18-Feb-03 6:35 
GeneralRe: Context sensitive help for a CWnd Pin
Chad Scates18-Feb-03 11:43
Chad Scates18-Feb-03 11:43 
Generalemail Pin
Anonymous18-Feb-03 5:42
Anonymous18-Feb-03 5:42 
GeneralRe: email Pin
Chris Richardson18-Feb-03 6:32
Chris Richardson18-Feb-03 6:32 
GeneralRe: email Pin
Anonymous18-Feb-03 23:13
Anonymous18-Feb-03 23:13 
GeneralRe: email Pin
Anonymous18-Feb-03 23:58
Anonymous18-Feb-03 23:58 
GeneralRe: email Pin
Chris Richardson19-Feb-03 8:06
Chris Richardson19-Feb-03 8:06 
GeneralRe: email Pin
Anonymous19-Feb-03 21:59
Anonymous19-Feb-03 21:59 
GeneralButton and static text Pin
act_x18-Feb-03 5:33
act_x18-Feb-03 5:33 
GeneralRe: Button and static text Pin
João Paulo Figueira18-Feb-03 5:37
professionalJoão Paulo Figueira18-Feb-03 5:37 
GeneralRe: Button and static text Pin
act_x18-Feb-03 5:53
act_x18-Feb-03 5:53 
GeneralRe: Button and static text Pin
Steve S18-Feb-03 6:31
Steve S18-Feb-03 6:31 

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.