-
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.
-
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.
-
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!).
-
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? :(
-
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.
-
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.
-
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. :)
-
-
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.
-
Thanks for the information Jon.