Board index » cppbuilder » Deriving new class from Proxy class
Leigh Davenpor
![]() CBuilder Developer |
Wed, 13 Aug 2003 09:48:49 GMT
Deriving new class from Proxy class
In BCB5 I am trying to derive a new class from the imported proxy class
of an active X control. The control woks fine when instantiated directly from the imported proxy class. However when I try to derive even the most minimal class from this proxy class I get access violations whenever I try to set a property of the control. Can someone give me a clue as to why this is happening or has anyone had E.G. Quote}; { //TLEADProxy *L = new TLEADProxy(this); //Works OK Quote} Leigh Davenport |