Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: CrAz3D on October 10, 2003, 11:09 PM

Title: Problem Retreiving INFO
Post by: 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?
Title: Re:Problem Retreiving INFO
Post by: drivehappy on October 11, 2003, 05:19 PM
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.
Title: Re:Problem Retreiving INFO
Post by: Michael on November 01, 2003, 08:50 PM
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.