make.bat for D2009 issues

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Roaster2
Posts: 51
Joined: Mon 13 Oct 2008 19:29

make.bat for D2009 issues

Post by Roaster2 » Wed 10 Dec 2008 14:17

Hi,

I've got some problems with using make.bat from .\Source\Delphi12 folder.
After adjusting the IdeDir variable in the batch file, the sources are compiled into the folder .\Source\Delphi12.

The ReadMeSrc.txt tells me that the files should be compiled into a subfolder IbDac:
Run 'Make.bat'. Binaries will be copied to %MakePath%\IbDac subfolder
However this folder is not created.

When using the make.bat from Delphi10 folder instead I get the IbDac subfolder.

Where is the difference?
cu,
Michael

Roaster2
Posts: 51
Joined: Mon 13 Oct 2008 19:29

Post by Roaster2 » Wed 10 Dec 2008 14:38

Never mind, I just figured this out. There was already a file called IbDac in .\Source\Delphi12 folder. So the batch file was not able to create a folder with the same name.

I deleted it and now this works again.

Thanks for reading anyway

Post Reply