diff --git a/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk b/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk index 01774d3..2a92061 100644 --- a/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk +++ b/internal/1.0 RC3/1/Delphi/PNG_D2007.dpk @@ -22,7 +22,7 @@ package PNG_D2007; {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} -{$DESCRIPTION 'PNG image runtime/designtime'} +{$DESCRIPTION 'PNG image runtime/designtime for Delphi 2007'} {$IMPLICITBUILD OFF} requires diff --git a/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj b/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj index 5281408..494b799 100644 --- a/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj +++ b/internal/1.0 RC3/1/Delphi/PNG_D2007.dproj @@ -1,4 +1,5 @@ - + + {353a7094-6f15-4ee6-80d0-9baadb9647c5} PNG_D2007.dpk @@ -31,7 +32,7 @@ Delphi.Personality Package -FalseTrueFalsePNG image runtime/designtimeFalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 +FalseTrueFalsePNG image runtime/designtime for Delphi 2007FalseFalseFalseTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 @@ -62,31 +63,14 @@ - - - - - - - - - - - - - - - ExpressBars by Developer Express Inc. - ExpressCommonLibrary by Developer Express Inc. - ExpressBars DBNavigator by Developer Express Inc. - ExpressBars extended DB items by Developer Express Inc. - ExpressBars extended items by Developer Express Inc. - ExpressDocking Library by Developer Express Inc. - ExpressLayout Control by Developer Express Inc. - ExpressNavBar by Developer Express Inc. - ExpressGDI+ Library by Developer Express Inc. - ExpressPrinting System by Developer Express Inc. - ExpressSideBar by Developer Express Inc. + VCL for the Web Design Package for CodeGear RAD Studio + CodeGear WebSnap Components + CodeGear SOAP Components + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + CodeGear C++Builder Internet Explorer 5 Components Package + CodeGear C++Builder Office 2000 Servers Package + CodeGear C++Builder Office XP Servers Package PNG_D2007.dpk diff --git a/internal/1.0 RC3/1/Delphi/PngComponentsD2007.dproj b/internal/1.0 RC3/1/Delphi/PngComponentsD2007.dproj index bcd1cfa..f48d27a 100644 --- a/internal/1.0 RC3/1/Delphi/PngComponentsD2007.dproj +++ b/internal/1.0 RC3/1/Delphi/PngComponentsD2007.dproj @@ -40,6 +40,39 @@ Package FalseTrueFalsePNG Components for Delphi 2007 (Runtime)FalseFalseTrueTrueFalse1000FalseFalseFalseFalseFalse308212521.0.0.01.0.0.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ExpressBars by Developer Express Inc. ExpressCommonLibrary by Developer Express Inc. ExpressBars DBNavigator by Developer Express Inc. diff --git a/internal/1.0 RC3/1/Delphi/PngComponentsD2007D.dproj b/internal/1.0 RC3/1/Delphi/PngComponentsD2007D.dproj index bea23ee..b97a21f 100644 --- a/internal/1.0 RC3/1/Delphi/PngComponentsD2007D.dproj +++ b/internal/1.0 RC3/1/Delphi/PngComponentsD2007D.dproj @@ -49,11 +49,14 @@ +
PngImageListEditorDlg
- + + + @@ -62,7 +65,6 @@ - diff --git a/internal/1.0 RC3/1/Include/Thany.inc b/internal/1.0 RC3/1/Include/Thany.inc index d810ed8..a797d37 100644 --- a/internal/1.0 RC3/1/Include/Thany.inc +++ b/internal/1.0 RC3/1/Include/Thany.inc @@ -9,6 +9,17 @@ Thany components do not support 16-bit Windows. {$ENDIF} +{$IFDEF VER185} + {$DEFINE THANY_COMPILER_11} + {$IFDEF BCB} + {$DEFINE THANY_CPPB} + {$DEFINE THANY_CPPB_11} + {$ELSE} + {$DEFINE THANY_DELPHI} + {$DEFINE THANY_DELPHI_11} + {$ENDIF} +{$ENDIF} + {$IFDEF VER180} {$DEFINE THANY_COMPILER_10} {$IFDEF BCB} @@ -20,7 +31,6 @@ {$ENDIF} {$ENDIF} - {$IFDEF VER170} {$DEFINE THANY_COMPILER_9} {$IFDEF BCB} @@ -167,6 +177,18 @@ {$DEFINE THANY_COMPILER_10_UP} {$ENDIF} +{$IFDEF THANY_COMPILER_11} + {$DEFINE THANY_COMPILER_2_UP} + {$DEFINE THANY_COMPILER_3_UP} + {$DEFINE THANY_COMPILER_4_UP} + {$DEFINE THANY_COMPILER_5_UP} + {$DEFINE THANY_COMPILER_6_UP} + {$DEFINE THANY_COMPILER_7_UP} + {$DEFINE THANY_COMPILER_9_UP} + {$DEFINE THANY_COMPILER_10_UP} + {$DEFINE THANY_COMPILER_11_UP} +{$ENDIF} + {$IFDEF THANY_DELPHI_2} {$DEFINE THANY_DELPHI_2_UP} {$ENDIF} @@ -227,6 +249,18 @@ {$DEFINE THANY_DELPHI_10_UP} {$ENDIF} +{$IFDEF THANY_DELPHI_11} + {$DEFINE THANY_DELPHI_2_UP} + {$DEFINE THANY_DELPHI_3_UP} + {$DEFINE THANY_DELPHI_4_UP} + {$DEFINE THANY_DELPHI_5_UP} + {$DEFINE THANY_DELPHI_6_UP} + {$DEFINE THANY_DELPHI_7_UP} + {$DEFINE THANY_DELPHI_9_UP} + {$DEFINE THANY_DELPHI_10_UP} + {$DEFINE THANY_DELPHI_11_UP} +{$ENDIF} + {$IFDEF THANY_CPPB_3} {$DEFINE THANY_CPPB_3_UP} {$ENDIF} @@ -266,6 +300,27 @@ {$DEFINE THANY_CPPB_9_UP} {$ENDIF} +{$IFDEF THANY_CPPB_10} + {$DEFINE THANY_CPPB_3_UP} + {$DEFINE THANY_CPPB_4_UP} + {$DEFINE THANY_CPPB_5_UP} + {$DEFINE THANY_CPPB_6_UP} + {$DEFINE THANY_CPPB_7_UP} + {$DEFINE THANY_CPPB_9_UP} + {$DEFINE THANY_CPPB_10_UP} +{$ENDIF} + +{$IFDEF THANY_CPPB_11} + {$DEFINE THANY_CPPB_3_UP} + {$DEFINE THANY_CPPB_4_UP} + {$DEFINE THANY_CPPB_5_UP} + {$DEFINE THANY_CPPB_6_UP} + {$DEFINE THANY_CPPB_7_UP} + {$DEFINE THANY_CPPB_9_UP} + {$DEFINE THANY_CPPB_10_UP} + {$DEFINE THANY_CPPB_11_UP} +{$ENDIF} + {$IFDEF THANY_CPPB_3_UP} // C++Builder requires this if you use Delphi components in run-time packages. {$ObjExportAll On} @@ -274,3 +329,4 @@ {$IFDEF THANY_COMPILER_7_UP} {$DEFINE ThemeSupport} {$ENDIF} + diff --git a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.bpl b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.bpl index 196bd2a..734a399 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.bpl and b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcp b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcp index 4f0b2cd..b0fce46 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcp and b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcu b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcu index 88220a4..6c3c75d 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcu and b/internal/1.0 RC3/1/Lib/D2007/PNG_D2007.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngBitBtn.dcu b/internal/1.0 RC3/1/Lib/D2007/PngBitBtn.dcu index 3062282..b13c8ec 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngBitBtn.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngBitBtn.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngButtonFunctions.dcu b/internal/1.0 RC3/1/Lib/D2007/PngButtonFunctions.dcu index 5fbe47d..3378c57 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngButtonFunctions.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngButtonFunctions.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngCheckListBox.dcu b/internal/1.0 RC3/1/Lib/D2007/PngCheckListBox.dcu index 71b6ada..6cfae7a 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngCheckListBox.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngCheckListBox.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentEditors.dcu b/internal/1.0 RC3/1/Lib/D2007/PngComponentEditors.dcu index d816688..b7b42f7 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentEditors.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngComponentEditors.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.bpl b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.bpl index cc95aa5..c6c0535 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.bpl and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcp b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcp index 72a7ef9..ebc86dc 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcp and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcu b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcu index 7d322bd..15ade75 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.bpl b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.bpl index 8a7db77..9aa2d66 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.bpl and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.bpl differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcp b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcp index 00d75f0..9691a56 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcp and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcp differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcu b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcu index a641beb..33df418 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsD2007D.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngComponentsRegister.dcu b/internal/1.0 RC3/1/Lib/D2007/PngComponentsRegister.dcu index 66531cf..1374ad1 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngComponentsRegister.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngComponentsRegister.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngFunctions.dcu b/internal/1.0 RC3/1/Lib/D2007/PngFunctions.dcu index 0807f6e..d79c0b3 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngFunctions.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngFunctions.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngImageList.dcu b/internal/1.0 RC3/1/Lib/D2007/PngImageList.dcu index 472834d..0d56ec4 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngImageList.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngImageList.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngImageListEditor.dcu b/internal/1.0 RC3/1/Lib/D2007/PngImageListEditor.dcu index 35b3d81..917013e 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngImageListEditor.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngImageListEditor.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/PngSpeedButton.dcu b/internal/1.0 RC3/1/Lib/D2007/PngSpeedButton.dcu index cdd69b9..a94333d 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/PngSpeedButton.dcu and b/internal/1.0 RC3/1/Lib/D2007/PngSpeedButton.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/pngimage.dcu b/internal/1.0 RC3/1/Lib/D2007/pngimage.dcu index 4a982dc..2dd6ea0 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/pngimage.dcu and b/internal/1.0 RC3/1/Lib/D2007/pngimage.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/pnglang.dcu b/internal/1.0 RC3/1/Lib/D2007/pnglang.dcu index ec24c49..192a63a 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/pnglang.dcu and b/internal/1.0 RC3/1/Lib/D2007/pnglang.dcu differ diff --git a/internal/1.0 RC3/1/Lib/D2007/pngzlib.dcu b/internal/1.0 RC3/1/Lib/D2007/pngzlib.dcu index 7276a1b..e5a28d5 100644 Binary files a/internal/1.0 RC3/1/Lib/D2007/pngzlib.dcu and b/internal/1.0 RC3/1/Lib/D2007/pngzlib.dcu differ diff --git a/internal/1.0 RC3/1/Source/PngFunctions.dcu b/internal/1.0 RC3/1/Source/PngFunctions.dcu deleted file mode 100644 index 3ea5425..0000000 Binary files a/internal/1.0 RC3/1/Source/PngFunctions.dcu and /dev/null differ diff --git a/internal/1.0 RC3/1/Source/PngImage.dcu b/internal/1.0 RC3/1/Source/PngImage.dcu deleted file mode 100644 index 27696fc..0000000 Binary files a/internal/1.0 RC3/1/Source/PngImage.dcu and /dev/null differ diff --git a/internal/1.0 RC3/1/Source/PngImageList.dcu b/internal/1.0 RC3/1/Source/PngImageList.dcu deleted file mode 100644 index cbe4a6b..0000000 Binary files a/internal/1.0 RC3/1/Source/PngImageList.dcu and /dev/null differ diff --git a/internal/1.0 RC3/1/Source/pnglang.dcu b/internal/1.0 RC3/1/Source/pnglang.dcu deleted file mode 100644 index 28815b4..0000000 Binary files a/internal/1.0 RC3/1/Source/pnglang.dcu and /dev/null differ diff --git a/internal/1.0 RC3/1/Source/pngzlib.dcu b/internal/1.0 RC3/1/Source/pngzlib.dcu deleted file mode 100644 index 542c7d9..0000000 Binary files a/internal/1.0 RC3/1/Source/pngzlib.dcu and /dev/null differ