Search Results

2
votes

Is there an easy way, to Port a Win32 App in Delphi 2009 to .NET ?

Delphi 2009 targets Win32 only. For .NET you could use …
3
votes

How to access the member of a class(created in c#) in dephi

Undeclared identifier means the DateRange interface doesn't have a property called fromdate. Have a look at DateRange declaration in the generated MCenterComService_TLB.pas unit. There you will pro …