Re: ADO in dll AV
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 12/24/03
- Next message: Brian Bushay TeamB: "Re: passing date parameter in commandtext"
- Previous message: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- In reply to: Daniel Lemire: "ADO in dll AV"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADO in dll AV"
- Reply: Viatcheslav V. Vassiliev: "Re: ADO in dll AV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 23 Dec 2003 22:51:51 -0600
>When the DataModule (DM_Main) has no Ado component on it, it works fine. But when I add a TAdoConnection object on it, I get an AV when calling the exported function.
>
Are you calling CoInitialize in the Initialization section of the DLL? ADO is
uses COM and in a DLL you need to manage initializing COM
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: passing date parameter in commandtext"
- Previous message: Brian Bushay TeamB: "Re: Stored Prod Param Help"
- In reply to: Daniel Lemire: "ADO in dll AV"
- Next in thread: Viatcheslav V. Vassiliev: "Re: ADO in dll AV"
- Reply: Viatcheslav V. Vassiliev: "Re: ADO in dll AV"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|