Click here to Skip to main content
15,884,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi everyone ,,,

i do work for company and they brought PDA device and asked me to develop application on this device ,,
the os on device is [windows(r) embedded handheld 6.5 clasic]
i checked manual i got this
Supported development tools
1 Visual Studio 2005 (8.0) (.NET Framework 2.0) or higher
2 Visual C++, Visual C#
3 Visual Basic .NET (scanner only)
 ActiveSync
Development Platform Requirements
 Windows Mobile Platform SDK must be installed on your computer to be able
to develop software using this SDK
a

so please if someone can tell me where i should start where i can got tutorial , can i use ms visual studio 2010 ?
is windows application work on pda device ?
thanks............
Posted
Updated 24-Feb-15 20:37pm
v3

The application would only run if the PDA is a windows based, or supports the windows applications. Otherwise it won't support them, and you would have to write the applications in native C++. C# won't run over cross-platforms; it is for .NET framework. C++ would be a great language to develop applications for cross-platforms, or for such PDAs. But still you would have to read the API designed by the PDA manufacturers to understand which code to write.

Secondly, if you're having no knowledge why don't you simply tell the company about it, why leave them in the dark expecting you to work? You should tell them that you're not able to develop the application, or that you need time to learn the platform at least.

If you're asking for someone to do your work, then you can go to some freelancing website and ask someone to do your work for you. There are multiple options for freelancers, ranging from minimum to maximum revenue they might ask from your side. They would build the application that you need.
 
Share this answer
 
Comments
jame01 25-Feb-15 2:35am    
thank u mr.afzaal
the pda is windows based (windows embedded 6.5),and i don't know but in manual of it saying support visual c#,c++ and i have developed my application by c# and its work fine on windows and all i need is if only i can run "hello world" i will be able to do it so i just need first step ... that is i need if you can plz help me with it,,,,
and can u give me link of those website plzzz
thank u again ,,,
I haven't been programming for a while but the existing tools for Windows Mobile 6.5 would work. There are also other libraries such as OpennetCF.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900