Re: about running VS2005 generated app on CE5.0
- From: "Cheng Shi" <x10@xxxxxxxxxxxxxxx>
- Date: Sat, 23 Jun 2007 22:03:06 +0800
Thanks for your help. I have made my customer's application running on my
board. Actually not all the dlls are required to run the program. Only the
following dlls are included
(6) commctrl.dll
(7) aygshell.dll
(8) oleaut32.dll
(9) ole32.dll
(7) aygshell.dll
(12)coredll.dll
(13)msimeuic.dll
(14)msimesp.dll
The more important thing is let me know more things about CE orgnization.
Thanks again!
Cheng Shi
www.emtronix.com
"Bruce Eitman [eMVP]" <beitman.nospam@xxxxxxxxxxxxxxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:OjmybFAtHHA.2752@xxxxxxxxxxxxxxxxxxxxxxx
Search the bib files in Public for those files. Each one should be
wrapped with an if condition. Search for the condition in the
C:\WINCE500\PUBLIC\CEBASE\OAK\MISC bat files. From that you should see
which SYSGEN variable is responsible for adding the file.
Example for AYGShell.dll:
The search finds it in ShellSDK.bib wrapped by: ; @CESYSGEN IF
SHELLSDK_MODULES_AYGSHELL
So search the bat files for SHELLSDK_MODULES and find SHELLSDK_MODULES
adding AYGSHELL in ShellSDK.bat. It is added when SYSGEN_AYGSHELL is
included in the build.
--
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
"Cheng Shi" <x10@xxxxxxxxxxxxxxx> wrote in message
news:%23ZIDXx5sHHA.3640@xxxxxxxxxxxxxxxxxxxxxxx
Thanks for your help.
The following are the dlls my customer's application needs
(1) MBYB10.exe // customer's application
(2) tshres.96.dll
(3) shutil.dll
(4) shellres.dll
(5) tshres.dll
(6) commctrl.dll
(7) aygshell.dll
(8) oleaut32.dll
(9) ole32.dll
(10)ossvcs.dll
(11)coredll.dll.0804.mui
(12)coredll.dll
(13)msimeuic.dll
(14)msimesp.dll
Cheng Shi
www.emtronix.com
"Dean Ramsier" <ramsiernospam@xxxxxxxxxx> дÈëÏûÏ¢ÐÂÎÅ:ucRYjnzsHHA.2004@xxxxxxxxxxxxxxxxxxxxxxx
Nothing in particular is required. If I understand you correctly,
you're saying you can't figure out which catalog components correspond
to the dlls your application needs. Are the dlls in the image now?
Post the dll names, and we'll tell you what components correspond...
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Cheng Shi" <x10@xxxxxxxxxxxxxxx> wrote in message
news:uFZskUysHHA.1408@xxxxxxxxxxxxxxxxxxxxxxx
Using depends.exe, although I can see the dlls in application program,
but I cannot combine them with some catalog components in PB5.0. Are
there any catalog components which is required for running VS2005
developed programs? Some documments I read say that it's recommended to
add core connectivity API to support VS2005. I'm not quite understand
what core connectivity means for.
Thanks for any comments.
Cheng Shi
www.emtronix.com
"<ctacke/>" <ctacke[at]opennetcf[dot]com> дÈëÏûÏ¢ÐÂÎÅ:%23sDNkDbsHHA.3468@xxxxxxxxxxxxxxxxxxxxxxx
It likely has nothing to do with VS2005 (or little to do with it
anyway). There is a dependency missing. Just becasue it works in WM,
doesn't guarantee it will work in CE.
Use depends.exe to look at the binary and see what it's using and make
sure your platform includes all of them. A common one would be MFC
8.0 - if it's an MFC app made in Studio, that would be the default,
and for whatever reason, the CE team hasn't released a QFE that
includes it in the catalog.
--
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
"Cheng Shi" <x10@xxxxxxxxxxxxxxx> wrote in message
news:ukGvnxYsHHA.4500@xxxxxxxxxxxxxxxxxxxxxxx
Hello,
My board(CE5.0+ARM9) got wrong with following prompt on messagebox
when running a VS2005 developed application program MBYB10.EXE, which
can run on PDA based WINDOWS MOBILE 5.0 and emulator.
Cannot find 'MBYB10'(or one of its components). Make sure the path
and filename are correct and that all the required libraries are
available.
EVC developed application programs can run on my board without any
trouble. I think that some catalog items should be added to support
VS2005 programs. Please give me some idea to settle down the problem
in my board. Thanks!
Cheng Shi
Emtronix
.
- References:
- about running VS2005 generated app on CE5.0
- From: Cheng Shi
- Re: about running VS2005 generated app on CE5.0
- From: <ctacke/>
- Re: about running VS2005 generated app on CE5.0
- From: Cheng Shi
- Re: about running VS2005 generated app on CE5.0
- From: Dean Ramsier
- Re: about running VS2005 generated app on CE5.0
- From: Cheng Shi
- Re: about running VS2005 generated app on CE5.0
- From: Bruce Eitman [eMVP]
- about running VS2005 generated app on CE5.0
- Prev by Date: Re: USB boot, RNDIS issue, can't download image,How to install NAT
- Next by Date: Re: Serial port test application
- Previous by thread: Re: about running VS2005 generated app on CE5.0
- Next by thread: Compile Webadmin, string.hxx?
- Index(es):
Relevant Pages
|