Valhalla Legends Forums Archive | Battle.net Bot Development | OCX Compatibility

AuthorMessageTime
Yegg
I just have a quick question. Will ocx/dll files (bnetauth.dll, csb, etc.) work in programming languages like Python or Perl?
December 4, 2004, 7:00 PM
OnlyMeat
[quote author=Yegg link=topic=9777.msg91025#msg91025 date=1102186839]
I just have a quick question. Will ocx/dll files (bnetauth.dll, csb, etc.) work in programming languages like Python or Perl?
[/quote]

If bnetauth.dll is a std_call c dll then most likley yes, but ocx's are COM specific libraries intended for vb which will not work without some kind of additional COM wrapper library. Also perl/python are scripting languages not really designed to host a UI in a traditional sense so i would say no for that.
December 4, 2004, 7:26 PM
Zakath
BnetAuth.dll is indeed a standard _stdcall DLL. Or at least it was back when I was given a copy of the source code. It's been a very long time since...but I doubt the basic structure has been changed.
December 5, 2004, 12:39 AM

Search