Home > Archive > Tcl > February 2005 > 64bit Tcl/Tk loading 32bit extensions
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
64bit Tcl/Tk loading 32bit extensions
|
|
| Kevin Penrose 2005-02-24, 4:01 pm |
|
With the advent of 64 bit systems (running Linux) I have come up against
an issue that I'm not sure how to handle.
With a 64bit tclsh or wish, can I load 32bit extensions? I've been told
that you can do this in perl, but I'd certainly like to have this
ability in tcl. I ask because I have only a license to 32 bit sybase,
and I use sybtcl extensively, so I think I need to comile sybtcl as a
32bit extension.
Any and all help appreciated.
Kevin
| |
| Jeff Hobbs 2005-02-25, 8:59 am |
| Kevin Penrose wrote:
> With the advent of 64 bit systems (running Linux) I have come up against
> an issue that I'm not sure how to handle.
> With a 64bit tclsh or wish, can I load 32bit extensions? I've been told
> that you can do this in perl, but I'd certainly like to have this
> ability in tcl. I ask because I have only a license to 32 bit sybase,
> and I use sybtcl extensively, so I think I need to comile sybtcl as a
> 32bit extension.
Whoever told you that you can do that in perl was , because
you can't, not with perl, tcl or with any other language. What
might be possible is if you can get 64-bit client libraries, as the
32-64 bit bridge should be OK with a client-server app.
--
Jeff Hobbs, The Tcl Guy
http://www.ActiveState.com/, a division of Sophos
|
|
|
|
|