Hi,
I have been using the Measurement studio v 7.0 for visual c++ with Borland c++ builder 5.
Now we have borland c++ builder 2006. I am unable to install the
meaurement studio user interface controls. When i import the cwui.ocx
and try to include the generated CWUIControlsLib_OCX.cpp file in a
package and build the package, I am getting errors in lines where ever
there is the declaration of __property in public:
for example,
public: /* !__published] */
__property IFontDispPtr* Font={ read=Get_Font, write=Set_Font, stored=false };
The error is that there is parameter mismatch in the write specifier.
Just for the sake,If I comment all the lines wherever there is error on
the lines starting with __property and builder the package and install
the package. The controls like CWButton,CWSlide etc gets installed.
When i put these controls on the form and compile, there is no problem.
But when i run the program , it gives me the EClassNotFound exception
for each of the controls put on the form.
Is there any version of Measurement studio that works with Borland C++ builder 2006.
Please help.
Waiting for some response.
Regards,
Siraj