Bennet Posted March 17, 2011 Share Posted March 17, 2011 When I try to register the DLL I recieve and error from RegSvr32 that states the following. The module was loaded but the entry-point DllRegisterServer was not found. Make sure that "IMDBDLL.dll" is a valid DLL or OCX file and then try again. I tried to find the module in oleview.exe in the hopes that it had actually registered but I can't find anything. The class name provided in the documentation is "IMDbManager". When I call this; $manag = ObjCreate("IMDbManager") this is what I get, @error = -2147221005. But when I call IsObj I get a negative result. Can anyone help me out? Just wondering if it's possible to take this route or if I should stick to using DllCall. Link to comment Share on other sites More sharing options...
Juvigy Posted March 17, 2011 Share Posted March 17, 2011 Check the dllopen and dllcall commands and examples in the help file. Link to comment Share on other sites More sharing options...
Bennet Posted March 17, 2011 Author Share Posted March 17, 2011 Check the dllopen and dllcall commands and examples in the help file.Already did and I still can't figure it out. The problem lies with the fact that I need to pass an array. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now