Re: Using Tcl_*ObjCmd in extensions
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Using Tcl_*ObjCmd in extensions

From: Donal K. Fellows <donal.k.fellows@man.ac.uk>
Date: Wed Dec 21 2005 - 17:54:41 CET

> So, as long as shared libs have been linked against the stubs library,
> their undefined symbols will become resolved at load time?

As long as the "symbols" are resolved by the stubs library, the
extension will work. (Note that stubs works in part by converting the
symbols into something else, but that's a separate story). But none of
the command implementations are in any stubs table anyway.

Donal.
Received on Fri Dec 23 19:02:49 2005