WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Compiler
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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:

  1. Main EXE - Change the Call statement from source.wbt to source.wbc and recompile using the original option.
  2. Compile the Source.wbt using the "Encode for Call's from EXE files" option. The name will change to Source.wbc.


Article ID:   W12787
Filename:   Encrypted Encoded Error.txt
File Created: 1999:04:15:16:49:38
Last Updated: 1999:04:15:16:49:38