I'll add on a bit to that. For CE5, you can also use Visual Studio 2005 or
2008 for C++ application development. If you use the Visual Studio help,
you can use the built-in filter Smart Device Development to limit the topic
display to the type of thing you're doing. You can also use VS2005/VS2008
and VB.NET or C# for application development for Windows CE 5.0. Adding the
.NET Compact Framework 2.0 or 3.5 to your operating system configuration
will allow you to do this without installing .NET CF onto the device, too.
For Smart Device Development, you need the Professional version of Visaul
Studio, not Standard or Express.
Paul T.
> For native (C, C++) you can use both eVC++ or Platform Builder. In PB you
> will create an application project as a subproject of your OS image; the
[quoted text clipped - 17 lines]
>> Regards,
>> Harsha
Hi Paul and Luca,
Thanks for your replyes.
As luca said we can even use Platform builder for application
development,then where is the option for GUI development?Like the way in
VC++. Do we need to manually write the code to create
forms,Buttons,sliders....?
One more option is eVC++. Is this same as Visual studio? or do we need to
install seperate software?
Thanks once again.
Regards,
Harsha
> I'll add on a bit to that. For CE5, you can also use Visual Studio 2005 or
> 2008 for C++ application development. If you use the Visual Studio help,
[quoted text clipped - 29 lines]
> >> Regards,
> >> Harsha
Paul G. Tobey [eMVP] - 24 Jul 2008 16:19 GMT
It's been so long since I did any desktop Windows development with anything
but .NET Framework, that I don't remember how VC++ is supposed to work for
that stuff. PB will allow you to edit resources, so, if you're building a
dialog, that's no problem. If you're creating a main window for an ordinary
application and you want to add a control or two to the client area, yes,
you have to do that in code.
eVC++ is a stand-alone development environment created by Microsoft
specifically for Windows CE development. It's based on one of the very old
VS IDE versions. It's small, quick to install, free, but it doesn't have
nearly the capability that VS2005/2008 has.
Paul T.
> Hi Paul and Luca,
>
[quoted text clipped - 57 lines]
>> >> Regards,
>> >> Harsha
vaisakh p s - 04 Aug 2008 08:31 GMT
Hello harsha.
You can use the SDK for that BSP. So you can install it.
After installation, when you create a smart devive project for VC
or .Net CF (if that BSP has .net support also), then the board will be
listed in the new project wizard.
Regards
Vaisakh
On Jul 24, 8:19 pm, "Paul G. Tobey [eMVP]" <p space tobey no spam AT
no instrument no spam DOT com> wrote:
> It's been so long since I did any desktop Windows development with anything
> but .NET Framework, that I don't remember how VC++ is supposed to work for
[quoted text clipped - 76 lines]
> >> >> Regards,
> >> >> Harsha