Re: [twsocket] Bomb

2011-04-29 Thread Anton S.
That Bomb trick causes some troubles like Code insight failure or something else - I don't remember exactly, but I experienced one. Actually it could be replaced by {$MESSAGE FATAL 'Wrong defines'} undestandable by new compilers, and old compilers would stop on it anyway. -- Anton -- To unsub

Re: [twsocket] Bomb

2011-04-29 Thread Arno Garrels
Anton S. wrote: > Actually it could be replaced by {$MESSAGE FATAL 'Wrong defines'} Agreed, the MESSAGE directive is supported since at least D7 and ICS already uses it at some places. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists

Re: [twsocket] Bomb

2011-04-29 Thread Francois PIETTE
OK. -- francois.pie...@overbyte.be http://www.overbyte.be - Original Message - From: "Arno Garrels" To: "ICS support mailing" Sent: Friday, April 29, 2011 7:53 PM Subject: Re: [twsocket] Bomb Anton S. wrote: Actually it could be replaced by {$MESSAGE FATAL 'Wrong defines'} Agre