How to inherit from a ServerModule in DataSnap with Delphi XE3

2

I'm migrating a Server application with DCom and Borland Socket Sever protocol in Delphi 2006 to DataSnap in Delphi XE3 , however in the new version of DataSnap I'm not able to inherit a% with%.

In the visual part, ServerModule looks like ServerModule , when I pass an inheritance instead of vcl form .

Example:

"TSMTeste = class(TSMHerança)" 
    
asked by anonymous 25.02.2014 / 21:35

1 answer

0

Resolved,

The problem was in .dpr and .dproj, I had to change the nomenclature from TRemoteDataModule to TDSServerModule. It was possible to inherit a ServerModule.

Thanks to all,

    
27.02.2014 / 15:09