Re: [twsocket] Patch to include RTL namespaces support

2014-11-08 Thread Angus Robertson - Magenta Systems Ltd
> I created a patch to add namespaces to RTL units. Thanks, patch applied successfully to my local SVN, now need to test with a few compilers and make sure all FMX and Windows packages can be rebuilt, will take a few days. Angus -- To unsubscribe or change your settings for TWSocket mailing li

[twsocket] Patch to include RTL namespaces support

2014-11-07 Thread Eugene Kotlyarov
Hi I created a patch to add namespaces to RTL units. What it does is adds new conditional define to OverbyteIcsDefs.inc {$IFDEF DELPHI16_UP} {$DEFINE RTL_NAMESPACES} {$ENDIF} And in other units changes uses clause like this {$IFDEF RTL_NAMESPACES}System.Classes{$ELSE}Classes{$ENDIF} Patchfil