Jump to content

Audiogenie


westworld
 Share

Recommended Posts

The error code from DllCall is not in the return value, but it's in the @error macro. Also, your DllCall was completely wrong, incorrect number of parameters, no reference to the dll. Are you new to programming or did you learn Visual Basic before this (which is the same thing really)?

Something like:

$result = DllCall ("AudioGenie2.dll","str", "GetID3V1Artist", "str","test.mp3")
MsgBox(0,"",@error)
Edited by Manadar
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...