Results 1 to 10 of 10

Thread: Distributing VB Apps.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Arrow

    Hi.

    What opinions do you have on making a commercial app in VB and distributing it? Would it be too much of a hassle because of the needed DLL's and such? I have Visual C++, but I don't know it as well as VB.

    Should I re-write the apps I want to sell in Visual C++ because they would be easier to distribute?

    Thanks for your opinions.

  2. #2
    Guest
    In my opinion, I think it's better to make commerical Apps with Visual C++, rather than VB. C++ is faster and produces smaller Apps.

  3. #3
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169

    Wink Wonder why...

    C++ programs also seem to command more respect, since many people think that VB isn't a proper language (but what do they know - we know better!).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Soooo.......

    You guys are suggested that I redo my apps from scratch in Visual C++ rather than distribute the VB versions I've already developed?

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    I say - if the app's good, it doesn't matter what you used. If it's in VB, then distribute it along with the runtimes...actually, since everyone has those, you almost don't need to.

    There's no point rewriting an app unless you have to. Otherwise, just make your new ones in it.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Parksie,

    Thanks for the reply.

    So you are saying make future apps that are going to be distributed widely in VC++ but make customer-specific apps that will be installed on only a few machines in VB?

    Thx.

  7. #7
    Guest
    Use what works best for you! I think they werereferring to the fact C++ may command more respect from some devolopers than VB.

    I like VB since it more suits my needs. Smaller applications for a specific task. They can sell quicker at a lower price than something which is highly complicated.

    If your end users are having difficulty with your VB runtimes, etc. And C++ would be better suited to what you're doing... Than by all means code within what works.

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up

    Thanks for the feedback.

  9. #9
    Lively Member
    Join Date
    Oct 2000
    Location
    Canada
    Posts
    106

    Question Installer

    I'm not sure if it's what you need, but try using InstallShield Express. The version I have scans the project for any necessary files it requires to run the compiled EXE and automaticly includes them.

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thumbs up

    Thanks for the information Jon.

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