Hi, i’m trying to get AC running on C++ Alexandria and AC 17.0 Version.
I get “[DCC Fatal Error] pasall.tmp(104): F1026 File not found: ‘acAlphaHints.pas'” error during the installation.
Seems like many .pas Files missing in the latest acnt_cx11alexandria.zip.
There are only 12 .pas Files in the “CX11Alexandria” Folder but the projects expects way more.
Where can i find the missing pas files, e.g. “acAlphaHints.pas”?
Hello!
If you use the package without sources, then you have all *.Dcu, *.Hpp and *.Obj precompiled files which used by compiler. If compiler says, that acAlphaHints.pas can’t be found then be sure that files acAlphaHints.dcu, acAlphaHints.hpp and acAlphaHints.obj are existing in the folder with components.
Compile acntCX11alexandria_r.cbproj firstly and install acntCX11alexandria.cbproj after that.