Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: zDS3 on August 16, 2004, 04:21 AM

Title: Help With my Ops Bot Please!
Post by: zDS3 on August 16, 2004, 04:21 AM
When I Try to compile my ops bot i get this error
Line 128: Cannot load control sckBNLS; license not found.

How do I Fix that?
Title: Re:Help With my Ops Bot Please!
Post by: hismajesty on August 16, 2004, 06:39 AM
Get the winsock license. ;D
Title: Re:Help With my Ops Bot Please!
Post by: zDS3 on August 16, 2004, 07:30 AM
what reg file am I looking for....
Title: Re:Help With my Ops Bot Please!
Post by: pianka on August 16, 2004, 07:45 AM
Quote from: zDS3 on August 16, 2004, 07:30 AM
what reg file am I looking for....

The one that has the registry key values for the winsock activex license.
Title: Re:Help With my Ops Bot Please!
Post by: Meh on August 16, 2004, 09:04 AM
cant he just register it using regserv32?
Title: Re:Help With my Ops Bot Please!
Post by: The-FooL on August 16, 2004, 09:20 AM
Registering it wont allow it to be used for development.  The license is default in enterprise and professional editions of VB, not in the standard.
Title: Re:Help With my Ops Bot Please!
Post by: pianka on August 16, 2004, 10:02 AM
Quote from: Meh on August 16, 2004, 09:04 AM
cant he just register it using regserv32?

Regsvr32* and yes, The-Fool was correct when you use that it's so you can register the control so an application may utilize it, though an IDE won't have that ability without the proper license.
Title: Re:Help With my Ops Bot Please!
Post by: l)ragon on August 16, 2004, 12:30 PM
CSocket class (http://www.vbip.com/winsock-api/csocket-class/csocket-class-01.asp)
Title: Re:Help With my Ops Bot Please!
Post by: Newby on August 16, 2004, 02:31 PM
Quote from: dRAgoN on August 16, 2004, 12:30 PM
CSocket class (http://www.vbip.com/winsock-api/csocket-class/csocket-class-01.asp)
Shit. I thought I was the only one who knew that link. :P
Title: Re:Help With my Ops Bot Please!
Post by: ChR0NiC on August 16, 2004, 02:32 PM
I use it too, and I love it, plus it doesn't seem to leak memory like the Winsock OCX does somtimes >:(
Title: Re:Help With my Ops Bot Please!
Post by: pianka on August 16, 2004, 03:38 PM
Quote from: ChR0NiC on August 16, 2004, 02:32 PM
I use it too, and I love it, plus it doesn't seem to leak memory like the Winsock OCX does somtimes >:(

Sometimes? *cough*
Title: Re:Help With my Ops Bot Please!
Post by: Newby on August 16, 2004, 09:23 PM
Only problem I had with it is that when I push break, and leave it paused for a few seconds, and resume it, the receive loop doesn't seem to work. :/