Page 1 of 1
Better version for Delphi 2010
Posted: 25.02.2010, 22:23
by pttk
Hi,
What version is better for Delphi 2010?
Thank
Posted: 26.02.2010, 21:23
by mdaems
There's no 'better'. Only 7.0 has D2010 packages and compiles on D2010.
Mark
Zeos Version for 2010
Posted: 26.02.2010, 21:30
by pttk
Thank,
But I view any files in
http://zeosdownloads.firmos.at/downloads/snapshots/
Now I work with 7.0.0 dev
Thank
Posted: 26.02.2010, 21:45
by mdaems
The naming schema on the snapshots folder:
ZEOSLIB_<branch>_REV<revision><extrafiles>.<extension>
<Branch> can be
- STABLE : 6.6-patches branch -> current stable branch (not D2009+ ready)
- TESTING : the real development branch. Instable by definition.
- TRUNK : 7.X development branch. Changed are only merged in after at least a week of testing time in testing branch
<revision> : the SVN revision the snapshot is taken from. Higher = newer (didn't write 'better'
)
<extrafiles> can be:
- nothing : the full package files
- _COMPACT : the pure source code. No libs, no docs, no images... Ideal for upgrading from time to time.
- _DelphiCode2Doc : the class documentation files in chm or html format
<extension> can be:
- zip : the files containing the real stuff
- MD5 or SHA : the checksums of the zip files.
Mark