[ns] Tcl instance

BEN ALI ABIR b_abir@excite.com
Tue Apr 2 12:15:02 2002


Hi all
<br />
I've tried  to have a refrence ton the Tcl instance in  a new VC++ project. I wrote :
<br />
#include "stdafx.h"
<br />
#include <otcl.h>
<br />
#include <tcl.cc>
<br />
#include <tcl.h>
<br />

<br />

<br />
int main(int argc, char* argv[])
<br />
{
<br />
	Tcl &tcl=Tcl::instance();
<br />

<br />
	printf("Hello World!\n");
<br />
	return 0;
<br />
}
<br />
but still have unresolved externals in the link 
<br />
Is there something I should do or a path to include?
<br />
Thx in advance<p><hr>