From: Miller, Patrick (Patrick.Miller_at_deshaw.com)
Date: Wed Oct 18 2006 - 09:24:21 CDT

I'm trying to use the optional tcl registration of a VMD plugin
and can't seem to get it to register (VMD 1.8.5). Are there
examples of its use?

VMDPLUGIN_API int VMDPLUGIN_register_tcl(void *v, void *tcl_interp,
                                            vmdplugin_register_cb cb) {
   puts("Hello??? anybody out there");
   return VMDPLUGIN_SUCCESS;
}