/dev/null Posted July 9, 2007 Posted July 9, 2007 I don't think you understand. d'accord. The error message is always referring to a variable or custom function. For example. If you compile that script. But take out the include. It will give you an error because it cannot find the function. However, I have resolved it by including all files in the main .au3 file. it would give me that error for each function/variable that was included in the include... C:\Script Tests\MsgBox\main.au3 (5) : ==> Unknown function name.: _IncludeMessageBox() ^ ERROR well, it's good you solved the problem. To fully understand if this is a bug or a problem with you script, we would need the whole script source. __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
ChrisL Posted July 9, 2007 Posted July 9, 2007 (edited) Found out the problem. I had a main script. Main.au3In that script I had an #include file...which was a list of all my functions.Functions.au3In that script I had an #include file...which handled all my logging.Log_Functions.au3All the errors were coming from the Log_functions.au3. To resolve the problem. I had to change the #include from the functions.au3 file to the main.au3 file.Is there a problem including an include?The structure of the includes looks like thisMain.au3 Functions.au3 Log_Functions.au3Do you get me?It works fine for me with 3 includes which point to a function in include 3 Edited July 9, 2007 by ChrisL [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now