Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread DBISAM and TPNGImage compile conflict
Wed, Jun 13 2007 2:04 PMPermanent Link

Bryan
Hello,

I'm using DBISAM 4.25.  All is working well until today.

I've added PNG graphic support to my app and now it will not compile becuase DBISAM uses zlibpas and so does TPNGImage.
The compile error is:  Unit dbisamen was compiled with a different version of zlibpas.DeAllocMem.

How do I corrrect this problem?
I do not have the DBISAM source, just the dcu version.

Thanks!
Bryan
Wed, Jun 13 2007 4:12 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bryan,

<< I'm using DBISAM 4.25.  All is working well until today.

I've added PNG graphic support to my app and now it will not compile
becuase DBISAM uses zlibpas and so does TPNGImage. The compile error is:
Unit dbisamen was compiled with a different version of zlibpas.DeAllocMem.

How do I corrrect this problem?
I do not have the DBISAM source, just the dcu version. >>

You have to modify one or the other products and rename the unit to
something different, making sure to update the referencing units so that
they refer to the renamed unit.

You could also try having one use the other's zlibpas unit, but that could
cause issues.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image