Jump to content

Hide Au3Stripper Call() unsolvable Func messages.


 Share

Recommended Posts

Is it possible to hide "Found Call() statement using unsolvable Func" messages generated bu Au3Stripper?

I use Au3Stripper to strip unused variables and functions. I have been ignoring the above mentioned messages in the console when compiling, because I know they wont break my script. But I have on occasion missed valid error messages because the console has several of these "unresolvable Func" messages and I missed the new message.

The error messages are typically generated when Call() & DllCallbackRegister() are encountered.

I can stop the messages by placing "#Au3Stripper_Off" & "#Au3Stripper_On" before and after each offending function call,  This is fine for my own code, but several UDFs I use (eg SQLite.au3, Timers.au3, AutoitObject.au3) would need to be modified and I don't really want to do that.

#Au3Stripper_Off
Call($funcname)
#Au3Stripper_On

Is there an alternate solution that avoids editing the UDFs?

Thanks

Edited by Loz
.... GOTOs? We don't need no stinkin' GOTOs! ....
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...