vb6
I am trying to get the exeinfo from bnetauth.dll. It works when I have the bot in "Design" mode but once I compile it & place in exact same place as VB forms it doesn't work.
I have had this problem with other things & have never been able to fix it, any ideas?
Quote from: CrAz3D on October 10, 2003, 11:09 PM
vb6
I am trying to get the exeinfo from bnetauth.dll. It works when I have the bot in "Design" mode but once I compile it & place in exact same place as VB forms it doesn't work.
I have had this problem with other things & have never been able to fix it, any ideas?
Sounds like you referenced the path of the dll from app.path and it's not in the same place. Post some code, it would be more helpful.
maybe try define the .dll in one place and leaving it there to test if its a error with in your scripts or with the .dll it self.