[delphizip] Re: Errors after upgrading TZipBuilder

  • From: Roger Aelbrecht <Roger.Aelbrecht@xxxxxxxxx>
  • To: delphizip@xxxxxxxxxxxxx
  • Date: Wed, 29 Oct 2008 18:29:52 +0100

Xavier Mor-Mur wrote:
> Hello Roger
> I updated TZipBuilder to version 1.79.10.02 and I get two errors :
> 
> [Linker Error] Unresolved external 'CharInSet(unsigned char, const 
> System::Set<char, 0, 255>)' referenced from C:\PROGRAM 
> FILES\BORLAND\CBUILDER5\PROJECTS\INTERMED\ZBMSGSTR.OBJ
> [Linker Error] Unresolved external 'MakeStrP(const System::AnsiString&)' 
> referenced from C:\PROGRAM 
> FILES\BORLAND\CBUILDER5\PROJECTS\INTERMED\ZBWRKR.OBJ
> 
> What I need change to get component to compile?
> 
> Tanks for your help
> 
> Xavier
> -----------
> To unsubscribe from this list, send an empty e-mail 
> message to:
>   delphizip-request@xxxxxxxxxxxxx 
> and put the word unsubscribe in the subject.
> 
> 

The new version has a new unit ZBCompat.
You need to include this unit in your project.

FYI :
ZBCompat.h contains some typedef to make the source code the same for 
the latest CB2009 compiler ( unicode) and the older compîlers, and has 2 
new functions CharInSet and MakeStrP

HTH

-- 
Roger Aelbrecht


-----------
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: