Page 1 of 2

Zeos support Delphi XE7

Posted: 07.09.2014, 03:11
by elidorio2
Hello Guys,

Has anyone added support to Zeos in Delphi XE7?

Thank you

Edson

Re: Zeos support Delphi XE7

Posted: 07.09.2014, 09:36
by miab3
You can use this information:
http://zeoslib.sourceforge.net/viewtopi ... 132#p34132

Michal

Re: Zeos support Delphi XE7

Posted: 07.09.2014, 16:46
by elidorio2
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

Re: Zeos support Delphi XE7

Posted: 08.09.2014, 16:07
by miab3
@elidorio2,

Take a look here:
http://zeoslib.sourceforge.net/viewtopi ... 288#p34288

Michal

Re: Zeos support Delphi XE7

Posted: 08.09.2014, 19:27
by elidorio2
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

Re: Zeos support Delphi XE7

Posted: 08.09.2014, 19:44
by EgonHugeist
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..

Re: Zeos support Delphi XE7

Posted: 08.09.2014, 21:23
by elidorio2
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

Re: Zeos support Delphi XE7

Posted: 08.09.2014, 23:10
by miab3
@elidorio2,

And where you have a client PostgreSQL and what files consist?

Michal

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 01:39
by elidorio2
Add the folder: bin of Postgresql on Windows's Path.

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 09:14
by miab3
@elidorio2,

Maybe mistaken 32 and 64 bit client?

Michal

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 11:47
by elidorio2
Client 64 Bit.

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 13:30
by miab3
@elidorio2,

Delphi IDE is 32-bit !!!
Put to the test clents accordance with the System32(64) and SysWOW64(32).

Michal

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 15:38
by elidorio2
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

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 15:51
by miab3
@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

Re: Zeos support Delphi XE7

Posted: 09.09.2014, 18:27
by elidorio2
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