[vtk-developers] Link error under Borland with tcl

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Mon Dec 15 13:50:35 EST 2003


There seems to be a difference in behaviour. Can anyone explain?

vtkCommonTclInit created using Ms vs dot net cmake
int vtkCreateCommand(ClientData cd, Tcl_Interp *interp,int argc, char
*argv[]);

vtkCommonTclInit created using Borland cmake
int vtkCommand(ClientData cd, Tcl_Interp *interp, int argc, char *argv[]);

Note the absence of "create" in the borland one 

thanks

JB




More information about the vtk-developers mailing list