delphi - Deploying Custom Units and Components -


when has come redoing or reinstalling delphi, i've run hassle. when comes components , units i've produced use in projects, run having go through entire backup of projects find things i've used in other projects , copy units over, install components through delphi interface, , make sure present. then, forget , when pull out project uses 1 of these units or components, have stop whatever i'm doing, find backup disk, find data install, before continue...

main question: has come solve scenario automating of this? otherwise, people here when comes administration of delphi in way?

some tips:

  • when possible, avoid installation of components , create instances @ run time. reduce time install them in ide. example, non-visual components not have installed design mode.

  • use build tool apache ant compile projects build script. build script serves documentation of environment , source path requirements. when run build on new computer, need check ant build script configuration file see dependencies exist.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -