Robert Meek wrote:
>       There used to be a web site on which someone had published new
> packages for the higher Delphi versions since LockBox 2.07 was released as
> open Source.  I have been unable to track this down.  Does anyone know of
> it's still available, and/or how or what I can do to make it install in
> Delphi 2007?

The evidence on the SourceForge site for LockBox 
(sourceforge.net/projects/tplockbox/) is that it's not been 
updated recently enough to have explicit support for D2007.

The typical process we followed at TurboPower to update a product 
for a new version of Delphi was to take the product's version 
include file and add appropriate version defines for the new 
compiler; missing version defines is likely the cause of whatever 
issues you're seeing right now.

We'd then attempt to compile the project and plow through any 
issues that arose due to compiler changes; sometimes that was 
easy, sometimes there was some fiddly work involved.

If I had a copy of D2007, I'd be happy to try to update the 
product for you; but since I don't get it at work any more, and 
can't afford the compiler upgrade on my present salary, I'm kind 
of stuck with D7 for the occasional Delphi stuff I still do.

If you want to take a stab at it yourself, try making the 
compiler define changes and run the compiler. If you let me know 
what sort of error(s) you're seeing, I'll try to diagnose.

Sorry I couldn't be more help.

Stephen Posey
[EMAIL PROTECTED]



_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to