Re: Porting to 5.0, bad libraries
- From: "Bruce Eitman \(eMVP\)" <beitmannospam@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 17:27:03 -0400
Does your platform include MFC?
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Russ Bakke" <russ.bakke@xxxxxxxxx> wrote in message
news:%23GKqwJoqFHA.3720@xxxxxxxxxxxxxxxxxxxxxxx
>I think you're on to something, it makes sense.
>
> The template I used is "WCE Application"; the only other template that
> seemed reasonable was "WCE Console Application", but that sounded like
> something running from a DOS prompt, which this is not.
>
> These errors are from the "hello" sample (NOT the "hello" app offered as a
> target.
>
> BUILD: [01:0000000035:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "protected: static struct AFX_MSGMAP const CDialog::messageMap"
> (?messageMap@CDialog@@1UAFX_MSGMAP@@B)
>
> BUILD: [01:0000000036:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "protected: static struct AFX_MSGMAP const CFrameWnd::messageMap"
> (?messageMap@CFrameWnd@@1UAFX_MSGMAP@@B)
>
> BUILD: [01:0000000037:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "unsigned short const * const _afxPchNil" (?_afxPchNil@@3PBGB)
>
> BUILD: [01:0000000038:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual void __thiscall CWinApp::WinHelp(unsigned
> long,unsigned int)" (?WinHelp@CWinApp@@UAEXKI@Z)
>
> BUILD: [01:0000000039:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual int __thiscall CWinApp::OnDDECommand(unsigned
> short
> *)" (?OnDDECommand@CWinApp@@UAEHPAG@Z)
>
> BUILD: [01:0000000040:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual void __thiscall CWinApp::DoWaitCursor(int)"
> (?DoWaitCursor@CWinApp@@UAEXH@Z)
>
> BUILD: [01:0000000041:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual int __thiscall CWinApp::DoMessageBox(unsigned
> short
> const *,unsigned int,unsigned int)" (?DoMessageBox@CWinApp@@UAEHPBGII@Z)
>
> BUILD: [01:0000000042:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual int __thiscall CWinApp::SaveAllModified(void)"
> (?SaveAllModified@CWinApp@@UAEHXZ)
>
> BUILD: [01:0000000043:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual int __thiscall CWinApp::InitApplication(void)"
> (?InitApplication@CWinApp@@UAEHXZ)
>
> BUILD: [01:0000000044:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual void __thiscall
> CWinApp::AddToRecentFileList(unsigned short const *)"
> (?AddToRecentFileList@CWinApp@@UAEXPBG@Z)
>
> BUILD: [01:0000000045:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual class CDocument * __thiscall
> CWinApp::OpenDocumentFile(unsigned short const *)"
> (?OpenDocumentFile@CWinApp@@UAEPAVCDocument@@PBG@Z)
>
> BUILD: [01:0000000046:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual void __thiscall CWinThread::Delete(void)"
> (?Delete@CWinThread@@UAEXXZ)
>
> BUILD: [01:0000000047:ERRORE] hello.obj : error LNK2001: unresolved
> external
> symbol "public: virtual class CWnd * __thiscall
> CWinThread::GetMainWnd(void)" (?GetMainWnd@CWinThread@@UAEPAVCWnd@@XZ)
>
> I appreciate your help.
>
> -Russ
>
>
>
> "Steve Maillet (eMVP)" <nospam1@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:Oxl2qanqFHA.2696@xxxxxxxxxxxxxxxxxxxxxxx
>> What OS design template did you start with. What exactly are the errors?
> It
>> sounds like you started with a fairly limited OS design that won't
>> support
>> MFC.
>>
>> --
>> Steve Maillet
>> EmbeddedFusion
>> www.EmbeddedFusion.com
>> smaillet at EmbeddedFusion dot com
>>
>>
>
>
.
- References:
- Porting to 5.0, bad libraries
- From: Russ Bakke
- Re: Porting to 5.0, bad libraries
- From: Steve Maillet \(eMVP\)
- Re: Porting to 5.0, bad libraries
- From: Russ Bakke
- Porting to 5.0, bad libraries
- Prev by Date: Re: Porting to 5.0, bad libraries
- Next by Date: Re: Persistent registry (Hive)
- Previous by thread: Re: Porting to 5.0, bad libraries
- Next by thread: windows xp hq filter
- Index(es):
Relevant Pages
|