Encrypted Encoded Verification Failed
Keywords: Encrypted Encoded Verification Failed WBC CALL COMPILE
Question:
What does it mean when I get the "Encrypted/Encoded Verification Failed" error message in a compiled EXE file?Answer:
Generally, this message is telling you that you have not compiled a WBT script that the main EXE is Calling.Scripts that are called by the main executable must be compiled using the "Encode for Call's from EXE files" option. This option will compile the SOURCE.WBT into a SOURCE.WBC file. Your main program will then need to be changed to reflect the change of the name and then recompiled.
In short the steps are:
- Main EXE - Change the Call statement from source.wbt to source.wbc and recompile using the original option.
- Compile the Source.wbt using the "Encode for Call's from EXE files" option. The name will change to Source.wbc.
Article ID: W12787Filename: Encrypted Encoded Error.txt