Exit Posted August 9, 2013 Share Posted August 9, 2013 When compiling with 3.3.9.15, the following error occours: Msgbox title: Autoit Error Msgbox text: Line 7591 (File "C:Users.......autooper.exe"): Error: Unknown function name. With 3.3.8.1 no error occours. How to trac down, which function is missing ? It would be a great enhancement to display function-name and line-content in the message box. App: Au3toCmd UDF: _SingleScript() Link to comment Share on other sites More sharing options...
FireFox Posted August 9, 2013 Share Posted August 9, 2013 @ExitExecute your script in non compiled mode, you will have the missing function.Br, FireFox. Link to comment Share on other sites More sharing options...
Developers Jos Posted August 9, 2013 Developers Share Posted August 9, 2013 ..or simply use au3check when compiling code to avoid these kind of simple issues. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
FireFox Posted August 9, 2013 Share Posted August 9, 2013 That's what I meant by run in uncompiled mode. Link to comment Share on other sites More sharing options...
Recommended Posts