ive downloaded sqlquote_release and put it in the windrop/scripts dir. I then downloaded fbsql.dll and libmysql.dll and put them in root dir of windrop.
Ive added the line load fbsql.dll to the script and
added the line source scripts/sqlquote_release.tcl to my eggdrop.conf. when i start the bot i get an error message
"couldn´t load fbsql.dll: this library or a dependent library could not be found in library path.
wile executing
"load fbsql.dll"
<file "scripts/sqlquote_release.tcl line 21>
invoked from within
"source scripts/sqlquote_release.tcl"
<file "eggdrop.conf" line 1309>
What am i doing wrong?
i know its a lot o text i wrote but can someone plz help me?
And you could make it your project to update the code to the new standards. Use an old TCL reference and compaire it to the new ones. You resubmit it, and you know you made a difference
I am actually looking for a working quote script for my other windrop
I don't think the load command looks in the current directory, only directories specified, or in the seach path (usualy the Tcl directory (not the scripts directory)).
If you have the DDL in the same dir as eggdrop, using ./ before the DLL filename should sure this.
damn ill try with my limited programing skillz
Regarding quote script i found another on that works without mysql.
Quote Script by Steinsky. Version: 1.2.1 is the name and it works with a .txt file instead. but i refuse to not getting mysql connection to work, and ill try find a way to make it work
oki i have had both files in the sam place all the time....do i need to load that libmysql.dll in some way to or do i just have to give up or get me an old version of the bot?