MSEgui compatibility [patch]

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
mse
Junior Boarder
Junior Boarder
Posts: 41
Joined: 17.07.2007, 06:30

MSEgui compatibility [patch]

Post 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
 

User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: MSEgui compatibility [patch]

Post by EgonHugeist »

Thanks again, Martin!

patch done R3285 \testing-7.2 (SVN)
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply