Post
by constructor » 16 Sep 2008, 13:21
Posted by: constructor
Hi Wolfgang,
normally you can find the .apl files in the folder AXLibs. The whole path
may look like this:
C:\Programme\Unify\Team Developer 5.1\AXLibs
If not already built, you can use ActiveX Explorer to do the Job. You'll
find it under Tools in the menu of TD5.1 IDE.
Load your application.
Open ActiveX Explorer and be sure that Type Libraries is marked. Search for
an intrance like
"Microsoft Word x.xx Object Library" (where x.xx is your installed version)
and select it. Click on Ok.
A new window opens and the components of the library are shown. Right click
on the first entrance and select
"Generate options...". In the new window select "Full by name". Close this
window and select in the previous
window "Generate full by Name".
The missing apl. files are now generated and automatically included into
your application.
Hope this helps.
Regards
Uwe