Zeos support Delphi XE7
Zeos support Delphi XE7
Hello Guys,
Has anyone added support to Zeos in Delphi XE7?
Thank you
Edson
Has anyone added support to Zeos in Delphi XE7?
Thank you
Edson
Re: Zeos support Delphi XE7
This presented errors rev svn :3289
Can't load package ZCore190.bpl.
The system cannot find the file specified
[Fatal Error] Can't load package ZCore190.bpl.
The system cannot find the file specified
Can't load package ZCore190.bpl.
The system cannot find the file specified
[Fatal Error] Can't load package ZCore190.bpl.
The system cannot find the file specified
Re: Zeos support Delphi XE7
Hello Michal;
Managed to install correctly.
I have a doubt, I couldn't connect on my 64-Bit and Windows not PostgreSQL 64 using the XE7.
Note: seizing the opportunity, here at empresaAqui we have the Delphi XE6 and apparently this with the same problem reported as XE7, see message below I couldn't install.
Can't load package ZCore190.bpl.
The system cannot find the file specified
[Fatal Error] Can't load package ZCore190.bpl.
The system cannot find the file specified
--
Edson
Managed to install correctly.
I have a doubt, I couldn't connect on my 64-Bit and Windows not PostgreSQL 64 using the XE7.
Note: seizing the opportunity, here at empresaAqui we have the Delphi XE6 and apparently this with the same problem reported as XE7, see message below I couldn't install.
Can't load package ZCore190.bpl.
The system cannot find the file specified
[Fatal Error] Can't load package ZCore190.bpl.
The system cannot find the file specified
--
Edson
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
Re: Zeos support Delphi XE7
Edson,
have no such compiler yet. Thought you are a FPC guy? Did you change you compiler?
Accordingly your issues: AFAIK you should take care about the output-paths for the compile-targets. Please check the target-paths for all build targets it's selves. DO NOT MIX the files. AFAIK you allways need to compile W32 first to be able to install the components. If this is done you can change the targets on the fly EXCEPT ZComponentDesign. Please let me know if this behavior did change..
have no such compiler yet. Thought you are a FPC guy? Did you change you compiler?
Accordingly your issues: AFAIK you should take care about the output-paths for the compile-targets. Please check the target-paths for all build targets it's selves. DO NOT MIX the files. AFAIK you allways need to compile W32 first to be able to install the components. If this is done you can change the targets on the fly EXCEPT ZComponentDesign. Please let me know if this behavior did change..
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
Re: Zeos support Delphi XE7
Hello Michel,
I'm still the guy from FPC haven't changed the compiler, even develop with it in my projects. And it's working very well the Zeos with FPC. Is that now I need to develop a project with Delphi XE7.
About the problem installing the XE6 XE7 Zeos Delphi and the problem is in pocontes in svn.
The path that Michal indicated at the address below are installing perfectly. The problem now and he's not libpq dll found, follows the print attached.
http://zeoslib.sourceforge.net/viewtopi ... 288#p34288
[] 's
Edson
I'm still the guy from FPC haven't changed the compiler, even develop with it in my projects. And it's working very well the Zeos with FPC. Is that now I need to develop a project with Delphi XE7.
About the problem installing the XE6 XE7 Zeos Delphi and the problem is in pocontes in svn.
The path that Michal indicated at the address below are installing perfectly. The problem now and he's not libpq dll found, follows the print attached.
http://zeoslib.sourceforge.net/viewtopi ... 288#p34288
[] 's
Edson
You do not have the required permissions to view the files attached to this post.
Re: Zeos support Delphi XE7
@elidorio2,
And where you have a client PostgreSQL and what files consist?
Michal
And where you have a client PostgreSQL and what files consist?
Michal
Re: Zeos support Delphi XE7
Add the folder: bin of Postgresql on Windows's Path.
Re: Zeos support Delphi XE7
@elidorio2,
Maybe mistaken 32 and 64 bit client?
Michal
Maybe mistaken 32 and 64 bit client?
Michal
Re: Zeos support Delphi XE7
Client 64 Bit.
Re: Zeos support Delphi XE7
@elidorio2,
Delphi IDE is 32-bit !!!
Put to the test clents accordance with the System32(64) and SysWOW64(32).
Michal
Delphi IDE is 32-bit !!!
Put to the test clents accordance with the System32(64) and SysWOW64(32).
Michal
Re: Zeos support Delphi XE7
Hello,
It's like this: the Delphi IDE is 32-bit, as annex.
And my windows is Windows 7 64 bit and PostgreSql is also 64 bit.
After I put the dll folder to SysWOW64 libpq houses changed message as attachment.
Note: the packages for installation in Delphi and Delphi XE6 XE7 are in trouble, what's working is the path you specified.
--
Edson
It's like this: the Delphi IDE is 32-bit, as annex.
And my windows is Windows 7 64 bit and PostgreSql is also 64 bit.
After I put the dll folder to SysWOW64 libpq houses changed message as attachment.
Note: the packages for installation in Delphi and Delphi XE6 XE7 are in trouble, what's working is the path you specified.
--
Edson
You do not have the required permissions to view the files attached to this post.
Re: Zeos support Delphi XE7
@elidorio2,
One more time (this is what previously).
Put 32-bit all clinet files in SysWOW64
and
64-bit all client files in the System32.
Michal
One more time (this is what previously).
Put 32-bit all clinet files in SysWOW64
and
64-bit all client files in the System32.
Michal
Re: Zeos support Delphi XE7
Hello,
I managed to connect!
1) Downloaded on the website of PostgreSQL the dll x 86 PostgreSQL same version of my PostgreSQL.
2) Put the path of the dll x 86 on Windows's Path.
After it rebooted the Delphi XE7 and hooked it up in Pg normally.
Note: Was pending now, apply the Path for XE6 XE7 and in svn.
Thanks;
Edson
I managed to connect!
1) Downloaded on the website of PostgreSQL the dll x 86 PostgreSQL same version of my PostgreSQL.
2) Put the path of the dll x 86 on Windows's Path.
After it rebooted the Delphi XE7 and hooked it up in Pg normally.
Note: Was pending now, apply the Path for XE6 XE7 and in svn.
Thanks;
Edson