Page 1 of 1

Reg Upgrade Zeos 6.0 to 6.6.1

Posted: 03.12.2007, 14:50
by varathasiva
Dear All,
I am using zeo's 6.0 component in my application.I want to upgrade to zeo's 6.6.1.I already delete old component from instal packages and i cann't instal zeo's 6.6.1 beta version.Pls help me.How to upgrade new zeo's component.Advacne thanks to all.
Kindly Regards
Siva

Posted: 03.12.2007, 16:02
by mdaems
Why can't you install?
What Compiler?

Typically the upgrade is like this:
- Uninstall old components
- Remove al Z***.bpl's, Z***.dcu's, ... from your system
- Compile all projects (core, parsesql, plain, dbc, components, componentdesign)
- Install ComponentDesign package.

Some compilers have no componentdesign package -> install components package

Last remark : use latest (TRUNK) snapshots from http://zeosdownloads.firmos.at/downloads/snapshots/

Mark

Posted: 04.01.2008, 14:14
by varathasiva
Dear Mark,
Thanks for ur reply.Sorry for delay reply.I am using delphi 7 complier.Still i cann't upgrade new zeo's lib component.Already uninstal the old components.Showing error like this
c:\program files\broland\delphi7\projects\Bpl\ZPlain.bpl cann't installed because it is not design time package.Please help me.How to solve this problem.Advance thanks to you.
Kindly Regards
Siva

Posted: 04.01.2008, 15:01
by mdaems
Hi,

You only have to install the ComponentDesign package. The other packages need only compilation as they indeed are no Design time packages (this was different in old versions).
So remove old bpl's, just build all projects and install the last one.

Mark

BTW. Don't forget to use the new 6.6.2-RC version now

Reg Cann't Run My Application

Posted: 07.01.2008, 11:59
by varathasiva
Hi,
Thanks for your reply.I already instaled ZEOSLIB_TRUNK_REV317 version.I cann't run my whole project.It showing error "This application has failed to start because comerr32.dll was not found.Re-instaling the application may fix the problem".Wht is the error.How to retify this error.Pls advice me.advance thanks to all.
Kindly Regards
Siva

Posted: 07.01.2008, 17:51
by mdaems
Check what application this DLL is from. It's not directly used by zeoslib, but may be used by your db client, ...

Mark