Re: Dll Project with ADO
- From: yannis <none@xxxxxxxxxx>
- Date: Thu, 28 Feb 2008 13:39:26 +0200
lzq was thinking very hard :
yannis wrote:
Try calling CoInitialize before create the TQReport and CoUninitialize after the Result := 0; line of code.thanks for your help !
Regards
Yannis.
but I don't know the meanning of 'CoInitialize' and 'CoUninitialize' .
Could you write a simple example .
Thanks !
CoInitialize & CoUninitialize are procedures imported from windows API they are located in unit ActiveX. You just call it like this
coInitialize(nil);
.....
coUninitialize;
Regards
Yannis
--
Facts are the enemy of truth.
- Don Quixote - "Man of La Mancha"
.
- References:
- Dll Project with ADO
- From: lzq
- Re: Dll Project with ADO
- From: yannis
- Re: Dll Project with ADO
- From: lzq
- Dll Project with ADO
- Prev by Date: Re: Dll Project with ADO
- Next by Date: Load Excel by Ado get null for numeric data
- Previous by thread: Re: Dll Project with ADO
- Next by thread: Load Excel by Ado get null for numeric data
- Index(es):
Relevant Pages
|