Is it is possible to reuse or partially reuse the code written in Delphi.Net on PDA (with .Net support). Or if we can first generate the IL code and then use it on PDA
The Delphi compiler already produces IL. It wouldn't be a .Net compiler if it didn't.
The code is just non-GUI Delphi classes.
Well, that's good. Your chances are better.
Danny Thorpe has written about the difficulties in using Delphi to develop for the .Net Compact Framework:
http://blogs.borland.com/dcc/archive/2005/02/26/2780.aspx
He also demonstrated a very simple Delphi program running on CF:
http://blogs.borland.com/dcc/archive/2005/03/18/3214.aspx
Finally, he explored some background issues:
http://blogs.borland.com/dcc/archive/2005/03/22/3363.aspx
-- Rob
_______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

