Skip to content

Commit

Permalink
cloud framework base 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PassByYou888 committed Sep 5, 2021
1 parent 1423d7b commit a371fbf
Show file tree
Hide file tree
Showing 200 changed files with 17,158 additions and 1,407 deletions.
4 changes: 2 additions & 2 deletions Examples/1.HelloWorld/EzCli/EzCliFrm.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
unit EzCliFrm;


interface

uses
Expand Down Expand Up @@ -58,6 +57,7 @@ procedure TEZClientForm.FormCreate(Sender: TObject);
begin
AddDoStatusHook(self, DoStatusNear);
client := TCommunicationFramework_Client_CrossSocket.Create;
// client := TCommunicationFramework_Client_ICS.Create;
end;

procedure TEZClientForm.FormDestroy(Sender: TObject);
Expand Down Expand Up @@ -200,6 +200,7 @@ procedure TEZClientForm.sendMiniStreamButtonClick(Sender: TObject);

procedure TEZClientForm.Timer1Timer(Sender: TObject);
begin
CheckThreadSync;
client.Progress;
end;

Expand All @@ -226,4 +227,3 @@ procedure TEZClientForm.ConnectButtonClick(Sender: TObject);
end;

end.

2 changes: 1 addition & 1 deletion Examples/1.HelloWorld/EzCli/EzClient.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>EzClient.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down
2 changes: 1 addition & 1 deletion Examples/1.HelloWorld/EzSer/EzServer.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>EzServer.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down
16 changes: 8 additions & 8 deletions Examples/1.HelloWorld/FMXCli/FMXClient.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>FMX</FrameworkType>
<MainSource>FMXClient.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>37915</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down Expand Up @@ -575,14 +575,15 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="iOSSimulator\Debug\FMXClient" Configuration="Debug" Class="ProjectOutput">
<Platform Name="iOSSimulator">
<RemoteName>FMXClient</RemoteName>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Release" Class="iPhone_Launch1242">
<Platform Name="iOSDevice64">
<RemoteName>[email protected]</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png" Configuration="Debug" Class="iPhone_AppIcon87">
<DeployFile LocalName="iOSSimulator\Debug\FMXClient" Configuration="Debug" Class="ProjectOutput">
<Platform Name="iOSSimulator">
<RemoteName>FMXClient</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down Expand Up @@ -635,9 +636,8 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Release" Class="iPhone_Launch1242">
<Platform Name="iOSDevice64">
<RemoteName>[email protected]</RemoteName>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_87x87.png" Configuration="Debug" Class="iPhone_AppIcon87">
<Platform Name="iOSSimulator">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down
2 changes: 1 addition & 1 deletion Examples/10.ZDBServiceTest/ZDBClient/ZDBClientDemo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>ZDBClientDemo.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down
2 changes: 1 addition & 1 deletion Examples/10.ZDBServiceTest/ZDBService/ZDBServiceDemo.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>ZDBServiceDemo.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>FMX</FrameworkType>
<MainSource>FMXBatchDataClient.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>37915</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down Expand Up @@ -378,7 +378,7 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png" Configuration="Release" Class="iPhone_AppIcon60">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png" Configuration="Release" Class="iPad_AppIcon144">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
Expand All @@ -393,9 +393,9 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="Win32\Debug\FMXBatchDataClient.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>FMXBatchDataClient.exe</RemoteName>
<DeployFile LocalName="iOSDevice64\Release\FMXBatchDataClient.dSYM" Configuration="Release" Class="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice64">
<RemoteName>FMXBatchDataClient</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down Expand Up @@ -437,6 +437,11 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png" Configuration="Release" Class="iPad_SpotLight40">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="iOSDevice64\Release\FMXBatchDataClient.info.plist" Configuration="Release" Class="ProjectiOSInfoPList">
<Platform Name="iOSDevice64">
<RemoteName>Info.plist</RemoteName>
Expand All @@ -454,28 +459,23 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
<Platform Name="iOSSimulator">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png" Configuration="Release" Class="iPad_SpotLight50">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png" Configuration="Release" Class="iPad_Launch1536">
<Platform Name="iOSDevice64">
<RemoteName>[email protected]</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_40x40.png" Configuration="Release" Class="iPad_SpotLight40">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png" Configuration="Release" Class="iPhone_Spotlight80">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_LaunchImagePortrait_1536x2008.png" Configuration="Release" Class="iPad_Launch1536">
<Platform Name="iOSDevice64">
<RemoteName>[email protected]</RemoteName>
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule">
<Platform Name="iOSSimulator">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_SpotlightSearchIcon_80x80.png" Configuration="Release" Class="iPhone_Spotlight80">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_SpotlightSearchIcon_50x50.png" Configuration="Release" Class="iPad_SpotLight50">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
Expand All @@ -502,6 +502,11 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
<Platform Name="iOSSimulator">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
<Platform Name="iOSSimulator">
<Overwrite>true</Overwrite>
Expand Down Expand Up @@ -595,30 +600,25 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png" Configuration="Release" Class="iPad_AppIcon72">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_LaunchImage_1242x2208.png" Configuration="Release" Class="iPhone_Launch1242">
<Platform Name="iOSDevice64">
<RemoteName>[email protected]</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
<Platform Name="iOSSimulator">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_72x72.png" Configuration="Release" Class="iPad_AppIcon72">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPad\FM_ApplicationIcon_144x144.png" Configuration="Release" Class="iPad_AppIcon144">
<DeployFile LocalName="$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_60x60.png" Configuration="Release" Class="iPhone_AppIcon60">
<Platform Name="iOSDevice64">
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="iOSDevice64\Release\FMXBatchDataClient.dSYM" Configuration="Release" Class="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice64">
<RemoteName>FMXBatchDataClient</RemoteName>
<DeployFile LocalName="Win32\Debug\FMXBatchDataClient.exe" Configuration="Debug" Class="ProjectOutput">
<Platform Name="Win32">
<RemoteName>FMXBatchDataClient.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>VCL</FrameworkType>
<MainSource>ZDBBatchDataService.dpr</MainSource>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType>
Expand Down
Loading

0 comments on commit a371fbf

Please sign in to comment.