RAD XE10.1 upd1
Open a dummy project and add a new CPP file.
Put this code in the .CPP file:
typedef struct xx1
{
unsigned long a;
unsigned long b;
} xx1;
#if defined( _WIN64) && !defn
int fn1()
{
}
#endif
Now go to the #if defined(_WIIN64) line, put the cursor to the end of the line, delete the "n" character with <Backspace> and enter "ni".
Now the editor stalls for >60 seconds!!
[
Last edited by WWebber at 2016-10-4 20:33 ]