Problem in Compiling Code of "Multiple Inputs and Outputs in Builder NE Type Safe APIs"

1 view (last 30 days)
Hi,
I am having trouble while running the article (<http://blogs.mathworks.com/loren/2011/06/30/multiple-inputs-and-outputs-in-builder-ne-type-safe-apis/> ) source code. It is giving me error in PolySeq.cs where I need to call IFigurate f = new Sequence.GeneratorIFigurate();
It says that it doesn’t know Sequence. I have followed all the steps mentioned in Readme file. Compiled the Figurate First then compiled the project in MAtlab (as .Net Assembly) with name Sequence. Added References in C# but that error is not going away.
Can you please help me in this regard?
Many Thanks
Regards

Accepted Answer

S asif
S asif on 14 Jun 2013
I have found answer to my question after working with it from last 3 days. Its very simple just goto the settings of matlab project and in .NET tab select the version of .NET similar to the version in the C# visual studio.

More Answers (0)

Categories

Find more on MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!