I am using a dll in my script and it works fine for me, but others experience trouble when it calls a function... This is the code used to call the function from the dll
code:
new ActiveXObject('felipe.sarabia').SetMusicInfo('', '', '', ReadRegistry("PSM_icon"), '', MsgPlus.RemoveFormatCodes(strMyNewPSM));
The error message says something about an Automation error, the object couldn't be created
Any ideas why it would do this on others PCs, but not on mine?