i'm very new to D2007. in Delphi 7 adding a new component was easy, just
click Components, install components...
i D2007, i cannot install new components. how do i register new components ?
i open the .pas file (i have the registercomponents procedure), but i cannot
run this ?
Filip
Add it to an existing package or even better create a new package.
http://delphi.wikia.com/wiki/Creating_Packages
or in the online help:
ms-help://borland.bds5/devwin32/creatingandeditingpackages_xml.html
ms-help://borland.bds5/devwin32/aboutpackages_xml.html
more in general about writing components:
ms-help://borland.bds5/devwin32/cwguidepart_xml.html
--
Pieter