Board index » delphi » Wierd - Has Anyone Ever Seen Something Like This?
Paul Hazlett
![]() Delphi Developer |
Sun, 01 Jun 2003 02:18:55 GMT
Wierd - Has Anyone Ever Seen Something Like This?
I've got a third party DLL for telecommunications billing (EZTax from
Billsoft, Inc.). We need to tax customer call records which reside in a MS SQL Server 7.0 database. The vendor has supplied C header files for their library. So I ported the So here's the wierd part. If I remove all references to the BDE (TDatabase, If I drop a TQuery on the form without a TDatabase and have the TQuery If I drop a TDatabase on the form and use it for the DB connection and then Note: the initialization method referred to above is just an exported DLL __declspec (dllexport) struct taxes_tbl *EZTaxInit(short int tax_log, short Any thoughts? Since the DLL was written in C++, I'm not passing any Object I'm assuming that since this is only a problem with the BDE memory manager Please help! |