Page 1 of 1

MSEgui compatibility [patch]

Posted: 05.09.2014, 11:18
by mse
Here another MSEgui compatibility patch for testing-7.2.

Code: Select all

diff --git a/src/component/ZSqlMetadata.pas b/src/component/ZSqlMetadata.pas
index 81295c9..956df54 100644
--- a/src/component/ZSqlMetadata.pas
+++ b/src/component/ZSqlMetadata.pas
@@ -56,7 +56,8 @@ interface
 {$I ZComponent.inc}
 
 uses
-  SysUtils, Classes, ZDbcIntfs, ZAbstractRODataset;
+  SysUtils, Classes, {$IFDEF MSEgui}mclasses,{$ENDIF}
+  ZDbcIntfs, ZAbstractRODataset;
 
 type
 


Re: MSEgui compatibility [patch]

Posted: 07.09.2014, 10:46
by EgonHugeist
Thanks again, Martin!

patch done R3285 \testing-7.2 (SVN)