diff --git a/.gitignore b/.gitignore index de3e875..f537027 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __history +*.local +*.identcache diff --git a/Packages/12A/CPort.groupproj b/Packages/12A/CPort.groupproj new file mode 100644 index 0000000..fe4fec0 --- /dev/null +++ b/Packages/12A/CPort.groupproj @@ -0,0 +1,48 @@ + + + {31F87911-A9F2-4477-86C7-A5118F2A5B4E} + + + + + + + + + + + Default.Personality.12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Packages/12A/CPort_D.dpk b/Packages/12A/CPort_D.dpk new file mode 100644 index 0000000..0243bcd --- /dev/null +++ b/Packages/12A/CPort_D.dpk @@ -0,0 +1,42 @@ +package CPort_D; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'ComPort Library Delphi 12'} +{$LIBSUFFIX '290'} +{$DESIGNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + CPort_R, + designide; + +contains + CPortReg in '..\..\Source\CPortReg.pas', + CPortAbout in '..\..\Source\CPortAbout.pas' {AboutBox}; + +end. diff --git a/Packages/12A/CPort_D.dproj b/Packages/12A/CPort_D.dproj new file mode 100644 index 0000000..e542153 --- /dev/null +++ b/Packages/12A/CPort_D.dproj @@ -0,0 +1,176 @@ + + + {876B7A6C-A260-4BEE-986B-1503F19498BD} + CPort_D.dpk + True + Debug + Package + VCL + DCC32 + 20.1 + Win32 + 1 + CPort_D + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + 0 + true + true + ComPort Library Delphi XE + 00400000 + false + true + true + false + false + false + false + CPort_D + Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace) + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 1033 + vcl;CPort_R;$(DCC_UsePackage) + + + vcl;$(DCC_UsePackage) + + + System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= + + + RELEASE;$(DCC_Define) + false + 0 + + + DEBUG;$(DCC_Define) + false + true + + + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 290 + ComPort Library Delphi 12 + + + + MainSource + + + + + + +
AboutBox
+
+ + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + +
+ + + Delphi.Personality.12 + Package + + + + CPort_D.dpk + + + False + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + Embarcadero Mercurial Integration + Embarcadero Subversion Integration + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + False + False + + + 12 + + +
diff --git a/Packages/12A/CPort_R.dpk b/Packages/12A/CPort_R.dpk new file mode 100644 index 0000000..aeccc2f --- /dev/null +++ b/Packages/12A/CPort_R.dpk @@ -0,0 +1,44 @@ +package CPort_R; + +{$R *.res} +{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users} +{$ALIGN 8} +{$ASSERTIONS ON} +{$BOOLEVAL OFF} +{$DEBUGINFO OFF} +{$EXTENDEDSYNTAX ON} +{$IMPORTEDDATA ON} +{$IOCHECKS ON} +{$LOCALSYMBOLS ON} +{$LONGSTRINGS ON} +{$OPENSTRINGS ON} +{$OPTIMIZATION OFF} +{$OVERFLOWCHECKS OFF} +{$RANGECHECKS OFF} +{$REFERENCEINFO OFF} +{$SAFEDIVIDE OFF} +{$STACKFRAMES ON} +{$TYPEDADDRESS OFF} +{$VARSTRINGCHECKS ON} +{$WRITEABLECONST ON} +{$MINENUMSIZE 1} +{$IMAGEBASE $400000} +{$DEFINE DEBUG} +{$ENDIF IMPLICITBUILDING} +{$DESCRIPTION 'ComPort Library'} +{$LIBSUFFIX '290'} +{$RUNONLY} +{$IMPLICITBUILD OFF} + +requires + vcl, + rtl; + +contains + CPort in '..\..\Source\CPort.pas', + CPortSetup in '..\..\Source\CPortSetup.pas' {ComSetupFrm}, + CPortCtl in '..\..\Source\CPortCtl.pas', + CPortEsc in '..\..\Source\CPortEsc.pas', + CPortTrmSet in '..\..\Source\CPortTrmSet.pas' {ComTrmSetForm}; + +end. diff --git a/Packages/12A/CPort_R.dproj b/Packages/12A/CPort_R.dproj new file mode 100644 index 0000000..6ccd190 --- /dev/null +++ b/Packages/12A/CPort_R.dproj @@ -0,0 +1,178 @@ + + + {101F4010-CC8F-4031-B104-92CDFAC9A631} + CPort_R.dpk + True + Debug + Package + VCL + DCC32 + 20.1 + Win64x + 1048577 + CPort_R + + + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Base + true + + + true + Cfg_2 + true + true + + + true + Cfg_2 + true + true + + + true + 0 + true + 00400000 + ComPort Library + true + false + true + true + false + false + false + false + CPort_R + Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace) + true + 1033 + CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments= + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) + Debug + true + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 1033 + + + Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) + Debug + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= + + + RELEASE;$(DCC_Define) + false + 0 + + + DEBUG;$(DCC_Define) + false + true + + + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName) + 290 + + + CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= + 290 + + + + MainSource + + + + + +
ComSetupFrm
+
+ + + +
ComTrmSetForm
+
+ + Base + + + Cfg_1 + Base + + + Cfg_2 + Base + +
+ + + Delphi.Personality.12 + Package + + + + CPort_R.dpk + + + True + False + 1 + 0 + 0 + 0 + False + False + False + False + False + 1033 + 1252 + + + + + 1.0.0.0 + + + + + + 1.0.0.0 + + + + Embarcadero Subversion Integration + Microsoft Office 2000 Sample Automation Server Wrapper Components + Microsoft Office XP Sample Automation Server Wrapper Components + + + + True + False + True + + + 12 + + +
diff --git a/README.MD b/README.MD index fd56ce7..f95326e 100644 --- a/README.MD +++ b/README.MD @@ -14,7 +14,7 @@ The master branch is focused on Delphi and all CBuilder support has been removed ## Requirements -**Delphi:** 7, 2005, 2006, 2007, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, RS10, RS10.1, RS10.2, RS10.3 +**Delphi:** 7, 2005, 2006, 2007, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, RS10, RS10.1, RS10.2, RS10.3, RS12.1 ## Authors @@ -45,6 +45,7 @@ The master branch is focused on Delphi and all CBuilder support has been removed | Delphi RS 10.1 | .\Packages\101B\CPort_R.dpk | .\Packages\101B\CPort_D.dpk | should work | | Delphi RS 10.2 | .\Packages\102T\CPort_R.dpk | .\Packages\102T\CPort_D.dpk | tested | | Delphi RS 10.3 | .\Packages\103R\CPort_R.dpk | .\Packages\103R\CPort_D.dpk | should work | +| Delphi RS 12.1 | .\Packages\12A\CPort_R.dpk | .\Packages\12A\CPort_D.dpk | should work |