Zeos for Delphi 2009?
Moderators: gto, cipto_kh, EgonHugeist, mdaems
Zeos for Delphi 2009?
Hello
Someone already ported the Zeos for Delphi 2009?
--
Edson
Someone already ported the Zeos for Delphi 2009?
--
Edson
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Nope, but if you could do it for the 6.6 version it would be made available to everybody very soon. Not everybody uses D2009 yet. It's not for free
I guess it's just copying the packages from Delphi11 and let Delphi convert them by opening in D2009(Delphi12). Please do it for the 2 package groups. (ZeosDbo and ZeosDbodev).
Mark
I guess it's just copying the packages from Delphi11 and let Delphi convert them by opening in D2009(Delphi12). Please do it for the 2 package groups. (ZeosDbo and ZeosDbodev).
Mark
...and there will follow some more issues with char/ansichar pchar/pansichar and others.
I will try to compile Zeos 6.6.x in D2009, too, and see if my sample programs will still run, although I guess there is no guarantee that all parts of Zeos are now Unicode enabled.
OTH IMO Firebird 2.1, for example, is Unicode aware, correct me if I'm wrong here, so there must be basic support in Zeos already, right?
I will try to compile Zeos 6.6.x in D2009, too, and see if my sample programs will still run, although I guess there is no guarantee that all parts of Zeos are now Unicode enabled.
OTH IMO Firebird 2.1, for example, is Unicode aware, correct me if I'm wrong here, so there must be basic support in Zeos already, right?
cu,
Michael
Michael
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
I ran into the same problem when doing a quick try. Seems like D2009 became a lot more strict in the char/ansichar department.
This will force us (finally) to do something on the Unicode front. Now it was a very messy situation. The HeidiSQL team did already patch the zeoslib version they use to handle unicode. But only as far as it's necessary to get it working for mysql. (see their repository on http://code.google.com/p/heidisql/source/list) Problem is we need somebody who knows what he's doing when using (p)char/(p)ansichar. I must admit : I only understand half of the advantages/differences/implications.
Is somebody willing to start this job? In a first phase I'll review and do the svn commits. As soon as it proves to be serious I'll try to get you SVN commit rights.
I'm afraid these changes will have too much impact on the sources to allow them in the 6.6 branch. No problem for adding this to testing/trunk for the 7.0.0 version.
Mark
This will force us (finally) to do something on the Unicode front. Now it was a very messy situation. The HeidiSQL team did already patch the zeoslib version they use to handle unicode. But only as far as it's necessary to get it working for mysql. (see their repository on http://code.google.com/p/heidisql/source/list) Problem is we need somebody who knows what he's doing when using (p)char/(p)ansichar. I must admit : I only understand half of the advantages/differences/implications.
Is somebody willing to start this job? In a first phase I'll review and do the svn commits. As soon as it proves to be serious I'll try to get you SVN commit rights.
I'm afraid these changes will have too much impact on the sources to allow them in the 6.6 branch. No problem for adding this to testing/trunk for the 7.0.0 version.
Mark
Zeos DBO for Delphi2009
I've recently founded this
Zeos DBO for Delphi2009
http://bbs.cnpack.org/attachment.php?aid=487
did not check cause my trial period of d2009 exceeded...
unfortunately it's not working ... probably they never tested it after some patches for compile... even protocols list do not very nice crash ;-( (last protocol - ?sybase? )
after trim there are another ones... ZConnection.Connect...
regards karpik
Zeos DBO for Delphi2009
http://bbs.cnpack.org/attachment.php?aid=487
did not check cause my trial period of d2009 exceeded...
unfortunately it's not working ... probably they never tested it after some patches for compile... even protocols list do not very nice crash ;-( (last protocol - ?sybase? )
after trim there are another ones... ZConnection.Connect...
regards karpik
Mark unfortunately I cannot access it using this link.mdaems wrote:SVN is located at svn://www.firmos.at/zeos/
I'm using the Tortoise Repository Browser and entered this link into the URL edit but the program always says cannot connect to...
cu,
Michael
Michael
Read this tutorial
People, I'm doing the conversion to Unicode, and I say, stay calm heheheh
Unicode changing on Delphi 2009+ will affect a lot of lines, that may be revisited with come care, not a trash job as this unnoficial Zeos2009.rar, which I found too. It compiles but don't work as expected.
The conversion status is: I'm having some troubles at the Plain Drivers and DBC layers. There's no alpha, beta, 'cause it don't work yet.
I have the same hurry as you may have, I want to use D2009, but the only component which don't work is Zeos. I'm working on it, but it may take some time to stay OK.
Unicode changing on Delphi 2009+ will affect a lot of lines, that may be revisited with come care, not a trash job as this unnoficial Zeos2009.rar, which I found too. It compiles but don't work as expected.
The conversion status is: I'm having some troubles at the Plain Drivers and DBC layers. There's no alpha, beta, 'cause it don't work yet.
I have the same hurry as you may have, I want to use D2009, but the only component which don't work is Zeos. I'm working on it, but it may take some time to stay OK.