1. Start by unpacking the acnt*.zip files into a folder of your own choice. 2. This directory must be registered in system search path. And add, (if need) AlphaControls directory in Delphi (Tools->Environment Options->Library->Library Path). 3. Use “FileOpen…” menu item of Delphi IDE to open the AlphaControls run-time package acntX_r.dpk (x – version of Delphi). In the “Package…” window click “Compile” button to compile run-time library. 4. Use “FileOpen…” menu item of Delphi IDE to open the AlphaControls design-time package acntX.dpk. In the “Package…” window click “Install” button to install the library. 5. DB-aware components users can install AlphaDB pack by copying AlphaDB files to AlphaControls directory and AlphaDB.dpk file installing.}
you need first to compile the _r package for D6 and then compile and Install the package without _r! Dont forget to add the path into the seach path (Tools->Environment Options->Library->Library Path)
you need first to compile the _r package for D6 and then compile and Install the package without _r! Dont forget to add the path into the seach path (Tools->Environment Options->Library->Library Path)
I am still unable to do it. I followed the steps as you said.