Problem with zeos instalation and delphi xe2
Problem with zeos instalation and delphi xe2
I try to install zeos packets into my delphi xe2 :
- add into library path:
- src/components
- src/core
- src/dbc
- src/parsesql
- src/plain
- packages/delphixe2/build
- Compile the project without errors.
- Install without errors.
- and show me "Package ZcomponentDesing160.bpl has been installed
But not register any component.
Try to add
ZComponentReg in '..\..\src\component\ZComponentReg.pas';
in zcomponent, but when i compile have errors with
toolsapi, dockform and diferents units.
i read the manual of instalations and i don´t now what is the problem.
- add into library path:
- src/components
- src/core
- src/dbc
- src/parsesql
- src/plain
- packages/delphixe2/build
- Compile the project without errors.
- Install without errors.
- and show me "Package ZcomponentDesing160.bpl has been installed
But not register any component.
Try to add
ZComponentReg in '..\..\src\component\ZComponentReg.pas';
in zcomponent, but when i compile have errors with
toolsapi, dockform and diferents units.
i read the manual of instalations and i don´t now what is the problem.
OK, my solution :
= desinstall all ZEOS if installed,
= delete the z*.bpl
= take ALL the last SVN branche http://svn.code.sf.net/p/zeoslib/code-0 ... .0-patches and put it in a \zeos\ directory.
In the XE2 IDE :
= check the library path
= open \zeos\packages\DelphiXE2\ZeosDbo.groupproj
= in the 'project Menu' build it (with compile all)
= (optionnal) check if all the bpl are created.
= in the 'project Menu' install ZComponentDesign.bpl (right click + install).
You must have a message indicate that all the components (with the name) are installed...
Then you may try a sample like : zeos\examples\simple\ZSimple.dpr
You have an error on line 173 UpdateSQL.Refresh_OLD_ID_SEQ:=true;
Comment the line and compile..it works !
= desinstall all ZEOS if installed,
= delete the z*.bpl
= take ALL the last SVN branche http://svn.code.sf.net/p/zeoslib/code-0 ... .0-patches and put it in a \zeos\ directory.
In the XE2 IDE :
= check the library path
= open \zeos\packages\DelphiXE2\ZeosDbo.groupproj
= in the 'project Menu' build it (with compile all)
= (optionnal) check if all the bpl are created.
= in the 'project Menu' install ZComponentDesign.bpl (right click + install).
You must have a message indicate that all the components (with the name) are installed...
Then you may try a sample like : zeos\examples\simple\ZSimple.dpr
You have an error on line 173 UpdateSQL.Refresh_OLD_ID_SEQ:=true;
Comment the line and compile..it works !
Re: Problem with zeos instalation and delphi xe2
Any ideas? I have the same problem.rmbenitez wrote: - and show me "Package ZcomponentDesing160.bpl has been installed
But not register any component.
Tried from svn too.
Re: Problem with zeos instalation and delphi xe2
While compiling ZComponentDesign.dprojshonat wrote:Any ideas? I have the same problem.rmbenitez wrote: - and show me "Package ZcomponentDesing160.bpl has been installed
But not register any component.
Tried from svn too.
"The following changes must be made before this package can be compiled"
"Remove ZPropertyEditor, ZUpdateSqlEditor, ZComponentReg."
appears
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Hello Shonat,
I can only advise you to check and clean up the library path, check and possibly remove the installed packages, remove all Z*.bpl, Z*.dcu and Z*.dcp files from your system. Afterwards try to compile and install the packages again - without any modifications. The Packages installed cleanly on my Delphi XE2...
Best regards,
Jan
I can only advise you to check and clean up the library path, check and possibly remove the installed packages, remove all Z*.bpl, Z*.dcu and Z*.dcp files from your system. Afterwards try to compile and install the packages again - without any modifications. The Packages installed cleanly on my Delphi XE2...
Best regards,
Jan
Finally !marsupilami wrote:Hello Shonat,
I can only advise you to check and clean up the library path, check and possibly remove the installed packages, remove all Z*.bpl, Z*.dcu and Z*.dcp files from your system. Afterwards try to compile and install the packages again - without any modifications. The Packages installed cleanly on my Delphi XE2...
Best regards,
Jan
It works, thanks a lot.
Looks like I had previous packages not completely uninstalled.