Question and Answer Database FAQ366B.txt Access violation when calling a non-delphi VCL created DLL Category :Database (Miscellaneous) Platform :All Product :BDE 4.0 Question: Access violation in Delphi IDE when calling a C/C++/Delphi BDE API DLL: How do I resolve this access violation? Answer: There is a BDE API function called DbiDllExit which can be prototyped the same as DbiExit. Place the prototype in your idapi.h (C / C++) and call DbiDllExit just before DbiExit. For Delphi, simply call DbiDllExit before DbiExit. 7/15/98 3:23:06 PM
Last Modified: 06-OCT-99