Board index » delphi » Problem with Brian Bushay's function
Marcio Ehrlich
![]() Delphi Developer |
Sun, 20 Oct 2002 03:00:00 GMT
Problem with Brian Bushay's function
Brian Bushay, from TeamB, sent once to this newsgroup a function
"isbdepresent" (reproduced below) to check whether BDE was installed at a system or not. Only this week I tried the routine and verified that my BDE instalation does not include the IDAPI01.DLL quoted at the line: IdapiHandle := LoadLibrary(StrCat(IdapiPath, '\IDAPI01.DLL')); I tried to substitute that file with another that I knew it was Is anything wrong with the original function? *********************************************************************** Function isbdepresent : boolean; begin |