unresolved external symbol ???



  • Hallo
    😕 😕 😕
    ich erhalte nach dem compilieren folgende Fehlermeldungen.
    Weiss jemand Rat?
    Danke im voraus.

    SpezialBuild.obj : error LNK2019: unresolved external symbol VerQueryValueW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)

    SpezialBuild.obj : error LNK2019: unresolved external symbol GetFileVersionInfoW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)

    SpezialBuild.obj : error LNK2019: unresolved external symbol GetFileVersionInfoSizeW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)



  • Du hast Version.lib nicht dazugelinkt.



  • ich habe
    #pragma comment(lib,"version")
    in das cpp file geschrieben, in dem ich die entsprechenden Funktionen verwende.

    --> ohne Erfolg.



  • Versuch mal, die Libs über die Projektoptionen einzubinden. Und schau dir das komplette Build Log bzgl. Fehler an.



  • Hi groovemaster

    habe ich versucht. Zumindest habe ich die Pfadangaben der Pocket PC Einstellungen mit den Pocket PC 2002 verglichen und angepasst. Brachte aber nichts...
    Mein Verdacht:
    suche ich nach einer "version.lib" oder anderen header, lib, unclud Dateien finde ich eine ganze Menge davon. Welche ist jetzt die Richtige? Welche muss ich includen?

    Weiter wo finde ich den Build Log? Finde kein Log-File.



  • Rolf_VIII schrieb:

    ...Pocket PC 2002...

    Gut, dass du das so früh sagst 🙄

    Versuchs mal mit Coredll.lib.



  • nicht dass Du mich jetzt falsch verstanden hast.
    Ich möchte mein Projekt unter Pocket PC compilieren. Nicht unter Pocket PC 2002.

    Das Build-Log-File habe ich gefunden, jetzt muss ich es nur noch verstehen 🙂

    Hier den Inhalt des Build-Log-Files:

    &Command Lines
    Creating command line "rc.exe /l 0x409 /fo"ARMRel/PPC_PPC2002.res" /d UNDER_CE=300 /d _WIN32_WCE=300 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WIN32_PLATFORM_PSPC" /d "ARM" /d "_ARM_" /d "_AFXDLL" /r "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002.rc""
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP1B.tmp" with contents
    [
    /nologo /W3 /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMRel/" /Fp"ARMRel/PPC_PPC2002.pch" /Yu"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002.cpp"
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002Dlg.cpp"
    ]
    Creating command line "clarm.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP1B.tmp"
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP1C.tmp" with contents
    [
    /nologo /W3 /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMRel/" /Fp"ARMRel/PPC_PPC2002.pch" /Yc"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\StdAfx.cpp"
    ]
    Creating command line "clarm.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP1C.tmp"
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP1D.tmp" with contents
    [
    /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMRel/PPC_PPC2002.pdb" /out:"ARMRel/PPC_PPC2002.exe" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM
    .\ARMRel\PPC_PPC2002.obj
    .\ARMRel\PPC_PPC2002Dlg.obj
    .\ARMRel\StdAfx.obj
    .\ARMRel\PPC_PPC2002.res
    ]
    Creating command line "link.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP1D.tmp"
    Output Window
    Compiling resources...
    Compiling...
    StdAfx.cpp
    Compiling...
    PPC_PPC2002.cpp
    PPC_PPC2002Dlg.cpp
    Generating Code...
    Linking...
    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol VerQueryValueW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)
    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol GetFileVersionInfoW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)
    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol GetFileVersionInfoSizeW referenced in function "class CString __cdecl GetSpecialBuild(void)" (?GetSpecialBuild@@YA?AVCString@@XZ)
    ARMRel/PPC_PPC2002.exe : fatal error LNK1120: 3 unresolved externals
    Error executing link.exe.
    Creating command line "bscmake.exe /nologo /o"ARMRel/PPC_PPC2002.bsc" .\ARMRel\StdAfx.sbr .\ARMRel\PPC_PPC2002.sbr .\ARMRel\PPC_PPC2002Dlg.sbr"
    Creating browse info file...
    Output Window

    Results
    PPC_PPC2002.exe - 4 error(s), 0 warning(s);



  • Wie gesagt, ich binde Libs idR über die Projektoptionen ein. Und da vermisse ich bei dir hinter

    /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no /pdb:"ARMRel/PPC_PPC2002.pdb" /out:"ARMRel/PPC_PPC2002.exe" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM

    die entsprechenden Zusätze, wie zB version.lib. Die IDE seitig eingestellten Pfade zu den Libs sollten natürlich die sein, wo sich das SDK für Pocket PC befindet. Aber das allein reicht nicht aus. Du solltest schon die Libs explizit in den Projektoptionen angeben. Ich weiss zwar nicht, welche IDE du verwendest. Aber in VC++ 2005 ist das zB unter Project ➡ Properties ➡ Configuration Properties ➡ Linker ➡ Input ➡ Additional Dependencies. Dort schreibst du dann einfach version.lib rein.

    Auch wenn du es vermutlich schon gemacht hast, ich will es trotzdem nochmal erwähnen. Ein kompletter Rebuild beseitigt manchmal den einen oder anderen seltsamen Fehler.

    Ansosnten, du hast ja eine "etwas exotischere" Plattform für deine Anwendung gewählt. Leider kenne ich mich damit nicht aus. Gibt es dort evtl. nur begrenzt Support für Unicode? Auch wenn ich es mir nicht vorstellen kann, da CString offenbar unterstützt wird.

    Ich kann mir dein Problem jedenfalls nur so erklären, dass der Linker keine version.lib als Input bekommt, oder dass die besagten Funktionen nicht enthalten sind, wieso auch immer. Wenn die Pfade nicht stimmen würden, dann würde der Linker eine andere Fehlermeldung bringen.



  • groovemaster schrieb:

    Ansosnten, du hast ja eine "etwas exotischere" Plattform für deine Anwendung gewählt. Leider kenne ich mich damit nicht aus. Gibt es dort evtl. nur begrenzt Support für Unicode?

    Unter CE gibt es eigentlich nur die Unicode-Funktionen. Aber die Versionsfunktionen liegen in Coredll.lib, nicht in Version.lib.



  • Ah, ok. Dann muss Rolf mal schauen, ob bei seinem SDK eine coredll.lib mit dabei ist und diese dann dem Linker mitgeben. Notfalls kann man mittels dumpbin sich auch mal die Exports anschauen.



  • also
    ich habe in dem File, in welchem ich "VerQueryValue" bzw.die anderen zwei verwende folgendes geschrieben:
    #pragma comment (lib, "coredll.lib")

    dann habe ich in den "Project Settings" unter "Link" bei
    -> Category = General -> bei "Object/library modules" -> coredll.lib eingetragen bei
    -> Category = Input -> bei "Object/library modules" -> coredll.lib eingetragen
    weiter bei den "Project Settings" unter "Resources" bei
    -> "Additional resource include directories" nochmals coredll.lib eingetragen.

    so bekomme ich folgende Ausgabe:

    Notfalls kann man mittels dumpbin sich auch mal die Exports anschauen.

    Ist das was Du wolltest?

    Build Log

    --------------------Configuration: PPC_PPC2002 - Win32 (WCE ARM) Release--------------------

    Command Lines
    Creating command line "rc.exe /l 0x407 /fo"ARMRel/PPC_PPC2002.res" /i "coredll.lib" /d UNDER_CE=300 /d _WIN32_WCE=300 /d "UNICODE" /d "_UNICODE" /d "NDEBUG" /d "WIN32_PLATFORM_PSPC" /d "ARM" /d "_ARM_" /d "_AFXDLL" /r "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002.rc""
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP2D0.tmp" with contents
    [
    /nologo /W3 /GX- /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMRel/" /Fp"ARMRel/PPC_PPC2002.pch" /Yu"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\MyString.cpp"
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002.cpp"
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\PPC_PPC2002Dlg.cpp"
    ]
    Creating command line "clarm.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP2D0.tmp"
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP2D1.tmp" with contents
    [
    /nologo /W3 /GX- /D "ARM" /D "_ARM_" /D UNDER_CE=300 /D _WIN32_WCE=300 /D "WIN32_PLATFORM_PSPC" /D "UNICODE" /D "_UNICODE" /D "NDEBUG" /D "_AFXDLL" /FR"ARMRel/" /Fp"ARMRel/PPC_PPC2002.pch" /Yc"stdafx.h" /Fo"ARMRel/" /Oxs /MC /c
    "C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\StdAfx.cpp"
    ]
    Creating command line "clarm.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP2D1.tmp"
    Creating temporary file "C:\DOCUME1\rge\LOCALS1\Temp\RSP2D2.tmp" with contents
    [
    coredll.lib /nologo /base:"0x00010000" /stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /verbose /incremental:no /pdb:"ARMRel/PPC_PPC2002.pdb" /map:"ARMRel/PPC_PPC2002.map" /debug /out:"ARMRel/PPC_PPC2002.exe" /subsystem:windowsce,3.00 /align:"4096" /MACHINE:ARM
    .\ARMRel\MyString.obj
    .\ARMRel\PPC_PPC2002.obj
    .\ARMRel\PPC_PPC2002Dlg.obj
    .\ARMRel\StdAfx.obj
    .\ARMRel\PPC_PPC2002.res
    ]
    Creating command line "link.exe @C:\DOCUME1\rge\LOCALS1\Temp\RSP2D2.tmp"
    Output Window
    Compiling resources...
    Compiling...
    StdAfx.cpp
    Compiling...
    MyString.cpp
    C:\MyFiles\zzz_Testprojekt\PPC_PPC2002\MyString.cpp(280) : warning C4244: '=' : conversion from 'unsigned short' to 'char', possible loss of data
    PPC_PPC2002.cpp
    PPC_PPC2002Dlg.cpp
    Generating Code...
    Linking...

    Start Pass1
    Processed /DEFAULTLIB:mfcs42.lib
    Processed /DEFAULTLIB:MFCCE300.lib
    Processed /DEFAULTLIB:coredll.lib
    Processed /DEFAULTLIB:commctrl.lib
    Processed /DEFAULTLIB:aygshell.lib
    Processed /DEFAULTLIB:doclist.lib
    Processed /DEFAULTLIB:corelibc.lib
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib
    Processed /DEFAULTLIB:uuid.lib
    Processed /DEFAULTLIB:OLECE300.LIB
    Processed /DEFAULTLIB:ole32.lib
    Processed /DEFAULTLIB:oleaut32.lib
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib

    Searching Libraries
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\coredll.lib:
    Found "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
    Referenced in MyString.obj
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found atoi
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)
    Referenced in MyString.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found atol
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found atof
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found wcscmp
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found pow
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found __imp___rt_udiv
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found __imp___itod
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found __imp___dtou
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found _ltoa
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found _ultoa
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found _itoa
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found sprintf
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found __imp___rt_sdiv
    Referenced in MyString.obj
    Loaded coredll.lib(COREDLL.dll)
    Found MessageBoxW
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found LoadIconW
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found SendMessageW
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found EnableWindow
    Referenced in PPC_PPC2002Dlg.obj
    Loaded coredll.lib(COREDLL.dll)
    Found __IMPORT_DESCRIPTOR_COREDLL
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Referenced in coredll.lib(COREDLL.dll)
    Loaded coredll.lib(COREDLL.dll)
    Found __NULL_IMPORT_DESCRIPTOR
    Referenced in coredll.lib(COREDLL.dll)
    Loaded coredll.lib(COREDLL.dll)
    Found COREDLL_NULL_THUNK_DATA
    Referenced in coredll.lib(COREDLL.dll)
    Loaded coredll.lib(COREDLL.dll)
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\mfcs42.lib:
    Found __afxForceSTDAFX
    Referenced in MyString.obj
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Referenced in StdAfx.obj
    Loaded mfcs42.lib(stdafx.obj)
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib
    Processed /DEFAULTLIB:wininet.lib
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\MFCCE300.lib:
    Found "public: class CString const & __cdecl CString::operator=(char const *)" (??4CString@@QAAABV0@PBD@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::CString(void)" (??0CString@@QAA@XZ)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::~CString(void)" (??1CString@@QAA@XZ)
    Referenced in MyString.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString const & __cdecl CString::operator=(class CString const &)" (??4CString@@QAAABV0@ABV0@@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::CString(unsigned short const *)" (??0CString@@QAA@PBG@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString __cdecl CString::Mid(int,int)const " (?Mid@CString@@QBA?AV1@HH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: int __cdecl CString::Find(unsigned short const *,int)const " (?Find@CString@@QBAHPBGH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::CString(class CString const &)" (??0CString@@QAA@ABV0@@Z)
    Referenced in MyString.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "class CString __cdecl operator+(class CString const &,class CString const &)" (??H@YA?AVCString@@ABV0@0@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: int __cdecl CString::FindOneOf(unsigned short const *)const " (?FindOneOf@CString@@QBAHPBG@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::CString(unsigned short,int)" (??0CString@@QAA@GH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CString::CString(char const *)" (??0CString@@QAA@PBD@Z)
    Referenced in MyString.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString __cdecl CString::Left(int)const " (?Left@CString@@QBA?AV1@H@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: int __cdecl CString::Find(unsigned short,int)const " (?Find@CString@@QBAHGH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString const & __cdecl CString::operator=(unsigned short const *)" (??4CString@@QAAABV0@PBG@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString __cdecl CString::Mid(int)const " (?Mid@CString@@QBA?AV1@H@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: void __cdecl CString::TrimRight(void)" (?TrimRight@CString@@QAAXXZ)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: void __cdecl CString::TrimLeft(void)" (?TrimLeft@CString@@QAAXXZ)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: void __cdecl CString::MakeUpper(void)" (?MakeUpper@CString@@QAAXXZ)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "class CString __cdecl operator+(class CString const &,unsigned short const *)" (??H@YA?AVCString@@ABV0@PBG@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: class CString const & __cdecl CString::operator=(unsigned short)" (??4CString@@QAAABV0@G@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: void __cdecl CString::ReleaseBuffer(int)" (?ReleaseBuffer@CString@@QAAXH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: unsigned short * __cdecl CString::GetBuffer(int)" (?GetBuffer@CString@@QAAPAGH@Z)
    Referenced in MyString.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "__declspec(dllimport) protected: static struct AFX_MSGMAP const CWinApp::messageMap" (__imp_?messageMap@CWinApp@@1UAFX_MSGMAP@@B)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWinApp::WinHelp(unsigned long,unsigned int)" (?WinHelp@CWinApp@@UAAXKI@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::OnDDECommand(unsigned short *)" (?OnDDECommand@CWinApp@@UAAHPAG@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWinApp::DoWaitCursor(int)" (?DoWaitCursor@CWinApp@@UAAXH@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::DoMessageBox(unsigned short const *,unsigned int,unsigned int)" (?DoMessageBox@CWinApp@@UAAHPBGII@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::SaveAllModified(void)" (?SaveAllModified@CWinApp@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::InitApplication(void)" (?InitApplication@CWinApp@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWinApp::AddToRecentFileList(unsigned short const *)" (?AddToRecentFileList@CWinApp@@UAAXPBG@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual class CDocument * __cdecl CWinApp::OpenDocumentFile(unsigned short const *)" (?OpenDocumentFile@CWinApp@@UAAPAVCDocument@@PBG@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWinThread::Delete(void)" (?Delete@CWinThread@@UAAXXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual class CWnd * __cdecl CWinThread::GetMainWnd(void)" (?GetMainWnd@CWinThread@@UAAPAVCWnd@@XZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual long __cdecl CWinApp::ProcessWndProcException(class CException *,struct tagMSG const *)" (?ProcessWndProcException@CWinApp@@UAAJPAVCException@@PBUtagMSG@@@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::ExitInstance(void)" (?ExitInstance@CWinApp@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinThread::IsIdleMessage(struct tagMSG *)" (?IsIdleMessage@CWinThread@@UAAHPAUtagMSG@@@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::OnIdle(long)" (?OnIdle@CWinApp@@UAAHJ@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinThread::PumpMessage(void)" (?PumpMessage@CWinThread@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinThread::PreTranslateMessage(struct tagMSG *)" (?PreTranslateMessage@CWinThread@@UAAHPAUtagMSG@@@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWinApp::Run(void)" (?Run@CWinApp@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual struct IConnectionPoint * __cdecl CCmdTarget::GetConnectionHook(struct _GUID const &)" (?GetConnectionHook@CCmdTarget@@MAAPAUIConnectionPoint@@ABU_GUID@@@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CCmdTarget::GetExtraConnectionPoints(class CPtrArray *)" (?GetExtraConnectionPoints@CCmdTarget@@MAAHPAVCPtrArray@@@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual struct IUnknown * __cdecl CCmdTarget::GetInterfaceHook(void const *)" (?GetInterfaceHook@CCmdTarget@@UAAPAUIUnknown@@PBX@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CCmdTarget::OnCreateAggregates(void)" (?OnCreateAggregates@CCmdTarget@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual struct AFX_EVENTSINKMAP const * __cdecl CCmdTarget::GetEventSinkMap(void)const " (?GetEventSinkMap@CCmdTarget@@MBAPBUAFX_EVENTSINKMAP@@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual struct AFX_INTERFACEMAP const * __cdecl CCmdTarget::GetInterfaceMap(void)const " (?GetInterfaceMap@CCmdTarget@@MBAPBUAFX_INTERFACEMAP@@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual struct AFX_CONNECTIONMAP const * __cdecl CCmdTarget::GetConnectionMap(void)const " (?GetConnectionMap@CCmdTarget@@MBAPBUAFX_CONNECTIONMAP@@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual struct AFX_DISPMAP const * __cdecl CCmdTarget::GetDispatchMap(void)const " (?GetDispatchMap@CCmdTarget@@MBAPBUAFX_DISPMAP@@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual long __cdecl CCmdTarget::GetTypeLib(unsigned long,struct ITypeLib * *)" (?GetTypeLib@CCmdTarget@@UAAJKPAPAUITypeLib@@@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual class CTypeLibCache * __cdecl CCmdTarget::GetTypeLibCache(void)" (?GetTypeLibCache@CCmdTarget@@UAAPAVCTypeLibCache@@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual unsigned int __cdecl CCmdTarget::GetTypeInfoCount(void)" (?GetTypeInfoCount@CCmdTarget@@UAAIXZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CCmdTarget::GetDispatchIID(struct _GUID *)" (?GetDispatchIID@CCmdTarget@@UAAHPAU_GUID@@@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CCmdTarget::IsInvokeAllowed(long)" (?IsInvokeAllowed@CCmdTarget@@UAAHJ@Z)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CCmdTarget::OnFinalRelease(void)" (?OnFinalRelease@CCmdTarget@@UAAXXZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CCmdTarget::OnCmdMsg(unsigned int,int,void *,struct AFX_CMDHANDLERINFO *)" (?OnCmdMsg@CCmdTarget@@UAAHIHPAXPAUAFX_CMDHANDLERINFO@@@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual struct CRuntimeClass * __cdecl CWinApp::GetRuntimeClass(void)const " (?GetRuntimeClass@CWinApp@@UBAPAUCRuntimeClass@@XZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: __cdecl CWinApp::CWinApp(unsigned short const *)" (??0CWinApp@@QAA@PBG@Z)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual __cdecl CWinApp::~CWinApp(void)" (??1CWinApp@@UAA@XZ)
    Referenced in PPC_PPC2002.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual __cdecl CDialog::~CDialog(void)" (??1CDialog@@UAA@XZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CDialog::DoModal(void)" (?DoModal@CDialog@@UAAHXZ)
    Referenced in PPC_PPC2002.obj
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual void __cdecl CDialog::PreInitDialog(void)" (?PreInitDialog@CDialog@@MAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual void __cdecl CDialog::OnCancel(void)" (?OnCancel@CDialog@@MAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual void __cdecl CDialog::OnOK(void)" (?OnOK@CDialog@@MAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CDialog::OnSetFont(class CFont *)" (?OnSetFont@CDialog@@UAAXPAVCFont@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CDialog::SetOccDialogInfo(struct _AFX_OCC_DIALOG_INFO *)" (?SetOccDialogInfo@CDialog@@MAAHPAU_AFX_OCC_DIALOG_INFO@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWnd::IsFrameWnd(void)const " (?IsFrameWnd@CWnd@@UBAHXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CDialog::CheckAutoCenter(void)" (?CheckAutoCenter@CDialog@@UAAHXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CWnd::OnChildNotify(unsigned int,unsigned int,long,long *)" (?OnChildNotify@CWnd@@MAAHIIJPAJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual void __cdecl CWnd::PostNcDestroy(void)" (?PostNcDestroy@CWnd@@MAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual long __cdecl CWnd::DefWindowProcW(unsigned int,unsigned int,long)" (?DefWindowProcW@CWnd@@MAAJIIJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CWnd::OnWndMsg(unsigned int,unsigned int,long,long *)" (?OnWndMsg@CWnd@@MAAHIIJPAJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual long cdecl CWnd::WindowProc(unsigned int,unsigned int,long)" (?WindowProc@CWnd@@MAAJIIJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int cdecl CWnd::OnAmbientProperty(class COleControlSite *,long,struct tagVARIANT )" (?OnAmbientProperty@CWnd@@UAAHPAVCOleControlSite@@JPAUtagVARIANT@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CDialog::PreTranslateMessage(struct tagMSG )" (?PreTranslateMessage@CDialog@@UAAHPAUtagMSG@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual long (__cdecl
    __cdecl CWnd::GetSuperWndProcAddr(void))(struct HWND
    *,unsigned int,unsigned int,long)" (?GetSuperWndProcAddr@CWnd@@MAAPAP6AJPAUHWND
    @@IIJ@ZXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CWnd::OnNotify(unsigned int,long,long *)" (?OnNotify@CWnd@@MAAHIJPAJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "protected: virtual int __cdecl CWnd::OnCommand(unsigned int,long)" (?OnCommand@CWnd@@MAAHIJ@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWnd::EndModalLoop(int)" (?EndModalLoop@CWnd@@UAAXH@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWnd::ContinueModal(void)" (?ContinueModal@CWnd@@UAAHXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWnd::WinHelp(unsigned long,unsigned int)" (?WinHelp@CWnd@@UAAXKI@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual class CScrollBar * __cdecl CWnd::GetScrollBarCtrl(int)const " (?GetScrollBarCtrl@CWnd@@UBAPAVCScrollBar@@H@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWnd::CalcWindowRect(struct tagRECT *,unsigned int)" (?CalcWindowRect@CWnd@@UAAXPAUtagRECT@@I@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWnd::PreCreateWindow(struct tagCREATESTRUCTW &)" (?PreCreateWindow@CWnd@@UAAHAAUtagCREATESTRUCTW@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWnd::DestroyWindow(void)" (?DestroyWindow@CWnd@@UAAHXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CWnd::Create(unsigned short const *,unsigned short const *,unsigned long,struct tagRECT const &,class CWnd *,unsigned int,struct CCreateContext *)" (?Create@CWnd@@UAAHPBG0KABUtagRECT@@PAV1@IPAUCCreateContext@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWnd::PreSubclassWindow(void)" (?PreSubclassWindow@CWnd@@UAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual void __cdecl CWnd::OnFinalRelease(void)" (?OnFinalRelease@CWnd@@UAAXXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int __cdecl CDialog::OnCmdMsg(unsigned int,int,void *,struct AFX_CMDHANDLERINFO *)" (?OnCmdMsg@CDialog@@UAAHIHPAXPAUAFX_CMDHANDLERINFO@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual struct CRuntimeClass * cdecl CDialog::GetRuntimeClass(void)const " (?GetRuntimeClass@CDialog@@UBAPAUCRuntimeClass@@XZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "struct HINSTANCE
    * __cdecl AfxFindResourceHandle(unsigned short const *,unsigned short const *)" (?AfxFindResourceHandle@@YAPAUHINSTANCE__@@PBG0@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "class AFX_MODULE_STATE * __cdecl AfxGetModuleState(void)" (?AfxGetModuleState@@YAPAVAFX_MODULE_STATE@@XZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: cdecl CDialog::CDialog(unsigned int,class CWnd *)" (??0CDialog@@QAA@IPAVCWnd@@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "__declspec(dllimport) protected: static struct AFX_MSGMAP const CDialog::messageMap" (__imp_?messageMap@CDialog@@1UAFX_MSGMAP@@B)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: void cdecl CWnd::CenterWindow(class CWnd *)" (?CenterWindow@CWnd@@QAAXPAV1@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: static class CWnd * __cdecl CWnd::FromHandle(struct HWND__ *)" (?FromHandle@CWnd@@SAPAV1@PAUHWND
    @@@Z)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found "public: virtual int cdecl CDialog::OnInitDialog(void)" (?OnInitDialog@CDialog@@UAAHXZ)
    Referenced in PPC_PPC2002Dlg.obj
    Loaded MFCCE300.lib(mfcce300.dll)
    Found __IMPORT_DESCRIPTOR_mfcce300
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Referenced in MFCCE300.lib(mfcce300.dll)
    Loaded MFCCE300.lib(mfcce300.dll)
    Found mfcce300_NULL_THUNK_DATA
    Referenced in MFCCE300.lib(mfcce300.dll)
    Loaded MFCCE300.lib(mfcce300.dll)
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\commctrl.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\aygshell.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\doclist.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\corelibc.lib:
    Found wWinMainCRTStartup
    Loaded corelibc.lib(wwinmain.obj)
    Found atexit
    Referenced in PPC_PPC2002.obj
    Loaded corelibc.lib(onexit.obj)
    Found exit
    Referenced in corelibc.lib(wwinmain.obj)
    Loaded corelibc.lib(crt0dat.obj)
    Found __xc_a
    Referenced in corelibc.lib(crt0dat.obj)
    Loaded corelibc.lib(crt0init.obj)
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\uuid.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\OLECE300.LIB:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\ole32.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\oleaut32.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\wininet.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\coredll.lib:
    Found LocalReAlloc
    Referenced in corelibc.lib(onexit.obj)
    Loaded coredll.lib(COREDLL.dll)
    Found LocalAlloc
    Referenced in corelibc.lib(onexit.obj)
    Loaded coredll.lib(COREDLL.dll)
    Found LocalSize
    Referenced in corelibc.lib(onexit.obj)
    Loaded coredll.lib(COREDLL.dll)
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\mfcs42.lib:
    Found wWinMain
    Referenced in corelibc.lib(wwinmain.obj)
    Loaded mfcs42.lib(appmodul.obj)
    Processed /NODEFAULTLIB:libc.lib
    Processed /NODEFAULTLIB:libcd.lib
    Processed /NODEFAULTLIB:libcmt.lib
    Processed /NODEFAULTLIB:libcmtd.lib
    Processed /NODEFAULTLIB:oldnames.lib
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\MFCCE300.lib:
    Found "int __cdecl AfxWinMain(struct HINSTANCE__ *,struct HINSTANCE
    *,unsigned short *,int)" (?AfxWinMain@@YAHPAUHINSTANCE
    @@0PAGH@Z)
    Referenced in mfcs42.lib(appmodul.obj)
    Loaded MFCCE300.lib(mfcce300.dll)
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\commctrl.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\aygshell.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\doclist.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\corelibc.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\uuid.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\mfc\lib\arm\OLECE300.LIB:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\ole32.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\oleaut32.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\wininet.lib:
    Searching C:\Windows CE Tools\wce300\MS Pocket PC\lib\arm\coredll.lib:

    Done Searching Libraries

    Invoking CVTRES.EXE:
    /machine:arm
    /nologo
    /out:"C:\DOCUME1\rge\LOCALS1\Temp\lnk2D4.tmp"
    /readonly
    /windowsce
    ".\ARMRel\PPC_PPC2002.res"

    End Pass1

    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol VerQueryValueW referenced in function "class CString __cdecl GetModulVersion(unsigned short *)" (?GetModulVersion@@YA?AVCString@@PAG@Z)
    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol GetFileVersionInfoW referenced in function "class CString __cdecl GetModulVersion(unsigned short *)" (?GetModulVersion@@YA?AVCString@@PAG@Z)
    PPC_PPC2002Dlg.obj : error LNK2019: unresolved external symbol GetFileVersionInfoSizeW referenced in function "class CString __cdecl GetModulVersion(unsigned short *)" (?GetModulVersion@@YA?AVCString@@PAG@Z)
    ARMRel/PPC_PPC2002.exe : fatal error LNK1120: 3 unresolved externals
    Error executing link.exe.
    Creating command line "bscmake.exe /nologo /o"ARMRel/PPC_PPC2002.bsc" .\ARMRel\StdAfx.sbr .\ARMRel\MyString.sbr .\ARMRel\PPC_PPC2002.sbr .\ARMRel\PPC_PPC2002Dlg.sbr"
    Creating browse info file...
    Output Window

    Results
    PPC_PPC2002.exe - 4 error(s), 1 warning(s)


Anmelden zum Antworten