Reported By: Fernando Monteiro Reported On: 1/23/2004 For: Version 4.02 Build 1
# 1535Kylix and Delphi Source Code Does Not Match the Compiled DCUs That Ship with DBISAM Could not compile runtime package with Kylix 3 professional
A lot of "Undeclared Identifier" compile errors for TClientSocket, TServerSocket an pBCD.
The source code download fo Client/Server version seems not to be the must updated because it has some missing DCUs on the uses clauses and has references to components wich does not exists for Kylix 3 professional.
The runtime package has a missing comma on the requires clause that keeps it to be openned by Kylix.
CommentsThe problem was with the OS and Delphi version IFDEF stripping in the build process. The build process wasn't handling nested IFDEF directives properly.
ResolutionFixed Problem on 2/1/2004 in version 4.03 build 1