i created an app in evc 4.0 - didn't use any wince4.2
specific calls etc...

i downloaded to a PocketPC 2002 and it's complaining
about missing dlls.

is there a way to do this - so that i won't have 2
different .exe for 2002 and WM2003.

---

i know one is to create the exe using evc 3.0 - but i'd
like to work with one environment and would prefer
an evc 4.0 solution.

Re: cannot run evc 4.0 .exe in PocketPC 2002 by KS

KS
Mon Apr 19 18:06:27 CDT 2004

Can't be done ... compile it in eVC3 and it will run on both.

It's like compiling something in VC++ 7.0 on an XP and expecting it to run
on Windows3.1

KS

"ppcguy" <goahead@hehe.com> wrote in message
news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> i created an app in evc 4.0 - didn't use any wince4.2
> specific calls etc...
>
> i downloaded to a PocketPC 2002 and it's complaining
> about missing dlls.
>
> is there a way to do this - so that i won't have 2
> different .exe for 2002 and WM2003.
>
> ---
>
> i know one is to create the exe using evc 3.0 - but i'd
> like to work with one environment and would prefer
> an evc 4.0 solution.
>
>



Re: cannot run evc 4.0 .exe in PocketPC 2002 by Magnus

Magnus
Tue Apr 20 02:09:58 CDT 2004

Well...it can be done but you have to change the /subsystem switch to
"windowsce,3.00".

"KS" <ks@blah.com> wrote in message
news:u1FOyLmJEHA.2376@tk2msftngp13.phx.gbl...
> Can't be done ... compile it in eVC3 and it will run on both.
>
> It's like compiling something in VC++ 7.0 on an XP and expecting it to run
> on Windows3.1
>
> KS
>
> "ppcguy" <goahead@hehe.com> wrote in message
> news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> > i created an app in evc 4.0 - didn't use any wince4.2
> > specific calls etc...
> >
> > i downloaded to a PocketPC 2002 and it's complaining
> > about missing dlls.
> >
> > is there a way to do this - so that i won't have 2
> > different .exe for 2002 and WM2003.
> >
> > ---
> >
> > i know one is to create the exe using evc 3.0 - but i'd
> > like to work with one environment and would prefer
> > an evc 4.0 solution.
> >
> >
>
>



Re: cannot run evc 4.0 .exe in PocketPC 2002 by KS

KS
Tue Apr 20 09:52:48 CDT 2004

Ok, I stand corrected. But how does eVC4 know what API's are supported with
PPC2002 without having the SDK? Just curious...

KS

"Magnus Persson" <numinel@arsmagica.com> wrote in message
news:uqX3%23ZqJEHA.628@TK2MSFTNGP11.phx.gbl...
> Well...it can be done but you have to change the /subsystem switch to
> "windowsce,3.00".
>
> "KS" <ks@blah.com> wrote in message
> news:u1FOyLmJEHA.2376@tk2msftngp13.phx.gbl...
> > Can't be done ... compile it in eVC3 and it will run on both.
> >
> > It's like compiling something in VC++ 7.0 on an XP and expecting it to
run
> > on Windows3.1
> >
> > KS
> >
> > "ppcguy" <goahead@hehe.com> wrote in message
> > news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> > > i created an app in evc 4.0 - didn't use any wince4.2
> > > specific calls etc...
> > >
> > > i downloaded to a PocketPC 2002 and it's complaining
> > > about missing dlls.
> > >
> > > is there a way to do this - so that i won't have 2
> > > different .exe for 2002 and WM2003.
> > >
> > > ---
> > >
> > > i know one is to create the exe using evc 3.0 - but i'd
> > > like to work with one environment and would prefer
> > > an evc 4.0 solution.
> > >
> > >
> >
> >
>
>



Re: cannot run evc 4.0 .exe in PocketPC 2002 by Doug

Doug
Tue Apr 20 15:35:05 CDT 2004

It doesn't. You do it at your own risk.

Cheers

Doug Forster

"KS" <ks@blah.com> wrote in message
news:OUi$mcuJEHA.2680@TK2MSFTNGP11.phx.gbl...
> Ok, I stand corrected. But how does eVC4 know what API's are supported
with
> PPC2002 without having the SDK? Just curious...
>
> KS
>
> "Magnus Persson" <numinel@arsmagica.com> wrote in message
> news:uqX3%23ZqJEHA.628@TK2MSFTNGP11.phx.gbl...
> > Well...it can be done but you have to change the /subsystem switch to
> > "windowsce,3.00".
> >
> > "KS" <ks@blah.com> wrote in message
> > news:u1FOyLmJEHA.2376@tk2msftngp13.phx.gbl...
> > > Can't be done ... compile it in eVC3 and it will run on both.
> > >
> > > It's like compiling something in VC++ 7.0 on an XP and expecting it to
> run
> > > on Windows3.1
> > >
> > > KS
> > >
> > > "ppcguy" <goahead@hehe.com> wrote in message
> > > news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> > > > i created an app in evc 4.0 - didn't use any wince4.2
> > > > specific calls etc...
> > > >
> > > > i downloaded to a PocketPC 2002 and it's complaining
> > > > about missing dlls.
> > > >
> > > > is there a way to do this - so that i won't have 2
> > > > different .exe for 2002 and WM2003.
> > > >
> > > > ---
> > > >
> > > > i know one is to create the exe using evc 3.0 - but i'd
> > > > like to work with one environment and would prefer
> > > > an evc 4.0 solution.
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: cannot run evc 4.0 .exe in PocketPC 2002 by KS

KS
Tue Apr 20 16:08:16 CDT 2004

Ouch ...

"Doug Forster" <doug at _ZAPTHIS_
toniq_ZAPTHIS_DOT_ZAPTHIS_co_ZAPTHIS_DOTnz> wrote in message
news:OZt83bxJEHA.1944@TK2MSFTNGP10.phx.gbl...
> It doesn't. You do it at your own risk.
>
> Cheers
>
> Doug Forster
>
> "KS" <ks@blah.com> wrote in message
> news:OUi$mcuJEHA.2680@TK2MSFTNGP11.phx.gbl...
> > Ok, I stand corrected. But how does eVC4 know what API's are supported
> with
> > PPC2002 without having the SDK? Just curious...
> >
> > KS
> >
> > "Magnus Persson" <numinel@arsmagica.com> wrote in message
> > news:uqX3%23ZqJEHA.628@TK2MSFTNGP11.phx.gbl...
> > > Well...it can be done but you have to change the /subsystem switch to
> > > "windowsce,3.00".
> > >
> > > "KS" <ks@blah.com> wrote in message
> > > news:u1FOyLmJEHA.2376@tk2msftngp13.phx.gbl...
> > > > Can't be done ... compile it in eVC3 and it will run on both.
> > > >
> > > > It's like compiling something in VC++ 7.0 on an XP and expecting it
to
> > run
> > > > on Windows3.1
> > > >
> > > > KS
> > > >
> > > > "ppcguy" <goahead@hehe.com> wrote in message
> > > > news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> > > > > i created an app in evc 4.0 - didn't use any wince4.2
> > > > > specific calls etc...
> > > > >
> > > > > i downloaded to a PocketPC 2002 and it's complaining
> > > > > about missing dlls.
> > > > >
> > > > > is there a way to do this - so that i won't have 2
> > > > > different .exe for 2002 and WM2003.
> > > > >
> > > > > ---
> > > > >
> > > > > i know one is to create the exe using evc 3.0 - but i'd
> > > > > like to work with one environment and would prefer
> > > > > an evc 4.0 solution.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: cannot run evc 4.0 .exe in PocketPC 2002 by Magnus

Magnus
Wed Apr 21 01:23:12 CDT 2004

Just read the help section about the API you are using. The help section say
from which version of the OS it is supported.

/Magnus

"KS" <ks@blah.com> wrote in message
news:OUi$mcuJEHA.2680@TK2MSFTNGP11.phx.gbl...
> Ok, I stand corrected. But how does eVC4 know what API's are supported
with
> PPC2002 without having the SDK? Just curious...
>
> KS
>
> "Magnus Persson" <numinel@arsmagica.com> wrote in message
> news:uqX3%23ZqJEHA.628@TK2MSFTNGP11.phx.gbl...
> > Well...it can be done but you have to change the /subsystem switch to
> > "windowsce,3.00".
> >
> > "KS" <ks@blah.com> wrote in message
> > news:u1FOyLmJEHA.2376@tk2msftngp13.phx.gbl...
> > > Can't be done ... compile it in eVC3 and it will run on both.
> > >
> > > It's like compiling something in VC++ 7.0 on an XP and expecting it to
> run
> > > on Windows3.1
> > >
> > > KS
> > >
> > > "ppcguy" <goahead@hehe.com> wrote in message
> > > news:fAYgc.50684$WA4.5974@twister.nyc.rr.com...
> > > > i created an app in evc 4.0 - didn't use any wince4.2
> > > > specific calls etc...
> > > >
> > > > i downloaded to a PocketPC 2002 and it's complaining
> > > > about missing dlls.
> > > >
> > > > is there a way to do this - so that i won't have 2
> > > > different .exe for 2002 and WM2003.
> > > >
> > > > ---
> > > >
> > > > i know one is to create the exe using evc 3.0 - but i'd
> > > > like to work with one environment and would prefer
> > > > an evc 4.0 solution.
> > > >
> > > >
> > >
> > >
> >
> >
>
>