If i am using Borland C++ Builder then alot of turbo vision
class names clash with those in the VCL.
Would it be possible to add all of the turbovision classes
to a TVision namespace?
Therefore i can precisely identify the classes that i want
to use.
Thanks
Jason
Logged In: YES
user_id=3906
Namespaces arent supported by all the compilers and old
code doesnt use them.
For this reason a namespace should be optional.
I dont know if it will be added soon.