Board index » delphi » Get a Blob Image from OleAutomation Server
Guinther de Bitencourt Pauli
![]() Delphi Developer |
Wed, 18 May 2005 01:05:32 GMT
Get a Blob Image from OleAutomation Server
* My Problem:
Pass an blob image between a ClientDataSet (in Server Side) to another ClientDataSet (in Client Side), not using IAppServer, but my own interface in a Ole Automation Server (not RemoteDataModule). Here is my scenario: * Server: * Interface: function GetImage: OleVariant; safecall; * Implementation: procedure TBlobServer.SetImage(AImage: OleVariant); function TBlobServer.GetImage: OleVariant; * Client: var * Error: In Delphi 5 this work perfectly, but Delphi 7 no. I think this a change made Very thanks for atention and any idea. Sorry for bad english. Guinther Pauli |