Skip to content
⌘ NSIS Forum Archive

Variable "MUI_TEXT" not referenced, wasting memory!

2 posts

Ducks#

Variable "MUI_TEXT" not referenced, wasting memory!

I got this error when trying to compile my script, I use the Venis IX editor. I've tried Google without help, and tried to search in this forum, but couldn't really figure out how to solve it.

1 warning:
Variable "MUI_TEXT" not referenced, wasting memory!
kichik#
It's an error, it's a warning. You can live with it, but you should use MUI_FUNCTION_DESCRIPTION_BEGIN as shown in the MUI readme and MUI examples to avoid it. You can also use MUI_COMPONENTSPAGE_NODESC.