Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi CreateOLEObject('Word.Application'); nach Update auf WinXP (https://www.delphipraxis.net/15792-createoleobject-word-application-%3B-nach-update-auf-winxp.html)

horst 4. Feb 2004 10:56


CreateOLEObject('Word.Application'); nach Update auf WinXP
 
Hallo, ich brauche ganz dringend einen Rat.
Erhalte nach einem Update auf Windows XP
die Fehlermeldung "'Word ist nicht installiert" obwohl es installiert ist?
Habe es auch schon neu installiert.

Delphi-Quellcode:
      Application.ProcessMessages;
      try
        WordApp := CreateOLEObject('Word.Application');
      except
        on E: Exception do
        begin
          E.Message := 'Word ist nicht installiert.';
          raise;
        end;
      end;
[EDIT]
Es funktioniert nun....
Habe alles nochmal gelöscht und neu installiert


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:44 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz