Mike
Guest
|
I've tried to install V2RC1 and it doesn't install on my system [Windows XP Professional, D7 Enterprise]. The error message is very long but basically it is saying the TWordApplication class already exists.
I may have done something wrong during the installation ... I don't know ... I think there is a class name conflict with classes defined in files in the C:\Program Files\Borland\Delphi7\Ocx\Servers folder. |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
Mike,
I think you have installed "MS Office XP Sample Automation Server Wrapper Components" and if you follow this link http://www.add-in-express.com/add-in-delphi/requirements.php you will see that MS Office 2000 Sample Automation Server Wrapper Components should be installed.
To solve the problem you should do the following:
1. Close all opened projects.
2. Go to Component|Install Packages and remove "MS Office XP Sample Automation Server Wrapper Components" (select it and click the Remove button).
3. Click the Add button, then find the dcloffice2k70.bpl file ("MS Office 2000 Sample Automation Server Wrapper Components") in the {$DELPHI}\Bin folder and click the Open button.
4. Click the OK button to close the Default Project Options dialog.
5. Restart your Delphi.
Sincerely,
ADX Support Team |
|