paramecula
Technical User
Hi everybody
I normally programme in VB but I want to distribute an application without the large VB runtime files that VB requires. I thought I would re-write the application using the Visual C++ that I have on Visual Studio '97 discs (v 5.0), but would like to clarify a few points before I start writing/learning.
[1] when I complete the application, which file(s) do I distribute ? Just the .exe file or are there other DLL's that are required. Or would any extra files be loaded by default anyway on most platforms. I would like it to be used on Windows '98 through to XP.
[2] The application uses a WebBrowser control in VB. From what I can find out, this doesn't come as standard with Visual C++ 5.0. Do I have to upgrade to v6.0 or can I just add the necessary files to v5.0
[3] If I need to upgrade to v6.0 and have to distribute dependent files, do I need to have a certain edition of v6.0 ? eg. to distribute VB applications, you need an Enterprise edition. Is this the same for Visual C++ ?
Thanks
I normally programme in VB but I want to distribute an application without the large VB runtime files that VB requires. I thought I would re-write the application using the Visual C++ that I have on Visual Studio '97 discs (v 5.0), but would like to clarify a few points before I start writing/learning.
[1] when I complete the application, which file(s) do I distribute ? Just the .exe file or are there other DLL's that are required. Or would any extra files be loaded by default anyway on most platforms. I would like it to be used on Windows '98 through to XP.
[2] The application uses a WebBrowser control in VB. From what I can find out, this doesn't come as standard with Visual C++ 5.0. Do I have to upgrade to v6.0 or can I just add the necessary files to v5.0
[3] If I need to upgrade to v6.0 and have to distribute dependent files, do I need to have a certain edition of v6.0 ? eg. to distribute VB applications, you need an Enterprise edition. Is this the same for Visual C++ ?
Thanks