Hello, Im trying to develop a test database application using Zeosdbo components to connect Delphi 6 with MySQL 5. I haven't find any doc or manual that explain how to install the components on Delphi 6. Today we want to officially announce the release of the ZEOS DBO Library 6.6.4 – stable. The download links are the following ones: ZEOSDBO-6.6.4-stable ZEOSDBO-6.6. Now we can officially announce the availability of the first Zeosdbo 6.6 beta release. The components can be downloaded using these links.
I'm having problems installing ZEOSLib 6.6.6-stable in BDS C++ Builder 2006.I only have C++Builder installed, no Delphi, but I can see the dcc32.exe
file in the bds/4.0/bin/
folder.
When I try to compile the packages with the Delphi compiler from the command line, as suggested in this post, using dcc32.exe zeosdbo.bdsgroup -JPHNE
, I receive several error messages (see below) and the compilation stops.
I've also tried opening the builder6/zeosdbo.bpg
file in the IDE and it updates the project files to version 10 and generates a set of .bdsgroup
files, but when trying to build the project files a file not found Zclasses.dcu
error message apears.
Can you please provide any further help on this problems?
6 6 6 6 Aluminum Wire
Messages received when trying to compile the packages with the Delphi command-line compiler:
C:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(1) Error: E2029 Declaration expected but '<' found
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(1) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(1) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(5) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(5) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(6) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(6) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(7) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(8) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(12) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(12) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(13) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(13) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(14) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(14) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(15) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(15) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(16) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(16) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(17) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(17) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(18) Error: E2038 Illegal character in input file: '' (#$22)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(23)
c:ZEOSDBOpackagesDELPHI10ZeosDbo.bdsgroup(24) Error: E2029 '.' expected but end of file found
2 6 6 6 Allegheny Steam Locomotive
Remy LebeauWhere To Buy Fertilizer 6 6 6
1 Answer
Finally I had found no alternative but to install Delphi10 builder and compile using the linker option 'generate all C++ files', not without working around the $endif at zcomponent.dpk and after adding to the path the source folder where all the missing *.dcu were requested. After that C++ nor Delphi10 builders showed the toolbars but apparently the packages were installed correctly. Kind regards. Patowski