Please enable JavaScript to view this site.

DigiView Plug-in Guide

Navigation: Development Tips

Future Compatibility

Scroll Prev Top Next More

To make your plug-in as compatible as possible with future framework releases, you should:

Return empty strings for any GetStrList call you do not understand.

Fully decode the ID and SUBID in SetCfgItem and SetInitItem calls.

Do not modify the CppCmdParser.cpp file