rmilican
3rd March 2003 22:36 UTC
getdllversion
Greetings,
We are using the latest cvs snapshot as of Friday. Are there any known issues with getdllversion? When we try to use it following the example in the readme we get a file not found. We were using the system dir variable so we thought maybe it just wasn't reading that properly so we hardcoded the path to the dll and it still says file not found.
Thanks,
Roy Milican
rmilican@anonymizer.com
http://www.anonymizer.com
Joel
3rd March 2003 23:10 UTC
Did you visit the Nsis Web Archive:
http://nsis.sourceforge.net/archive/...instances=0,44
rmilican
4th March 2003 16:02 UTC
Greetings,
That doesn't help us much. Because the problem is getdllversion reports the dll not found period. Even when its wrong. Thats before we even try to do any version checking.
Thanks,
Roy
kichik
4th March 2003 16:51 UTC
Works perfectly fine for me. Are you sure the file is there? Try IfFileExists. Attach the script if you can't find any problems, I'll have a look.