Nighmare is back.
My next error :
Windows XP : As far as I see, There is not any problem.
Windows 7 : 1) The error is that when I quit from my application (not QUIT command, normally RETURN command in main procedure), after 1-10 second windows says "IcraW.exe has stopped working"
2) Same error occurs when pressing quit button in errordialog if any error occurs.
Windows 10 : 1) There is not any error when exit from my application normally.
2) Same error occurs when pressing quit button in errordialog if any error occurs like w7.
Explanation error when pressing quit button in Error dialog (Errsysw)
First, I have not any change in Errsysw. I used to it with default usage. I have not linked from my mak file.
After this error, I have changed like below and add my mak file.
Code: Select all
if lRet == nil .or. ( !LWRunning() .and. lRet )
SET RESOURCES TO
ErrorLevel( 1 )
// Add these lines if using MDI child windows with dialogboxes
// for n = 1 to Len( GetAllWin() )
// if ValType( GetAllWin()[ n ] ) == "O"
// GetAllWin()[ n ]:UnLink()
// endif
// next
? "BEFORE QUIT"
QUIT // must be QUIT !!!
? "AFTER QUIT"
endif
When you read my previous link, thats why gave up MSVC 2015.