Builder C++ - ActiveX integration
Brought to you by:
crlab
In order to import the ActiveX in Builder C++ 6.0 (I guess for other C++ IDE's too), must be changed the last parameter of the following method
HRESULT DCMmouseMoveIntensity([in] long X, [in] long Y, [in] long Button, [in] long Shift, [in] long Intensity, [in] VARIANT_BOOL RGB );
in
HRESULT DCMmouseMoveIntensity([in] long X, [in] long Y, [in] long Button, [in] long Shift, [in] long Intensity, [in] VARIANT_BOOL rgb );
That's all.
You must open the *.tlb in order to make this.
Fredy