The BDK32 for Delphi 7 creates two RPC Broker components, RPCBroker and CCOWRPCBroker. Neither will compile in my environment. Although the CCOWRPCBroker component has a different name and icon than the RPCBroker component, compiling an application containing either component reaches VERGENCECONTEXTORLib_TLB.pas where the compile error occurs in this line -

TControlData2(CControlData).FirstEventOfs := Cardinal(@@FOnPending) - Cardinal(Self);

The error is "Left side cannot be assigned to."

Nothing I tried avoids the error except commenting out the offending line, in which case the application compiles normally. I should also remark that the RPCBroker component connects properly to the server in any case.

I wonder if some special environment setting is needed for the compile. Has anyone else seen this error? Suggestions as to what might be wrong here would be welcome.

Lloyd



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to