Removing requestlive property after upgrading

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
piratacs
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 17.04.2006, 17:25

Removing requestlive property after upgrading

Post by piratacs »

I know from what I have read that the property Requestlive is deprecated... but I cannot run my applications on Delphi 2006 with zeos 6.5.1alpha 13-10-2005, I get the error and dont know how to get rid of it.

Anyone with the same problem ?

Thanks.
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post by gto »

This is a new project or something that was created using other zeos version?

If it's not new, try to look for RequestLive property into .dfm files, and remove the lines with it.

If It's new, packages from old zeos versions (other delphi version or previous installation) may be around. You need to remove the actual zeos, search for the old files (which can be any ext, but most will be .dcu and .bpl), using the paths of Tools/Environment Options, remove and them install again the latest version. That's called a "clean up" before install a new version, and should be done ever.
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
piratacs
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 17.04.2006, 17:25

Post by piratacs »

Will try to remove all previous versions and do a clean install... Will keep posted. Thanks.
piratacs
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 17.04.2006, 17:25

Post by piratacs »

Deleting the values from the .dfm files fixed the problem. Thanks.
Post Reply