|
-
Jun 7th, 2005, 02:15 PM
#1
Thread Starter
Junior Member
Help Getting Started
Hi,
I am getting more and more confused (and frustrated) as I read through information. I have a Symbol scanner with Windows CE 4.2 on it. I want to develop a small app in VB.NET to run on the scanner that will collect barcode information from products. Here are my questions:
1) What is the Platform Builder. Do I need this?
2)Is the .NET compact framework supposed to be installed on the CE device or the PC I am developing with...or both?
3) I have .NET 2002 it looks like. I can't find a Smart Device Application option for VB projects...do I need some add on or do I need to upgrade to the .NET 2003 version?
4) Is the emulator used for only testing in the development environement? Is it supposed to serve any other purpose?
5) If I do create an app to run on the scanner...what directory do I deploy it to?..or does it matter?
.....ugh..I'll probably have more questions...I think my wires are getting crossed reading this stuff. I haven't found any crystal clear documentation on what I want to do.
Thanks in advance
-
Jun 8th, 2005, 03:35 AM
#2
Fanatic Member
Re: Help Getting Started
2 & 3. There is a redistribution package that is to be installed on the device so it can run the compact framework. There have been several releases so far
this is the latest one.
The compact framework is to be installed on the desktop development PC. The compact framework only comes with visual studio 2003 professional edition. It is not in the standard edition of 2003.
4. The emulator comes in both windows ce device and pocket pc with visual studio pro. The emulator replicate the os of the device and are a lot better than previous version of the emulator for eVB.
Generally the emulator is best for debugging applications and you can also test applications however testing is best left to the actual device.
5. Generally VS2003 Pro smart device apps are defaulted to install to the program files directory of the device. But you can select you own directory if you want.
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Jun 8th, 2005, 07:47 AM
#3
Thread Starter
Junior Member
Re: Help Getting Started
Thank you...I have these things up and going I think. A few questions and I think I am on my way.
1) What is the difference between "Build" and "Deploy".
2) Also, what would one need to "Build CAB file" for.I s this something I need to know?
3) I assumed that Deploy meant to "Compile" project. If not, how do I compile my project so I can put it on the device.
Thanks again.
-
Jun 8th, 2005, 07:53 AM
#4
Fanatic Member
Re: Help Getting Started
1. build means to compile the project
deploy run the application on the device if you are using that to debug
some devices allow this others dont
2. Build Cab is to create a device installer package for your application.
So just copy this file to the device and double tap on it
3. explained in 1 & 2 above.
sounds to me like your coming frm C++ background
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Jun 24th, 2005, 01:15 PM
#5
Addicted Member
Re: Help Getting Started
when you debug it it asks you where to deploy it. then you can choose to send to the emulator or your pocket pc.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|