From: Jeff H. <Je...@Ac...> - 2002-08-27 21:37:47
|
> The reason why I am interested in 64bit wrapper, is > to use it with 64 bit executables. I don't think a 32 > bit wrapper can be used with 64 bit executables, right? That depends on the definition of "used with". If you just want to pipe to 64bit exes, that's fine, but if you need to load in special 64bit libraries into Tcl, then you would need a 64bit built wrapper. Jeff |