re: tutorial.dsl

The engine.
Post Reply
gmb
Posts: 3
Joined: Fri Apr 04, 2008 11:14 pm

re: tutorial.dsl

Post by gmb »

I want to execute tutorial.dsl. Do I build a project in Visual C++ or use a SMILE.NET wrapper? My version of visual studio 2005 professional edition is 8.0. There is no domain specific language template designer template under the new->project ->extensibility link? How do obtain the template if that is how I write the tutorial.dsl file?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: re: tutorial.dsl

Post by shooltz[BayesFusion] »

gmb wrote:Do I build a project in Visual C++ or use a SMILE.NET wrapper? My version of visual studio 2005 professional edition is 8.0.
With VS 2005 you can use core SMILE library directly from native C++ or use Smile.NET with Visual Basic, C# or managed C++.
There is no domain specific language template designer template under the new->project ->extensibility link? How do obtain the template if that is how I write the tutorial.dsl file?
You lost me here. We never had any 'domain specific language template designer'.
Post Reply