Preprocessor Windows Error

techElder

Well-known member
Windows 7 PC
Editor 6.0.9.1

I knew better as I typed this #macro in, but decided to see what would happen. Didn't expect Windows to throw up!

This gives the preprocessor a Windows error.

Code:
[color=Navy]#macro [/color][color=Black]BufferClear
   [/color][color=Blue]gosub [/color][color=Black]BufferClear[/color]
[color=Navy]#endm[/color]

[color=Black]BufferClear[/color]

[color=Blue]end[/color]

[color=Black]BufferClear:
   [/color][color=Green]' do nothing here
   [/color][color=Blue]return[/color]
 

hippy

Technical Support
Staff member
I would guess it identifies the issue but is not failing with an error message which PE6 can recognise. PE6 then reports it as having stopped responding.

I'll file a report so the PE6 team can take a look at it.
 
Top