Skip to content

Commit

Permalink
Remove unuse unit: Data.DBXDynalinkNative
Browse files Browse the repository at this point in the history
  • Loading branch information
ccy committed Apr 16, 2023
1 parent 2640964 commit 165582a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project/dbx4fb.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
<DCC_BplOutput>.\$(Platform)\$(Config)</DCC_BplOutput>
<DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
<VerInfo_MinorVer>1</VerInfo_MinorVer>
<VerInfo_Build>61</VerInfo_Build>
<VerInfo_Build>62</VerInfo_Build>
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
<VerInfo_MajorVer>4</VerInfo_MajorVer>
<VerInfo_Release>2022</VerInfo_Release>
<VerInfo_Release>2023</VerInfo_Release>
<VerInfo_DLL>true</VerInfo_DLL>
<SanitizedProjectName>dbx4fb</SanitizedProjectName>
<Manifest_File>None</Manifest_File>
<VerInfo_Keys>CompanyName=E Stream Software Sdn Bhd;FileDescription=E Stream Software Sdn Bhd;FileVersion=4.1.2022.61;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=DBExpress 4 for Firebird;ProductVersion=4.1;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=E Stream Software Sdn Bhd;FileDescription=E Stream Software Sdn Bhd;FileVersion=4.1.2023.62;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=DBExpress 4 for Firebird;ProductVersion=4.1;Comments=</VerInfo_Keys>
<VerInfo_Locale>1033</VerInfo_Locale>
<GenDll>true</GenDll>
<DCC_UnitSearchPath>..\delphi-firebird-api\source;..\delphi-int128;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
Expand Down
Binary file modified project/dbx4fb.res
Binary file not shown.
4 changes: 2 additions & 2 deletions source/testcase/vcl.dbx.testcase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ interface

uses
System.Classes, System.SysUtils, System.Variants, Data.DB, Data.DBXCommon,
Data.DBXDynalinkNative, Data.FMTBcd, Data.SqlExpr, Datasnap.DBClient,
Datasnap.Provider, TestExtensions, TestFramework;
Data.FMTBcd, Data.SqlExpr, Datasnap.DBClient, Datasnap.Provider, TestExtensions,
TestFramework;

type{$M+}
ITestData = interface(IInterface)
Expand Down

0 comments on commit 165582a

Please sign in to comment.