| View previous topic :: View next topic |
| Author |
Message |
Bob D Guest
|
Posted: Mon Sep 11, 2006 6:19 am Post subject: pngcomponents on bds2006 |
|
|
I cant install PngComponents on BDS2006.
Any idea or workaround?
Thanks |
|
| Back to top |
|
 |
Bernaert Dominique Guest
|
Posted: Mon Sep 11, 2006 8:12 am Post subject: Re: pngcomponents on bds2006 |
|
|
Download the latest version from http://pngdelphi.sourceforge.net/
In the ide, open the Delphi User package that you kan find in the lib
directory of BDS 2006.
Add the pngimage.pas to the library, compile and install.
This shoud add png support to the timage component.
Dominique.
Bob D wrote:
| Quote: | I cant install PngComponents on BDS2006.
Any idea or workaround?
Thanks
|
|
|
| Back to top |
|
 |
Uwe Raabe Guest
|
Posted: Tue Sep 12, 2006 8:12 am Post subject: Re: pngcomponents on bds2006 |
|
|
Bob D schrieb:
| Quote: | I cant install PngComponents on BDS2006.
Any idea or workaround?
|
Works perfect in my environment. What are your specific problems?
Best regards
Uwe Raabe |
|
| Back to top |
|
 |
Peter S. Guest
|
Posted: Tue Sep 12, 2006 8:12 am Post subject: Re: pngcomponents on bds2006 |
|
|
Hello Uwe,
This means that it will play in Turbo Delphi too, is that right?
Regards
? "Uwe Raabe" <ur (AT) nospam (DOT) org> ?????? ??? ??????
news:45065699$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Bob D schrieb:
I cant install PngComponents on BDS2006.
Any idea or workaround?
Works perfect in my environment. What are your specific problems?
Best regards
Uwe Raabe |
|
|
| Back to top |
|
 |
Uwe Raabe Guest
|
Posted: Wed Sep 13, 2006 8:12 am Post subject: Re: pngcomponents on bds2006 |
|
|
Bob D schrieb:
| Quote: | cant find any reference for:
TDesignerSelectionList
during compile on unit PngComponentEditors. any idea?
|
try to add these lines to the file Thany.inc
{$IFDEF VER180}
{$DEFINE THANY_COMPILER_10}
{$IFDEF BCB}
{$DEFINE THANY_CPPB}
{$DEFINE THANY_CPPB_10}
{$ELSE}
{$DEFINE THANY_DELPHI}
{$DEFINE THANY_DELPHI_10}
{$ENDIF}
{$ENDIF}
| Quote: | Also during installation there is no choice for Delphi 2006.
Only up to 2005.
|
Yes, it is not released for BDS2006 yet, but you can install it manually.
Best regards
Uwe Raabe |
|
| Back to top |
|
 |
|