Re: Multiple versions with VB5

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Dave O." <nobody@xxxxxxxxxxx> skrev i meddelandet
news:eY7aMze0IHA.3968@xxxxxxxxxxxxxxxxxxxxxxx

"Jan Hyde (VB MVP)" <StellaDrinker@xxxxxxxxxxxxxxxxxxx> wrote in message
news:3l4k541kp6bnh0grokcmas6bcrmq8i0l1m@xxxxxxxxxx
"tadamsmar@xxxxxxxxx" <tadamsmar@xxxxxxxxx>'s wild thoughts

I think it might help if you explain why you need multiple
versions.
--
Jan Hyde

Indeed, you might find it easier to maintain a single application but use
command line parameters or a configuration file to enable the different
functionality required.
Maintaining a selection of marginally different versions is fraught with
danger and given time you will screw up, not "might" or "could" but
"will" - sorry.

Dave O.


If you want different versions, and will update them individually then.
Start some new projects, one for each version. Assuming the version you have
now is the base for them all, copy all forms, .bas and so on to each new
project directory. Chose project add existing modules to get separate copies
of current project in each new project.

/Henning


.



Relevant Pages

  • Re: Multiple versions with VB5
    ... Jan Hyde ... you might find it easier to maintain a single application but use command line parameters or a configuration file to ... Dave O. ...
    (microsoft.public.vb.general.discussion)
  • Re: Multiple versions with VB5
    ... Jan Hyde ... command line parameters or a configuration file to enable the different ... Dave O. ...
    (microsoft.public.vb.general.discussion)
  • Re: ServiceBase denies access to service name
    ... and has the exact same command line components as any other executable. ... Let's say that argof the command line parameters to a service process ... Your service class ... each with its own application configuration file. ...
    (microsoft.public.dotnet.framework)
  • Re: ServiceBase denies access to service name
    ... A service executable is just a normal Win32 binary and has the exact same command line components as any other executable. ... Let's say that argof the command line parameters to a service process was the service name, what would argbe in a service process that contained two services named: ... the same service class but the names must be set in the Main method of the ... > each with its own application configuration file. ...
    (microsoft.public.dotnet.framework)
  • Re: ServiceBase denies access to service name
    ... service code create a new app domain and setting up the application config to ... line arguments and I'm pretty sure that the first command line argument is ... the same service class but the names must be set in the Main method of the ... each with its own application configuration file. ...
    (microsoft.public.dotnet.framework)