Skip to content
⌘ NSIS Forum Archive

function "un.GetParent" not referenced

5 posts

GenRabbit#

function "un.GetParent" not referenced

When I try to compile the script I get this warnings. What do they mean? is it really bad, or can I just overlook them?
-----------------------------------------------------------

2 warnings:
uninstall function "un.GetParent" not referenced - zeroing code (0-21) out

install function "GetParent" not referenced - zeroing code (0-21) out

I'm green to this,my script is a cut'n'paste project, where I'm not excatly know what all does. but hope it works. Although I think its getting clearer to me.
Red Wine#
It's because you use last release of library.nsh, see this forum thread,

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
Red Wine#
It's the best you can do (ignore 'em) because when they aren't useful compiler removes 'em from script (zeroing code...).