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

Dialog Editor version 6.X
plus
plus

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

Error 3220 Dialog Format Version Not Supported


Question:

I'm recieving error 3220 Dialog Format Version Not Supported after trying to run my script.

Do I need to upgrade something because of compatability issue?

Answer:

Error 3220 'Dialog: Format version not supported' is an error you receive if you are running an older version of WinBatch that doesn't support the newer 6.1 dialogs.

I'm going to guess that either:

You have a newer version of WB+Compiler and you're compiling an older program you just made a change to. If so, you need to open the program in WB Studio, highlight the Dialog code (down through the buttonpushed), and copy it to the clipboard. In WB Studio, click on the hammer with "1" under it to open the Dialog Editor then click on "Edit" then "Open from clipboard". This will import your code and convert it to a 6.1 dialog. Click on "Edit" then "Save to clipboard" and then paste it back into your program, replacing the original code. You may need to do some additional checking to make sure everything is Ok.

OR

You're using some newer sample code and you have an older version of WB. Your best bet is to upgrade if you can. Otherwise you'll need to figure out how to downgrade to a 5.0 dialog.

In either case you have a mismatch between the dialog code and your WB version.


Article ID:   W16409
File Created: 2005:02:18:12:20:26
Last Updated: 2005:02:18:12:20:26