I receive error during compile:
[BCC32 Error] NewLibrary_Intf.h(238): E2352 Cannot create instance of abstract class ‘TLoginService_Proxy’
this i the line 238:
TLoginService_Proxy* proxy = new TLoginService_Proxy(aMessage, aTransportChannel);
I receive error during compile:
[BCC32 Error] NewLibrary_Intf.h(238): E2352 Cannot create instance of abstract class ‘TLoginService_Proxy’
this i the line 238:
TLoginService_Proxy* proxy = new TLoginService_Proxy(aMessage, aTransportChannel);
Hello,
Can you describe your project more detail?
What DA & Delphi version do you use? Can you provide your NewLibrary_Intf.h?
How did you install RO components?
This article can be useful:
http://wiki.remobjects.com/wiki/Using_RemObjects_SDK_with_C%2B%2BBuilder
Fwiw, TLoginService is abstract. You should be instantiating the proxy for your descendant login service?