dle Posted February 24, 2016 Share Posted February 24, 2016 When I close a DF application, Window always gives me a warning that "DAQFactory.exe has stopped working". This is not a big deal but so annoying. The computer that I use to develop the application won't show that error message when DF is closed. However, the station computer that run the application does. How to fix this error? Link to comment Share on other sites More sharing options...
AzeoTech Posted February 24, 2016 Share Posted February 24, 2016 If its really annoying, consider turning off DEP on that computer for DAQFactory. Do a search for "StackHash_0a9e" Also, consider manually shutting things down, i.e. stop all sequences, logging etc, do file.closeAll(), db.close() etc. before the system actually quits. Use the system.hideSystemMenu() or run in full screen to keep people from closing the app using the normal Windows titlebar and add your own button that does all the shutdown steps and finally calls system.quit(). Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.