madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Errors during the compile process FIBPlusEditors2007.dpk.

vlad-mal opened this issue · comments

In during compile process of IBPlusEditors2007.dpk, errors appear, because the .dpk file contains links to missing (and unnecessary) files, for examle - {$R 'UnitSyntaxMemo.dcr'}

In addition, the file FIBPlusEditors2007.dproj has links to files in a non-existent directory, for example:
DCCReference Include="RegFIBPlusEditors.pas"
instead of
DCCReference Include="..\Editors\RegFIBPlusEditors.pas"
and so on.

Both files are fixed and attached to this issue: PackagesD2007.zip

Replace them in the project, please.

Regards - Malinovsky Vladimir.

Thanks for reporting. I dont have D07 installed so couldnt test it ). Fixed in current branch..