![]() |
[Aide] Installation TWAPI - Printable Version +- Communauté sur les Eggdrops - Community about Eggdrops (https://forum.eggdrop.fr) +-- Forum: Eggdrop et TCL (https://forum.eggdrop.fr/forumdisplay.php?fid=8) +--- Forum: Scripts TCL (https://forum.eggdrop.fr/forumdisplay.php?fid=4) +--- Thread: [Aide] Installation TWAPI (/showthread.php?tid=873) |
[Aide] Installation TWAPI - eMayl0 - 07/02/2011 Bonjour, A ce jour j'essaye d'installer la librairie TWAPI (twapi-3.0.29-bin.zip) pour mon eggdrop (Eggdrop v1.6.20 Handlen32) sur un Windows Server 2007 Datacenter SP2 32Bit, je rencontre des difficultés. Voici mon script : Code: bind pub -|- !serv service:status Code: [20:15] Tcl error in file 'eggdrop.conf': Code: D:\windrop\lib\twapi\pkgIndex.tcl Code: load twapi-x86-3.0.29.dll D:\windrop\twapi-x86-3.0.29.dll D:\windrop\twapi.dll Avec cette configuration la commande n'est pas reconnu, pourtant aucune erreur de chargement de DLL Code: Tcl error [service:status]: invalid command name "::twapi::get_service_state" 1)eggdrop.conf : Code: source scripts/twapi/pkgIndex.tcl mais tjs la même erreur erreur : Tcl error [service:status]: invalid command name "::twapi::get_service_state" ET j'ai également cette erreur qui revien tout le temps: Code: cygwin warning: RE: [Aide] Installation TWAPI - djkenny - 08/02/2011 salut, essais peut être avec Code: source [file join [pwd] lib twapi pkgIndex.tcl] Code: lappend ::auto_path [file join [pwd] lib twapi] |