Page 1 of 1

Help for a beginner

Posted: Sun Mar 23, 2014 2:08 pm
by chahur
Hello
I'm looking at machine development for the first time.
I'm using Microsoft Visual C# Express 2010.
I looked at the examples NTracker and ManagedMachines by Oskari.
I could built Ntracker fine but I have a problem with ManagerMachines :
Erreur 1 'Buzz.MachineInterface.ParameterDecl' ne contient pas de définition pour 'IsTrackParameter' (sorry, message in french : "no definition for")

What am I doing wrong ?

Any simple example of machine to help me learn would be greatly appreciated.
Thanks a lot

Re: Help for a beginner

Posted: Sun Mar 23, 2014 5:09 pm
by oskari
It should work if you remove 'IsTrackParameter = true'.

Re: Help for a beginner

Posted: Sun Mar 23, 2014 8:25 pm
by chahur
Thank you.
I can continue to learn :-)