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!
Querying vis_avs.dll
5 posts
Please post the code so we can test it.
First of all, the vis_avs.dll on my harddisk does not contain version info! (rightclick -> properties)
If you do this:
Is this helping?
Good luck,
-Hendri.
If you do this:
you'll see the result. Getting the stringname as output is perhaps caused by forgetting '$' e.g.: MessageBox MB_OK "$0$\r$\n1"section
GetDllVersion "D:\Winamp\Plugins\CDDBControlWinAmp.dll" $0 $1
MessageBox MB_OK "$0$\r$\n$1"
sectionend
Is this helping?
Good luck,
-Hendri.
alright, so i havnt done anything wrong. thanks anyway!
juuuuustin! read this? would be a request for avs v2.6 =)
juuuuustin! read this? would be a request for avs v2.6 =)
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