Boyito
20th February 2007 15:52 UTC
Warnings with 2.24 version
Ive download and isntalled version 2.24
My scripts with 2.23 version are ok
With this new one shows to me 2 warnings after compiled
2 warnings:
uninstall function "un.GetParent" not referenced - zeroing code (0-21) out
install function "GetParent" not referenced - zeroing code (0-21) out
Why?
Thanks in Advance
Afrow UK
20th February 2007 16:00 UTC
You must have removed some code that uses the GetParent function as these are NSIS functions and are not related to makensis itself.
-Stu
Boyito
20th February 2007 16:05 UTC
Hi Afrow
Remove some code from where??
My installer doesnt use GetParent
I insist my scripts with 2.23 version are ok, and compiled ok without warnings, but with the version shows to me the warnings after compiled.
Kindly
iceman_k
20th February 2007 18:01 UTC
These warnings are being generated by Library.nsh.
It includes the GetParent and un.GetParent functions but does not always use them.
Boyito
20th February 2007 19:45 UTC
Thanks Iceman
Do you know why this warnings only happend in this new version of nsis?
kichik
20th February 2007 20:01 UTC
Because GetParent was only added in the latest version of NSIS to Library.nsh.
Boyito
21st February 2007 13:28 UTC
Thanks for the answer kichik
It means that the only solution for this warning is ingnoring or remove from Library.nsh???
Bye
kichik
23rd February 2007 11:43 UTC
Yes.
Boyito
23rd February 2007 14:35 UTC
LOL
Yes what? ignore o remove?
Kindly
kichik
23rd February 2007 14:37 UTC
Yes, this is the only solution. Removing or ignoring. The best one is up to you. If you remove it, you lost the functionality it's there to fulfill. If you ignore it, well, you ignore it.
Boyito
23rd February 2007 14:39 UTC
Ok
Thnks again