Valhalla Legends Forums Archive | Battle.net Bot Development | Help With my Ops Bot Please!

AuthorMessageTime
zDS3
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?
August 16, 2004, 9:21 AM
hismajesty
Get the winsock license. ;D
August 16, 2004, 11:39 AM
zDS3
what reg file am I looking for....
August 16, 2004, 12:30 PM
PiaNKA
[quote author=zDS3 link=board=17;threadid=8182;start=0#msg75713 date=1092659426]
what reg file am I looking for....
[/quote]

The one that has the registry key values for the winsock activex license.
August 16, 2004, 12:45 PM
The-Rabid-Lord
cant he just register it using regserv32?
August 16, 2004, 2:04 PM
The-FooL
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.
August 16, 2004, 2:20 PM
PiaNKA
[quote author=Meh link=board=17;threadid=8182;start=0#msg75718 date=1092665042]
cant he just register it using regserv32?
[/quote]

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.
August 16, 2004, 3:02 PM
dRAgoN
CSocket class
August 16, 2004, 5:30 PM
Newby
[quote author=dRAgoN link=board=17;threadid=8182;start=0#msg75727 date=1092677424]
CSocket class
[/quote]
Shit. I thought I was the only one who knew that link. :P
August 16, 2004, 7:31 PM
ChR0NiC
I use it too, and I love it, plus it doesn't seem to leak memory like the Winsock OCX does somtimes >:(
August 16, 2004, 7:32 PM
PiaNKA
[quote author=ChR0NiC link=board=17;threadid=8182;start=0#msg75733 date=1092684776]
I use it too, and I love it, plus it doesn't seem to leak memory like the Winsock OCX does somtimes >:(
[/quote]

Sometimes? *cough*
August 16, 2004, 8:38 PM
Newby
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. :/
August 17, 2004, 2:23 AM

Search