Skip to content
⌘ NSIS Forum Archive

Querying vis_avs.dll

5 posts

Yathosho#

Querying vis_avs.dll

i tried the to use the GetDLLVersion command to get the version of Winamp\Plugins\vis_avs.dll

the result was reported in a messagebox (for testing-purposes), but instead of giving me a version number, the message-box displayed the name of the string.

did i do anything wrong? or am i misunderstanding the purpose of GetDLLVersion? please help!
Guest#
First of all, the vis_avs.dll on my harddisk does not contain version info! (rightclick -> properties)

If you do this:
section
GetDllVersion "D:\Winamp\Plugins\CDDBControlWinAmp.dll" $0 $1
MessageBox MB_OK "$0$\r$\n$1"
sectionend
you'll see the result. Getting the stringname as output is perhaps caused by forgetting '$' e.g.: MessageBox MB_OK "$0$\r$\n1"

Is this helping?

Good luck,
-Hendri.
Yathosho#
alright, so i havnt done anything wrong. thanks anyway!

juuuuustin! read this? would be a request for avs v2.6 =)
justin#
Originally posted by killahbite
alright, so i havnt done anything wrong. thanks anyway!

juuuuustin! read this? would be a request for avs v2.6 =)

Duly noted. I'm lazy though.
-J