I have noticed that since the latest update to B3d, memory access violations are followed by "This program has performed an illegal operation", and other such more spectacular error messages.
For instance, I just got this due to an error in my program (I forgot to add brackets to a function declaration):
---------------------------
blitzcc.exe - Common Language Runtime Debugging Services
---------------------------
Application has generated an exception that could not be handled.
Process id=0x384 (900), Thread id=0x288 (648).
Click OK to terminate the application.
Click CANCEL to debug the application.
---------------------------
OK Cancel
---------------------------
When I hit cancel to debug, another window comes up saying it can't be debugged, etc.
Is anyone else getting this?
For instance, I just got this due to an error in my program (I forgot to add brackets to a function declaration):
---------------------------
blitzcc.exe - Common Language Runtime Debugging Services
---------------------------
Application has generated an exception that could not be handled.
Process id=0x384 (900), Thread id=0x288 (648).
Click OK to terminate the application.
Click CANCEL to debug the application.
---------------------------
OK Cancel
---------------------------
When I hit cancel to debug, another window comes up saying it can't be debugged, etc.
Is anyone else getting this?