• Welcome to Valhalla Legends Archive.
 

eternalchat  spht

Started by Un0rThaDoX, January 29, 2003, 11:45 AM

Previous topic - Next topic

Un0rThaDoX

i recently downloaded the eternal chat bot so that i can load wc3 but wehn i tryed to load it it said it was missing files so i went to the site and downloaded the missing files and tried again this time it said failed to load control 'richtextbox' from RICHTX32.OCX. your version of RICHTX32.OCX may be outdated. make sure you are using the version of the control that was provided with your application. and the thing  about that nuthing came with my version except eternalchat.exe, BNLS.DLL and a important text could you possibly post a link to the working files ?

celluloid

#1
those are the only files you need lol
all you do is, open ec.exe, fill in your settings (which then will create the config.ini) then connect.

ive been using EC since i first found out about it (when he made first public version before it said "Public Build" :P

drivehappy

#2
Search the internet for the newest version of the richtext OCX.

un0rthadox

#3
no one happens to have one handy or a site i could dl it from ;)

RhiNo

#4
instant message me and tell me what file u need i been havin to do that with snowchat latley idk y people need em but they do to load my bot as well as many other bots written in vb

kNiGhT

#5
u guys are all silly. go to the eternal chat site
http://botdev.valhallalegends.com/eternalchat
and click the link at the top that says Missing Files?
they are all right there
then save the file somewhere on ur hd, go to run and do regsvr32 C:/ocx/richtx32.ocx
or watever ur location might be that is where i put mine.

celluloid

#6
i just put them in the EC folder ;\

Mesiah / haiseM

#7
put all dll's and ocx's in windows\system32
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Grok

#8
Why?  They can be anywhere.  OCXs just have to be registered, not in any path, and DLLs, if COM same thing.  If standard DLLs, the calling application has to know where they are, or they have to be in the path, which starts in the application's own directory.

Mesiah / haiseM

#9
yes but if you want to call a dll from multiple programs, if u just slap it in system32, it wouldnt need to be in each directory where each program is...
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Skywing

Quoteyes but if you want to call a dll from multiple programs, if u just slap it in system32, it wouldnt need to be in each directory where each program is...
Suggest reading this carefully: Why?  They can be anywhere.

COM dll paths are stored in the registry.