[delphizip] Re: More BCB6 Errors

  • From: "Roger Aelbrecht" <Roger.Aelbrecht@xxxxxxxxxx>
  • To: <delphizip@xxxxxxxxxxxxx>
  • Date: Thu, 19 Jun 2003 18:24:44 +0200

R. Peters wrote:
> In ZipBuilder.cpp
> after the line (near top)
> #pragma resource "*.res"
> add
> #pragma link "vcl.bpi"
> 
> see if that helps - it does for me
> - Russell Peters
> 
> ----- Original Message -----
> From: <legend7@xxxxxxxxxxxxx>
> To: <delphizip@xxxxxxxxxxxxx>
> Sent: Thursday, June 19, 2003 5:56 AM
> Subject: [delphizip] More BCB6 Errors
> 
> 
>> Hello all,
>> 
>> I am trying to install ZipBuilder 1.72.  I originally opened up the
>> BCB6-INSTALL file, followed it, and got a lot of linker errors.
>> 
>> I then followed the instructions on adding "vcl.lib" to the
>> SPARELIBS thing, along with removing the #progra line.
>> 
>> Now, this is what I get:
>> Build
>>   [Linker Error] Export __fastcall
>> ZipBuilder::TZipBuilder::FreeZipDirEntryRecords() in module
>> C:\ZIPBUILDER\VCL\ZIPBUILDER.OBJ references __fastcall
>> Classes::TList::Get(int) in unit C:\PROGRAM
>> FILES\BORLAND\CBUILDER6\LIB\RELEASE\RTL.BPI|Classes
>>   [Linker Error] Export __tpdsc__ ZipBuilder::EZipBuilder in module
>> C:\ZIPBUILDER\VCL\ZIPBUILDER.OBJ references __tpdsc__
>> Sysutils::Exception in unit C:\PROGRAM
>>   FILES\BORLAND\CBUILDER6\LIB\RELEASE\RTL.BPI|SysUtils [Linker
>> Error] Export ZipBuilder::EZipBuilder:: in module
>> C:\ZIPBUILDER\VCL\ZIPBUILDER.OBJ references __fastcall
>> System::TObject::FreeInstance() in unit C:\PROGRAM
>>   FILES\BORLAND\CBUILDER6\LIB\RELEASE\RTL.BPI|System [Linker Error]
>> Export __fastcall ZipBuilder::EZipBuilder::EZipBuilder(const int,
>> const System::AnsiString) in module C:\ZIPBUILDER\VCL\ZIPBUILDER.OBJ
>> references __fastcall Sysutils::Format(const System::AnsiString,
>> const System::TVarRec *, const int) in unit C:\PROGRAM
> FILES\BORLAND\CBUILDER6\LIB\RELEASE\RTL.BPI|SysUtils
>>   [Linker Error] Export __fastcall
> ZipBuilder::TZipBuilder::LoadZipStr(const
>> int, const System::AnsiString) in module
>> C:\ZIPBUILDER\VCL\ZIPBUILDER.OBJ references __fastcall
>> Sysutils::LoadStr(int) in unit C:\PROGRAM
>> FILES\BORLAND\CBUILDER6\LIB\RELEASE\RTL.BPI|SysUtils 
>> 
>> <snip, 72 errors total>
>> 
>> What am I doing wrong?  How do I fix it?
>> 
>> 
>> -----------
>> To unsubscribe from this list, send an empty e-mail
>> message to:
>>   delphizip-request@xxxxxxxxxxxxx
>> and put the word unsubscribe in the subject.
> 
> 
> -----------
> To unsubscribe from this list, send an empty e-mail
> message to:
>   delphizip-request@xxxxxxxxxxxxx
> and put the word unsubscribe in the subject.

I think removing the RTL.BPI from the 'requires' list
in the packages could also help.
A bunch of errors are indicating RTL.bpi, we are not using it

Roger Aelbrecht
http://web.wanadoo.be/driehoeksw
-----------
To unsubscribe from this list, send an empty e-mail 
message to:
  delphizip-request@xxxxxxxxxxxxx 
and put the word unsubscribe in the subject.

Other related posts: