On Tue, 2006-06-27 at 13:11 -0700, [EMAIL PROTECTED]
wrote:

> Modified: trunk/amsn/utils/windows/winutils/winutils.h
> ===================================================================
> --- trunk/amsn/utils/windows/winutils/winutils.h      2006-06-27 18:39:50 UTC 
> (rev 6987)
> +++ trunk/amsn/utils/windows/winutils/winutils.h      2006-06-27 20:11:40 UTC 
> (rev 6988)
> @@ -10,9 +10,6 @@
>  #ifndef _WINUTILS
>  #define _WINUTILS
>  
> -#define USE_TCL_STUBS
> -#define USE_TK_STUBS
> -
Why? I don't know much but in the man pages I read:

Enabling the stubs mechanism for an extension requires the following
steps:

1)
        Call Tcl_InitStubs in the extension before calling any other Tcl
        functions. 
        
2)
        Define the USE_TCL_STUBS symbol. Typically, you would include
        the -DUSE_TCL_STUBS flag when compiling the extension. 
        
3)
        Link the extension with the Tcl stubs library instead of the
        standard Tcl library. On Unix platforms, the library name is
        libtclstub8.1.a; on Windows platforms, the library name is
        tclstub81.lib. 
        

If the extension also requires the Tk API, it must also call
Tk_InitStubs to initialize the Tk stubs interface and link with the Tk
stubs libraries. See the Tk_InitStubs page for more information.


So.. I don't understand why you removed them. I know you will have a
good reason but I just want to know it too :)


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to