It doesn't start off a dll question but i'll end like one... so here i go
I wanted to add some udp functions to my eggdrop bot, but i am having trouble. Obviously there isn't and udp functions in the core code as one would find out doing some searching around. But i did find libraries for tcl that would give u udp commands. Like scotty tcp udp and tcl udp. I had decided to try tcl udp as it seemed simple enough. I soon relized that it was for the 7.4+ versions of tcl.
So here is my question:
Should this work with the tcl 8.3 or what ever came with the bot?
If not could i drop a 7.5 tcl library in the eggdrop dir hopeing that it would use that? Could i somehow force it to use that?
Is there a cross platform library for 8.x that i could use?
I had tried to use the load command on the dll and it said it couldn't find the library or a dependent library. I ran a dependences check on the library to find it had none... So whats going on here?
*Note* This is being tested on a windrop, but is gonna be ported to a eggdrop.