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

Need help in packaging app using TideSDK on Windows -

java - Why does my date parsing return a weird date? -

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -