Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Encode for Call's from EXE files

Keywords:        encode call wbt exe compile compiler encrypt 

Encode for Call's from EXE files

This option creates an encoded WBC file. You need to use this option when you are Calling secondary WBTs files from a main WBT, and now want to compile all the files for distribution.

All the "Call"ed WBT files must be compiled with the "Encode for Calls from EXEs" option in the Compiler. WBT files compiled with this option will end up with the *.WBC file extension. A compiled EXE file is needed to access and run the encoded file, so now go back into your original main WBT file, change the Called WBT file names to *.WBC file name extensions, and recompile the main WBT as either a large standalone or small EXE.

If your code has a Call to another WBT file, the called WBT *must* be compiled with this option. Otherwise, when you run your EXE, you will get an "Encrypted/Encoded Verification Failed" Error.

Encoded WBT files provide the following:

Note: When you compile your file, your Target filename will need a different name from the original filename. You cannot compile a file to its own name without corrupting the file.
Article ID:   W12785
Filename:   Encode for Calls from EXE files.txt