Yathosho
27th April 2002 14:20 UTC
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!
kichik
27th April 2002 14:21 UTC
Please post the code so we can test it.
Smile2Me
27th April 2002 16:20 UTC
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$\n
1"
Is this helping?
Good luck,
-Hendri.
Yathosho
27th April 2002 22:39 UTC
alright, so i havnt done anything wrong. thanks anyway!
juuuuustin! read this? would be a request for avs v2.6 =)
justin
28th April 2002 11:23 UTC
Quote:
Duly noted. I'm lazy though.
-J
Originally posted by killahbite
alright, so i havnt done anything wrong. thanks anyway!
juuuuustin! read this? would be a request for avs v2.6 =)
|