Reynard 0 Posted June 5, 2009 Report Share Posted June 5, 2009 This code const char myarray[] = {1,2,3,4,*5,6,7,8,9,0}; generates an "access violation error ... Program terminated" message to be displayed. The build window shows the correct results and the program continues. I expect these types of exception errors to be handled correctly and not displayed on screen. Cheers Reynard Quote Link to post Share on other sites
Pavel 0 Posted June 6, 2009 Report Share Posted June 6, 2009 Fixed. Fix will be available in the next release. Thanks for reporting. Regards, Pavel Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.