[fpc-pascal] fpc without short boolean evaluation

2008-10-23 Thread [EMAIL PROTECTED]
Hello, it is possible, to switch off the short boolean evaluation? Normally follow code is possible: ... i:=0; if (i>=0) or (10/i > 1) then {do something}; ... For my academic studies I must switch off this short boolean evaluation, because I need a pascal compiler with full boolean eva

Re: [fpc-pascal] fpc without short boolean evaluation

2008-10-23 Thread Jonas Maebe
On 23 Oct 2008, at 15:38, [EMAIL PROTECTED] wrote: it is possible, to switch off the short boolean evaluation? Yes, using {$b+} Jonas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pasc

Re: [fpc-pascal] Delphi / FPC and UTF8 BOM

2008-10-23 Thread Zaher Dirkey
1 - I understand the mixed as Unit1 have class A with string variables/functions (but it will compiled as AnsiString) Unit2 have class B inherited from the A but this unit2 but now passing directive to compile it with the strings as WideString, it must not compiled correct? (bad english) 2 - What