Today Screen II

  • Thread starter Thread starter Wernfried Schwenkner
  • Start date Start date
W

Wernfried Schwenkner

Yesterday I posted here according to the today screen excample. I've got
a lot of usefull answers, thanks.

After I could build the unmanaged code today I tried to compile the
managed projects in the solution. And I got an error building the
TosayScreenSupportCab project. I assume it has something to do that I
didn't build the X86 release builds of the unmanaged code. So I tried to
build them with eVC, but I can't. I only have the choice for WCE ARM
builds. When I setup a new project I can select ARM, MIPS, SH3 and X68em
builds but not X86, they are gray. I assume this to be the reason.

What may I havn't installed?
 
Go to "Build - Configurations..." menu in the IDE, click 'Add..." button and select "WinCE(x86)" CPU..

HTH... Ale
-
Alex Yakhnin, .NET CF MV
www.intelliprog.com | www.opennetcf.or
My CF Blog: blog.opennetcf.org/ayakhni

----- Wernfried Schwenkner wrote: ----

Yesterday I posted here according to the today screen excample. I've got
a lot of usefull answers, thanks

After I could build the unmanaged code today I tried to compile the
managed projects in the solution. And I got an error building the
TosayScreenSupportCab project. I assume it has something to do that I
didn't build the X86 release builds of the unmanaged code. So I tried to
build them with eVC, but I can't. I only have the choice for WCE ARM
builds. When I setup a new project I can select ARM, MIPS, SH3 and X68em
builds but not X86, they are gray. I assume this to be the reason

What may I havn't installed
 
Go to "Build - Configurations..." menu in the IDE, click 'Add..." button and select "WinCE(x86)" CPU...

Tnx, but there is only X86em, not X86. And in 'Procet... Setting...'
there are allready X86, but I hvae no possibility to select them for
building.
 
Then I'd say that you don't have an SDK installed which targets a device
which runs the x86 processor. What device type are you selecting?

Paul T.
 
Sounds like you have the Pocket PC 2000 SDK, the emulator for which uses
X86em, if you install the 2002 SDK you can target X86 as used by the 2002
emulator used by Visual Studio.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org

Paul G. Tobey said:
Then I'd say that you don't have an SDK installed which targets a device
which runs the x86 processor. What device type are you selecting?

Paul T.

button
and select "WinCE(x86)" CPU...
 
Then I'd say that you don't have an SDK installed which targets a device
which runs the x86 processor. What device type are you selecting?

I can't figure out where the "device type" is to be selected.

With one combobox I can select Pocket PC or H/PC Pro 2.11
The other WCE ARM (Debug or Release) and the third only
Pocket PC (Default Device).


No more selections are available.
 
Back
Top