I use west-wind web connection libraries a lot. I have some programs that are many years old and that use older versions of some of west-wind's prg's. I am writing a new program. It must use the latest version of a few of the west-wind prg's. So that I do not adversely effect those older programs, I need to tell my new program to use the newest versions of west-wind's prgs. That is such a twisted loop of a conversation so let me try to be more specific.
I have a project that uses wwapi.prg, wwhttp.prg, wwutils.prg and wwxml.prg. These files are included in the project. They have been used for many years. The project has to continue using these old versions of these prgs.
I am adding a new prg to this same project. Somewhere in this new prg I need to say:
do wwapi (but run the latest version)
do wwhttp (but run the latest version)
do wwutils (but run the latest version)
do wwxml (but run the latest version)
Do some stuff
set everything back so these newer versions of these 4 prgs are unfindable
return
How would I do that? I know it may be something like set procedure to ... additive but not sure at all. This type of procedures and libraries and environment stuff has never by my strong suit.
Thanks,
John
I have a project that uses wwapi.prg, wwhttp.prg, wwutils.prg and wwxml.prg. These files are included in the project. They have been used for many years. The project has to continue using these old versions of these prgs.
I am adding a new prg to this same project. Somewhere in this new prg I need to say:
do wwapi (but run the latest version)
do wwhttp (but run the latest version)
do wwutils (but run the latest version)
do wwxml (but run the latest version)
Do some stuff
set everything back so these newer versions of these 4 prgs are unfindable
return
How would I do that? I know it may be something like set procedure to ... additive but not sure at all. This type of procedures and libraries and environment stuff has never by my strong suit.
Thanks,
John