Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Interface not supported

Some months ago I started getting Ole Errors while trying to manage Excel
from Delphi 5 under Win2000.
Well, I cleaned my HD, reinstalled Win2000, D5 and Office 97. After
recompiling
my app I am getting that it "raised exception class EIntfCastError with
message Interface Not Supported".

type
ExcelApp: TExcelApplication;
var
WB: TExcelWorkbook;
begin
ExcelApp.Visible [0] := True;
WB := TExcelWorkbook.Create(Self); <= ERROR HERE

I traced the OleServer unit and found the error is raised he
ComObj.InterfaceConnect(Obj, FServerData^.EventIID, FEventDispatch,
FEventsConnection);

The application * still run under Win98 *, but raises that error under
Win2000.
No one at the Borland newsgroup had any idea. Does anyone here? What is
missing?
Thanks,
Marcio



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is NETWORKDAYS Supported in Excel to Web Page? PatrickA Excel Worksheet Functions 1 May 31st 09 07:01 AM
format not supported error Randaddyz Excel Discussion (Misc queries) 1 January 14th 08 11:33 PM
Maximum amount of macros supported Bror Excel Discussion (Misc queries) 2 August 19th 06 03:10 AM
Sent to printer - Resolution not supported. clueless Excel Discussion (Misc queries) 0 May 11th 05 04:50 AM
Activeworkbook.range --- Not supported by VBScript? Shetty Excel Programming 1 July 5th 04 12:46 PM


All times are GMT +1. The time now is 02:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"