Jump to content

SciTE and Obfuscation (Is that even a word?)


 Share

Recommended Posts

When using the Obfuscator option "/striponly" or "/striponlyincludes" when compiling with AutoIt3Wrapper in SciTE, is there a way to keep it from stripping Global Enums from UDFs? I'm getting errors, such as

WARNING: $_IEStatus_Success: possibly used before declaration.
Link to comment
Share on other sites

In my experience Obfuscator does not strip Global variables form UDFs if they are used in your script. Do you have all your includes near the top of your script so that any global declarations appear before they are used?

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook

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

×
×
  • Create New...