How to Reference UltraID3Lib in VBA
I am trying to create a custom mp3/ID3 solution within Access 2003 using VBA. I have used/Referenced several other .NET .DLLs with no problem but, I receive an error message when I try to create a VBA Reference for the {UltraID3Lib.DLL}.
I would really like to use the UltraID3Lib.DLL because everyone seems to believe it is the best.
Has anyone ever created a Reference for UltraID3Lib.DLL in VBA?
NOTE: As a workaround, I tried to Register the DLL but that would not work either. ERROR= "...entry point not found". I used the depends.exe utility and it indicated a missing {DWMAPI.DLL} was the problem; but, I do not believe that is the problem since the {DWMAPI.DLL} file is for Vista.
|