On Mon, 2005-08-22 at 12:15 -0400, Downey, Shawn wrote:
> But this patch looks like it may work as well (for my purposes only).  I
> inserted the following in tclsqlite.c just after the #includes:
> 
> /* Added to support backward compatibility to Tcl/Tk 8.3 */
> #include "os.h"
> #if OS_WIN                    /* This file is used for windows only */
> #ifndef Tcl_WideInt           /* Tcl_WideInt is not defined in Tcl/Tk
> 8.3 */
> #define Tcl_WideInt __int64
> #endif
> #endif
> 
> Is the problem as simple as this?  Or am I underestimating the problem?

Actually, that looks like it might work.  Have you tried it?

You might also need to comment out some code further down in the
file that attempts to create new WideInt objects in Tcl.  
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to