Skip to content

AVs in BCB5 compiler when compiling IdZLibHeaders.pas #48

Description

@rlebeau

In IdZLibHeaders.pas, when STATICLOAD_ZLIB is defined, AVs occur in BCB5's compiler. The ZLib .OBJ files in the \Lib\Protocols folder are different than the .OBJ files in the \Lib\Protocols\ZLib folder. If all of the .OBJ files are deleted, ZLib is recompiled with BCB5's make.exe via the build.bat script, and the .OBJs moved into the \Lib\Protocols folder, the AVs go away but the compiler then complains about 3 unresolved external functions (inflateReset2(), inflateMark(), and inflateUndermine()) which do not exist in the ZLib source code that is currently checked in.

Metadata

Metadata

Assignees

Labels

Element: ZLibIssues related to ZLib handlingStatus: On HoldIssue is on hold at this time, may be worked on laterType: BugIssue is a bug in existing code

Type

No type

Projects

Status
No status

Relationships

None yet

Development

No branches or pull requests

Issue actions