Yeah! The new MultiView compiled and linked correctly.
The two unknown symbols were unknown functions which were not errors.
After I examined the code for "cmdexport" I found nothing amiss. So then I
realized that it was a new version of the program but I forgot to delete the
junk files from the GEN directory. Then MultiView compiled correctly.
There are some small errors I still have to fix regarding the numbering of
the menu items in strings.h but that is just some minimal cleanup work.
My next task is to examine the DTConvert code to figure out why it's not
working correctly on my x86_64 test system. The user interface appears
and the Source and Destination buttons work but it refused to enumerate
the datatypes so the listview is completely empty. I still don't know why.
But it's getting interesting...