views:

61

answers:

1

Hello,

I've got an existing application which has an an automation object. I have to rewrite this application, and I would like to use the existing automation object in the new application.

Is this possible somehowm, or do I have to create a new automation object in the new application and copy-paste the functions from the old one?

Thanks for your advice!

A: 

I think you may not need to re-write the automation object, and you can keep the old one, as long as it is running properly.

Re-writing working code is necessary only if you want to extend the functionality, or overcome incompatibility with new versions of the OS. Otherwise it is plainly risky.

Nick
Thanks for your answer, but how do I include the existing automation object in a new application?I'ts not clear to how that is done in the IDE.
doubleu