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?
Get the winsock license. ;D
what reg file am I looking for....
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.
cant he just register it using regserv32?
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.
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.
CSocket class (http://www.vbip.com/winsock-api/csocket-class/csocket-class-01.asp)
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
I use it too, and I love it, plus it doesn't seem to leak memory like the Winsock OCX does somtimes >:(
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*
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. :/