Dear All

I tried this question out on the Delphi 8 field test news group with no joy. I wonder 
if anyone here can help:

I am trying to port a rather large COM library from Delphi 6 to Delphi 8.
Obviously it's not quite so simple as opening up the project and hitting
compile...

Based on my crude understanding, I could always butcher the factories,
remove the all the dispatch interfaces (which aren't supported in Delphi 8)
and turn the objects into native Delphi .Net. objects (which would be nice,
no interop costs). Only problem is it seems like a daunting task and I don't
want to begin unless I am sure there is no alternative.

So, I wonder if anyone has any advice for how to go about doing this the
"easy way". Is there a "how to" white paper someone has already written?
Perhaps there are some helper classes I am overlooking that allow me to port
the code mostly verbatim? Or maybe there is a clever little port utility
that could do some of the repetitive work?

Thank you

Stephen

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to