Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » I can't build ProfUIS250md.dll file Collapse All
Subject Author Date
Alexander Dong Back Kim Jan 8, 2006 - 8:14 AM

Hi.


I’ve tried to compile ProfUIS 2.50 DLLs in Visual C++ 6.0 but ProfUIS250md.dll and some other DLLs could not be compiled even though some DLLs were compiled successfully.


How can I compile these DLLs?


 


Thanks,

Technical Support Jan 8, 2006 - 11:01 AM

Please explain what you mean by "some other DLLs could not be compiled"? Could you provide us with the content of the Output window that contains descriptions of all compile errors?

Alexander Dong Back Kim Jan 8, 2006 - 9:29 PM

Hi


Thanks for immedieate response.


There are two types of errors according to the output window. The following is the result of the output window.


Deleting intermediate files and output files for project ’profuisdll - Win32 ANSI Release’.
Deleting intermediate files and output files for project ’profuisdll - Win32 ANSI Debug’.
Deleting intermediate files and output files for project ’profuisdll - Win32 Unicode Debug’.
Deleting intermediate files and output files for project ’profuisdll - Win32 Unicode Release’.
Deleting intermediate files and output files for project ’profuisdll - Win32 MBCS Debug’.
Deleting intermediate files and output files for project ’profuisdll - Win32 MBCS Release’.
Deleting intermediate files and output files for project ’profuisdll - Win32 ANSI Debug RDE’.
Deleting intermediate files and output files for project ’profuisdll - Win32 ANSI Release RDE’.
Deleting intermediate files and output files for project ’profuisdll - Win32 MBCS Debug RDE’.
Deleting intermediate files and output files for project ’profuisdll - Win32 MBCS Release RDE’.
Deleting intermediate files and output files for project ’profuisdll - Win32 Unicode Debug RDE’.
Deleting intermediate files and output files for project ’profuisdll - Win32 Unicode Release RDE’.
--------------------Configuration: profuisdll - Win32 ANSI Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
LINK : error : Internal error during ReadSymbolTable
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 004623F2
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00000008
CONTEXT:
  Eax    = 01580D40  Esp    = 0012E6D8
  Ebx    = 00000002  Ebp    = 008611E4
  Ecx    = 01580D40  Esi    = 01590B24
  Edx    = 00000000  Edi    = 01590B24
  Eip    = 004623F2  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012E6D8  Dr3    = 00000002
  Dr1    = 008611E4  Dr6    = 01580D40
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.
--------------------Configuration: profuisdll - Win32 ANSI Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250nd.lib and object ..\Bin_600/ProfUIS250nd.exp
ExtToolControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtProfUISAboutDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtResizableDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtScrollWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtStatusControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMenuControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMiniDockFrameWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPaintManager.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPopupMenuWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtDockBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtEdit.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMdiWindowsListDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
exdlgbase.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtButton.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtColorDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtComboBox.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
..\Bin_600/ProfUIS250nd.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


ProfUIS250nd.dll - 18 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 Unicode Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250ud.lib and object ..\Bin_600/ProfUIS250ud.exp


ProfUIS250ud.dll - 0 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 Unicode Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250u.lib and object ..\Bin_600/ProfUIS250u.exp


ProfUIS250u.dll - 0 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 MBCS Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250md.lib and object ..\Bin_600/ProfUIS250md.exp
ExtToolControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtProfUISAboutDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtResizableDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtScrollWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtStatusControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMenuControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMiniDockFrameWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPaintManager.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPopupMenuWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtDockBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtEdit.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMdiWindowsListDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
exdlgbase.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtButton.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtColorDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtComboBox.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
..\Bin_600/ProfUIS250md.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


ProfUIS250md.dll - 18 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 MBCS Release--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
LINK : error : Internal error during ReadSymbolTable
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 004623F2
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00000008
CONTEXT:
  Eax    = 01580D40  Esp    = 0012E6D8
  Ebx    = 00000002  Ebp    = 008611E4
  Ecx    = 01580D40  Esi    = 01590B24
  Edx    = 00000000  Edi    = 01590B24
  Eip    = 004623F2  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012E6D8  Dr3    = 00000002
  Dr1    = 008611E4  Dr6    = 01580D40
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.
--------------------Configuration: profuisdll - Win32 ANSI Debug RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250nd-RDE.lib and object ..\Bin_600/ProfUIS250nd-RDE.exp
ExtToolControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtProfUISAboutDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtResizableDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtScrollWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtStatusControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMenuControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMiniDockFrameWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPaintManager.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPopupMenuWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtDockBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtEdit.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMdiWindowsListDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
exdlgbase.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtButton.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtColorDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtComboBox.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
..\Bin_600/ProfUIS250nd-RDE.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


ProfUIS250nd-RDE.dll - 18 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 ANSI Release RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
LINK : error : Internal error during ReadSymbolTable
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 004623F2
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00000008
CONTEXT:
  Eax    = 01580D40  Esp    = 0012E6D8
  Ebx    = 00000002  Ebp    = 008611E4
  Ecx    = 01580D40  Esi    = 01590B24
  Edx    = 00000000  Edi    = 01590B24
  Eip    = 004623F2  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012E6D8  Dr3    = 00000002
  Dr1    = 008611E4  Dr6    = 01580D40
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.
--------------------Configuration: profuisdll - Win32 MBCS Debug RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250md-RDE.lib and object ..\Bin_600/ProfUIS250md-RDE.exp
ExtToolControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtProfUISAboutDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtResizableDialog.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtScrollWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtStatusControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMenuControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMiniDockFrameWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPaintManager.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtPopupMenuWnd.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtControlBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtDockBar.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtEdit.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtMdiWindowsListDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
exdlgbase.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtButton.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtColorDlg.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
ExtComboBox.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CFrameWnd::ProcessHelpMsg(struct tagMSG &,unsigned long *)" (?ProcessHelpMsg@CFrameWnd@@IAEHAAUtagMSG@@PAK@Z)
..\Bin_600/ProfUIS250md-RDE.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.


ProfUIS250md-RDE.dll - 18 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 MBCS Release RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
LINK : error : Internal error during ReadSymbolTable
  ExceptionCode            = C0000005
  ExceptionFlags           = 00000000
  ExceptionAddress         = 004623F2
  NumberParameters         = 00000002
  ExceptionInformation[ 0] = 00000000
  ExceptionInformation[ 1] = 00000008
CONTEXT:
  Eax    = 01580D40  Esp    = 0012E6D8
  Ebx    = 00000002  Ebp    = 008611E4
  Ecx    = 01580D40  Esi    = 01590B24
  Edx    = 00000000  Edi    = 01590B24
  Eip    = 004623F2  EFlags = 00010246
  SegCs  = 0000001B  SegDs  = 00000023
  SegSs  = 00000023  SegEs  = 00000023
  SegFs  = 0000003B  SegGs  = 00000000
  Dr0    = 0012E6D8  Dr3    = 00000002
  Dr1    = 008611E4  Dr6    = 01580D40
  Dr2    = 00000000  Dr7    = 00000000
Error executing link.exe.
Tool execution canceled by user.
--------------------Configuration: profuisdll - Win32 Unicode Debug RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250ud-RDE.lib and object ..\Bin_600/ProfUIS250ud-RDE.exp


ProfUIS250ud-RDE.dll - 0 error(s), 0 warning(s)
--------------------Configuration: profuisdll - Win32 Unicode Release RDE--------------------
Compiling resources...
Compiling...
StdAfx.cpp
   Prof-UIS multiple monitor support:
      built-in
Compiling...
exdlgbase.cpp
ExtBtnOnFlat.cpp
ExtButton.cpp
ExtCheckListWnd.cpp
ExtCmdIcon.cpp
ExtCmdManager.cpp
ExtColorCtrl.cpp
   Prof-UIS is automatically linking with version.lib
      (Version info support)
ExtColorDlg.cpp
ExtComboBox.cpp
ExtContentExpandWnd.cpp
ExtControlBar.cpp
ExtDockBar.cpp
ExtEdit.cpp
ExtGroupBox.cpp
ExtHook.cpp
ExtLabel.cpp
ExtMdiWindowsListDlg.cpp
ExtMenuControlBar.cpp
ExtMiniDockFrameWnd.cpp
ExtMouseCaptureSink.cpp
Generating Code...
Compiling...
ExtPaintManager.cpp
ExtPopupMenuWnd.cpp
ExtProfUISAboutDialog.cpp
   Prof-UIS is automatically linking with WinMM library
      (Windows Multimedia System)
ExtResizableDialog.cpp
ExtScrollWnd.cpp
ExtSliderWnd.cpp
ExtSplitterWnd.cpp
ExtToolControlBar.cpp
profuisdll.cpp
Generating Code...
Compiling...
ExtStatusControlBar.cpp
Linking...
   Creating library ..\Bin_600/ProfUIS250u-RDE.lib and object ..\Bin_600/ProfUIS250u-RDE.exp


ProfUIS250u-RDE.dll - 0 error(s), 0 warning(s)

Technical Support Jan 9, 2006 - 6:58 AM

We have some questions with regard to your question to find out what’s wrong:

1) Do you have installed some products like DevPartner or Purify which have a linker driver for instrumenting binary code and further advanced debugging?

2) Do you have installed some newer Platform SDK? In any case we wonder to take a look at the lists of Include and Library folders of your Visual Studio.

3) Do these errors occur only on a particular computer of your computers?

Alexander Dong Back Kim Jan 17, 2006 - 12:38 AM

I installed Visual Studio.NET first, after that I’ve installed Visual Studio 6.0. Is that the reason of these kinds of error?


 


Thanks

Technical Support Jan 18, 2006 - 10:37 AM

This cannot be the source of the crashing error. Have you tried the same on another computer?