Valery Masiutsin wrote:
Hello, lads !
I am at the process of reviewing this stuff, i am going to change a bit
CHECK_APXS function. But it is not critical. One more bit is still missing,
Massimo, would you like to post your changes to rivetCore.c ? Once
we'll see them and if they break nothing, go ahead and commit the
stuff.
Regards, Valery
ok if you want me to do it. I think this patch should be a temporary
workaround to get rivetWWW.c commands into the interpreter.
-- M
Index: rivetCore.c
===================================================================
--- rivetCore.c (revision 574878)
+++ rivetCore.c (working copy)
@@ -995,5 +995,12 @@
TCL_OBJ_CMD( "abort_page", Rivet_AbortPageCmd );
TCL_OBJ_CMD( "virtual_filename", Rivet_VirtualFilenameCmd );
+/*
+ * Temporary workaround to inizialize the commands
+ * in rivetWWW.c
+ */
+
+ Rivet_InitWWW( interp );
+
return TCL_OK;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]