Hey,
Im having troubles loading mysqltcl on a windrop. I have put both DLL's in the main dir of windrop and loaded pkgIndex.tcl but still nothin workin, please help.
Use the mysql module from FastBase, i use it now for a while programming some scripts and it realy works great!... Althought i dont use Windrop but eggdrop (Linux) .. but it should work for windrop aswell...
glAsh wrote:Use the mysql module from FastBase, i use it now for a while programming some scripts and it realy works great!... Althought i dont use Windrop but eggdrop (Linux) .. but it should work for windrop aswell...
Looks like an old thread, but mysqltcl requires a tcl installation on windows systems because it is a tcl modules not an eggdrop module. To use the mysqltcl binaries on windows you must have tcl installed (and i assume tell eggdrop to use it) and load the module into tcl itself. You should then be able to use package require.
loadmodule <module>
Description: attempts to load the specified module.
Returns: "Already loaded." if the module is already loaded, "" if
successful, or the reason the module couldn't be loaded.
Module: core