|
-
Apr 6th, 2008, 01:21 PM
#1
Thread Starter
New Member
how i can convert after finish the program?
how can i convert my program by using emulator Mobile Pocket PC application into .exe format or make it as cabinet file?
my program has 14 warning with no error and my application can running with it. i cant use "built" at VB application due to my "14 warning".
i want to convert into some application that user can install my program into thier own PDA.
HOW CAN I CONVERT INTO SOME FORMAT WHERE USER CAN INSTALL MY PROGRAM INTO THEIR PDA FROM THE CD's...
-
Apr 6th, 2008, 02:30 PM
#2
Re: how i can convert after finish the program?
Create CAB file should be an option on the Build menu. Warnings are generally not an issue with building anything, though there is a setting on the Project|Properties menu where you can set warnings as errors. It sounds like you might have that set, though it is false be default, so you'd have had to do it explicitly.
My usual boring signature: Nothing
 
-
Apr 6th, 2008, 03:58 PM
#3
Thread Starter
New Member
Re: how i can convert after finish the program?
How i can create CAB file on the Build menu?
How can i know there is a setting on the Project|Properties menu..
-
Apr 6th, 2008, 07:42 PM
#4
Re: how i can convert after finish the program?
I'm afraid my knowledge of this is a bit dated. I don't have a mobile project since 2003, but Create CAB File was an option on the Build menu in 2003. Apparently it is no longer there in 2005. It appears that you now have to add a CAB project to your existing project, much like you would add a deployment project to a desktop app. It looks like MS felt that it was more user friendly to have people add and configure an additional deployment project rather than just selecting an item off of a menu. Of course, in 2003, you got CAB files for ALL available processors, so you had to choose the one you want.
As for the option, go into the Project|Properties, and select the Compile tab. Down near the bottom are three checkboxes, one of which is Treat Warnings as Errors.
My usual boring signature: Nothing
 
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
|