Valhalla Legends Forums Archive | Visual Basic Programming | Not Calling BnetAuth

AuthorMessageTime
CrAz3D
I am trying to Call BnetAuth, which is publically declared in a Module, from a class module so as I can hash my account.

For SOME reason it will not go through correctly, it works fine from the design mode of VB6 but once compiled it fails to function. I am using the SAME BnetAuth.dll in both instances.

Any ideas of how to call differently maybe?


EDIT: Error I find when debugging is:
"Can't find DLL entry point C in BnetAuth.dll"
March 1, 2004, 5:55 PM
Adron
Maybe you have several different versions of bnetauth.dll on your hard drive? Not compiled might use the one in the VB directory and compiled might use the one in the directory of your compiled app. Either might also use one from the path.
March 1, 2004, 8:31 PM
CrAz3D
Yes, that was the problem. I ws using an out dated one, thank you.
March 1, 2004, 8:51 PM

Search