Results 1 to 4 of 4

Thread: how i can convert after finish the program?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    14

    Red face 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...

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    14

    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..

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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
  •  



Click Here to Expand Forum to Full Width