(SOLVED)Error Command line compiling with Builder C++ 6.0

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
gcr
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 18.12.2007, 11:30

(SOLVED)Error Command line compiling with Builder C++ 6.0

Post by gcr »

Hi,


I have tested (with documentation) your command line installation with Builder C++ 6.0 but i have some error (and i have solved).


In first time, some variable is missing in the bpk project:
LIBPATH not contains variable RELEASELIBPATH and not find VCL.LIB in ilink32 command

LIBPATH = $(BCB)\Projects\Lib;build;..\..\src\component;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi
Must be :
LIBPATH = $(BCB)\Projects\Lib;build;..\..\src\component;$(BCB)\lib\obj;$(BCB)\lib;$(BCB)\Source\Toolsapi;$(RELEASELIBPATH)

for Zcomponent.bpk, ZCore.bpk, ZBdc.bpk, ZParseSQL.bpk & ZPlain.bpk

When compiling Zcomponent.bpk , the file 'ZComponent.dcr' is not found.

I have changed, in the zComponent.bpk, the line :

<RESFILES value="ZComponent.res ZComponent.dcr"/>

by :
<RESFILES value="ZComponent.res ..\..\src\component\ZComponent.dcr"/>


Kr,
gilles
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi Gilles,
Can you just add the changed files to this post?
I'll commit them to SVN.

Mark
Image
gcr
Fresh Boarder
Fresh Boarder
Posts: 15
Joined: 18.12.2007, 11:30

File upload

Post by gcr »

Here, find the modification


gilles
You do not have the required permissions to view the files attached to this post.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Committed to SVN. I hope I did include the important differences.
Diff attached.
You do not have the required permissions to view the files attached to this post.
Image
Post Reply