Hi,
Working on migrating an application from interpreted MDL (written in MicrostationJ and ported to V8i SS3).
I'm slogging through the code to get a clean compile and am having problems figuring out how to handle the string list messaging that was being used by the old MDL and what I need to do for CONNECT edition.
The sticking point is mdlResource_loadFromStringList. I've seen several references in the Migration code that this is still valid, and in the msrmgr.h include file it suggests that it's still valid. I just can't find what files to include or reference.
If someone can give a pointer where I can search for resources or exported functions, I'd be happy to find it myself - I've scanned all the files I can find and I'm not getting any hits. Specifically, searching *.h, *.cpp, *.r, and *.fdf for any occurrences of mdlResource_loadFromStringList I get a ton of hits, but they all look like V8 code in the MigrationTesting labs.
Any pointers in the right direction would be helpful. The snippet is below, defErr contains the error code from dialog validation.
if (defErr) { mdlResource_loadFromStringList(ldG.defErr, rscFileH, MESSAGELISTID_LDErrors, defErr); mdlOutput_error(ldG.defErr); }
Thanks,
Gary