handsomer100
04-09-2005, 09:57 AM
I use you GetTagInfo.dll to read MP3 Tags,but i only read you example mp3 file,is this dll only for IDv3 1.1 or Because of my chinese system?
Is it write for IDv3 2.0 or higher and for unicode word?
The Result is _ERROR_~~~~
And i think mabe my Variable write wrong~~~
in your example,the code is:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "\"Autoplay\\audio\\David Gray - Please Forgive Me.mp3\",1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL)
but in this you use the relatively path,i want to use Variable which store the path to DLL function,and it doesn`t work.
My code:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "Mp3List[1],1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
or:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "\Mp3List[1],1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
But they can`t work also~~~~~~
Is it write for IDv3 2.0 or higher and for unicode word?
The Result is _ERROR_~~~~
And i think mabe my Variable write wrong~~~
in your example,the code is:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "\"Autoplay\\audio\\David Gray - Please Forgive Me.mp3\",1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL)
but in this you use the relatively path,i want to use Variable which store the path to DLL function,and it doesn`t work.
My code:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "Mp3List[1],1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
or:
sTitle = DLL.CallFunction("AutoPlay\\Docs\\GetTagInfo.dll", "GetTagInfo", "\Mp3List[1],1", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
But they can`t work also~~~~~~