Subject Re: Error loading IDAPI32.DLL
From Anton will van zoelen <awvanzoelen@gmail.com>
Date Fri, 10 Nov 2023 03:09:55 -0500
Newsgroups dbase.getting-started

Ken Mayer Wrote:

> On 11/9/2023 12:58 PM, Anton Will van Zoelen wrote:
> > Ken Mayer Wrote:
> >
> >> On 11/9/2023 11:57 AM, Anton Will van Zoelen wrote:
> >>> Hi,
> >>>
> >>> Am trying out Dbase 2019 after a long time after working for years with dbase, clipper.
> >>> Have made BDE Alias, database, tables, indexes. When building aan exe with the project manager I get this message. Have created an ini file with reference to the BDE Alias and included it in the project file. Have also included idap32.dll from BDE map, idapi.cfg, Plus_en.dll, PlusT_EN.dll, Resource.dll and Plusrun.exe. The exe is working fine on the same computer. All files are included in the executable. See file
> >>>
> >>> Any help is highly appriciated.
> >>
> >> Don't include idapi32.dll, plus_en.dll, or plusR_en.dll -- they aren't
> >> necessary. Instead use the options to install the BDE along with the
> >> runtime which are on a different tab of the project explorer. Basically
> >> you're telling dBASE to put those files, which are currently IN USE,
> >> into an executable, which is not necessary. (You probably don't need
> >> resource.dll either, or "IDAPI.CFG", or "PLUSRun.exe" ...)
> >>
> >> Ken
> >>
> > Hi Ken,
> >
> > Thanks for your quick replay. Sorry but I don't understand...How do I install the BDE along with the runtime?
> >
>
> Download the runtime installer (which includes the BDE) from the dBASE
> website, if you haven't:
>
> https://www.dbase.com/support/updates-and-fixes/
>
> And use the "All Runtime Engines" ...
>
> Copy or move the file to a folder such as
>
> C:\Program Files (x86)\dBASE\dBASE2019\Runtime
>
> Using the Project Manager you should see on the various tabs options to
> install the BDE. You can also use my books and the chapters on deploying
> applications ...
>
> Ken
>
> --
> *Ken Mayer*
> Ken's dBASE Page: http://www.goldenstag.net/dbase
> The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
> dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
> dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
> dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm
> dBASE DOS to Windows Tutorial:
> http://www.goldenstag.net/dbase/DtoWTutorial/00_Menu.htm
>
Hi Ken,

It works fine now thank you very nuch. Just for my understanding...I installed the BDEsetup on the other (virtual pc with windows 10) and changed the path to the location of all the files. Also changed info project file under Inno BDE settings.

Kind regards,

Anton Will van Zoelen