Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.04.01;
Скачать: CL | DM;

Вниз

Передача в Excel   Найти похожие ветки 

 
Maloric   (2006-07-09 14:56) [0]

Здраствуйте, уже весь форум перерыл, немогу избавиться от ошибки, есть ли у кого рабочий пример?
1. uses KolComObj
var XLApp:OleVariant;
begin
  Kol.OleInit;
  XLApp:=CreateOleObject("Excel.Application");//ERROR
...

Возвращает пустую ошибку.
2.uses Variants, ComObj;
var XLApp:OleVariant;
begin
  Kol.OleInit;
  XLApp:=CreateOleObject("Excel.Application");//ERROR
...

Не узнает строку CreateOleObject?
Пробовал и с заменой системных модулей и без нее.
uses Windows, Messages, ShellAPI, KOL, KOLEcmListEdit ,Variants {$IFNDEF KOL_MCK}, mirror, Classes, Controls, mckControls, mckObjs, Graphics,  mckCtrls,
 mckEcmListEdit, ComObj{$ENDIF (place your units here->)};


 
Maloric ©   (2006-07-09 16:11) [1]

Заменил fakeVariants на Variants из шестого делфи, все заработало,
только файл стал весить на ~50кб больше.

p.s. Я и не знал, что в KOL теперь встроили fakeVariants.


 
thaddy   (2006-07-09 18:26) [2]

the reasons for the fakevariants were:

1. from D6 the variants implementations were (badly) rewritten and added a lot of code.
2. the variants unit was included in the uses clause by some code even if it wasn"t needed.

The best solution is to use D4 or D5 with KOL COM code (recommended!).
The second solution is to use the variants unit from Borland, but that will add 70K to your programs.


 
Maloric ©   (2006-07-09 21:10) [3]


> The best solution is to use D4 or D5 with KOL COM code (recommended!
> ).
> The second solution is to use the variants unit from Borland,
>  but that will add 70K to your programs.

Thank for the answer, Thaddy!
It is necessary to agree with 70 kb



Страницы: 1 вся ветка

Текущий архив: 2007.04.01;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.048 c
2-1173183398
..::KraN::..
2007-03-06 15:16
2007.04.01
*.EXE файл.


15-1173523671
PZ
2007-03-10 13:47
2007.04.01
Соответствие С++ и Delphi


2-1173552150
Зм1й
2007-03-10 21:42
2007.04.01
Контроллы и потоки


2-1173262356
pasha star
2007-03-07 13:12
2007.04.01
нЕ блокировка всего процеса


5-1149830586
DimaBr
2006-06-09 09:23
2007.04.01
Нотационный список.