c - How to wrap a void* pointer into a TCL Object -
i'm trying save void* pointer (or pointer) tcl object can retrieve later. saw swig convert string encoding , later decode it. in order make more efficient, want directly pointer in , out of tcl obj. tcl_getpointerfromobj(). there anyway it? need dig tcl_obj structure , dirty work?
i suggest reading this page on tcler's wiki on topic.
Comments
Post a Comment