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
(SOLVED)Error Command line compiling with Builder C++ 6.0
Moderators: gto, cipto_kh, EgonHugeist
File upload
Here, find the modification
gilles
gilles
You do not have the required permissions to view the files attached to this post.