Page 1 of 1
Actor Editor(Office Assistant)_problem with sample.aad

Posted:
June 21st, 2012, 8:48 pm
by angelrh
When y try use the Actor Editor for Office Assistant Package to create or modify an actor, the extension to save the file is .aad obligatory
and the package only acept .aal extension, help me pleace
Re: Actor Editor(Office Assistant)_problem with sample.aad

Posted:
June 22nd, 2012, 12:46 pm
by Kambiz
A files with an .aal extension is actually a dll file.
To have the .aal output, you might use "Build Actor" command. This command creates a temporary Delphi project and calls Delphi command line compiler (DCC32.exe) to build it. The result is the .aal file.
DCC32.exe must be in the search path of Windows otherwise "Build Actor" command fails.
Re: Actor Editor(Office Assistant)_problem with sample.aad

Posted:
June 22nd, 2012, 1:54 pm
by angelrh
Thank you, my gruop and me use delphi since '95 and we make and take support to a system with 25 application, we have used TsimpleGraph too,
Thank you very much