I have just realized to ask if there exist
some modern emulator that can be used inside
VPC 2007.
I want to build evc 3 or 4 code and then copy
compiled code manually on the emulator and
run from there.
thanks very much in advance,
Carlos
It does require you to build an OS using Platform Builder though.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"xcal" <d22> wrote in message news:OJFjK8C8...@TK2MSFTNGP06.phx.gbl...
please one more doubt, I never understood the difference
between (evc3 or evc4) and Platform Builder, I have no too
much experience on these things, but I always could get my
evc executables by using only evc3 or evc4, so if you say
I need Platform Builder, I think I have to fix ideas
best regards,
Carlos.
"Bruce Eitman [eMVP]" <bruce.eit...@EuroTech.com.nospam> escribi� en
el mensaje news:O%238zBjP8...@TK2MSFTNGP02.phx.gbl...
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"xcal" <d22> wrote in message news:eGHMgGR8...@TK2MSFTNGP02.phx.gbl...
I understand that the device have no any WinCE,
then Platform Builder helps you to "insert" the WinCE OS.
"Bruce Eitman [eMVP]" <bruce.eit...@EuroTech.com.nospam> escribi� en
el mensaje news:ekmGRJS8...@TK2MSFTNGP02.phx.gbl...
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
"xcal" <d22> wrote in message news:eVHW0lS8...@TK2MSFTNGP05.phx.gbl...
>Hi group
>
>I have just realized to ask if there exist
>some modern emulator that can be used inside
>VPC 2007.
The answer depends on what you mean by "inside".
If you're trying to create a virtual machine with Windows CE as the
operating system, then you'll need an X86-compatible version of
Windows CE. But nothing like that is available for sale, so you'll
need to use Platform Builder to build a custom version of Windows CE.
If, however, you want an emulator that runs under some version of
"big" Windows running under VPC, that is a much easier problem. Visual
Studio 2008 comes with an emulator.
>
>I want to build evc 3 or 4 code and then copy
>compiled code manually on the emulator and
>run from there.
If you're using one of the SDKs from Microsoft, then you are building
for one of the platforms (Pocket PC, Smartphone, etc.) controlled by
Microsoft. And that means using Platform Builder wont' work, unless
you're willing to pay big bucks for a license to build that platform.
If you're using an SDK from someone else, then you are dealing with
people (or a company) who use Platform Builder to build a custom
version of their operating system. Maybe you can get them to build an
x86-compatible version that will run under VPC.
My hunch is that you'll be way better using the emulator that comes
with VS 2008, rather than using Platform Builder. But one of us might
come up with an even better solution if you tell us why you think an
emulator running under VPC would help you.
>
>thanks very much in advance,
>Carlos
>
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com
no, I'm want to write simple code for PPC devices,
excuse my ignorance, I didn't know what the platform
builder is for, and this caused some confusion.
I should want to ask now is if that emulator that
comes with VS2008 can be activated without
using VS2008, just like opening any file.
thanks for your comments,
Carlos
<r_z_aret@pen_fact.com> escribi� en el mensaje
news:hqhv35pkpoj4ln4sd...@4ax.com...
>thanks Mr,
>
>no, I'm want to write simple code for PPC devices,
>excuse my ignorance, I didn't know what the platform
>builder is for, and this caused some confusion.
>
>I should want to ask now is if that emulator that
>comes with VS2008 can be activated without
>using VS2008, just like opening any file.
I'm pretty sure the emulator can run on its own. But I've never
actually used VS 2008 or the new emulator, so I hope someone else will
confirm or correct me.
I still think someone could find an even better answer for you if you
asked the questions behind your question: why do you want to use the
emulator by itself? Also, why do you think VPC is part of your
solution?
<r_z_aret@pen_fact.com> escribi� en el mensaje
news:mmf245l8dtto87thr...@4ax.com...
Now I don't remember why, and each case, etc, but I remember
many times I wanted to activate the PPC emulator without calling VStudio.
Also, I want to run from VPC because sometimes I write code
in one machine that I don't own.
regards,
Carlos
<r_z_aret@pen_fact.com> escribi� en el mensaje
news:mmf245l8dtto87thr...@4ax.com...
>of course, I believe that if there exists some emulator
>that comes whithout VS2008, that would be the best
eVC 3 and eVC 4 have emulators. But I've never heard any hint of an
emulator that doesn't come with a compiler from Microsoft. Given how
well the eVC 3 and eVC 4 emulators work, I'm convinced they are very
hard to write. I'm also convinced Intel and/or ARM lawyers would swarm
anyone who tried to distribute one.
>hi Mr,
>
>Now I don't remember why,
Then maybe it isn't so important.
and each case, etc, but I remember
>many times I wanted to activate the PPC emulator without calling VStudio.
Why?
>Also, I want to run from VPC because sometimes I write code
>in one machine that I don't own.
How does VPC help when you don't own the machine? If you are just
"writing" code, how do you have anything to test in an emulator. If by
"writing", you really mean "editing, compiling, and linking", then why
can't you use the emulator that comes with the IDE you're using to
compile, edit, and build?
It is much, much harder to help when you don't provide enough
information.
>hi Mr,
>
>Now I don't remember why, and each case, etc, but I remember
>many times I wanted to activate the PPC emulator without calling VStudio.
>Also, I want to run from VPC because sometimes I write code
>in one machine that I don't own.
I'm going to make a guess about the real issue: you want to be able
to work on your code while using a "borrowed" computer. You mentioned
VPC, so I'm going to assume VPC is installed on both computers (yours
and the "borrowed" one). So I suggest installing all your development
tools in a virtual machine. If you have a portable external drive
that's fast enough, you can put the virtual machine on that drive and
then use it directly on both computers. If you don't have a fast en
ought drive, you can use a copy of the virtual machine on one
computer, copy it to a portable drive, copy it to the other computer,
and continue working.
>regards,
>Carlos
><r_z_aret@pen_fact.com> escribi� en el mensaje
>news:mmf245l8dtto87thr...@4ax.com...
>> On Mon, 22 Jun 2009 19:46:08 -0500, "xcal" <d22> wrote:
>>
>>>thanks Mr,
>>>
-----------------------------------------
actually there is no need to think too much about this problem.
I'm not looking for a perfect solution, but yes, trying
to find some or another idea.
also, for example you could use SharpDevelop
to build solutions for PPC devices, but in that
case I think, you don't have an emulator.
I have started to try Standalone emulator 3,
let's see how it goes
thanks, Carlos.
<r_z_aret@pen_fact.com> escribi� en el mensaje
news:0du445dt6pogu97fr...@4ax.com...