Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: DavidW
« on: June 09, 2020, 10:15:54 AM »

I'm trying out the MODDER flag with my current project, and I'm getting a few false positives:

(1) It flags a warning when a string is in memory from some non-setup.tra tra loaded using WITH_TRA or LOAD_TRA - it just assumes they're from setup.tra. (I suspect that's a documentation issue rather than a problem with MODDER itself - the real function is that it flags whenever a string isn't included in the tra files loaded in the local USING command.)

(2) It also flags a warning - but doesn't mark the component as INSTALLED_WITH_WARNINGS - when I compile a dialog, or EXTEND_TOP a script, and there are no dialog lines at all present. It does the same when I COMPILE a script with no dialog lines present - but only if it's an inline baf file.

Not a big deal in either case but I thought you'd like to know.