02-08-2008 11:28 AM
namespace
cpp_example_dll {public ref class Class1 {
public: void test1_function(TS::SequenceContext *seqContextDisp, int parameter) {
// How to access the sequence context
PropertyObjectPtr context = seqContextDisp;
tst = context->GetValNumber(
"Locals.ThisTest",0);02-10-2008 05:04 AM
Hi Steve,
In this thead there is a simple Example
http://forums.ni.com/ni/board/message?board.id=330&message.id=17663&query.id=73821#M17663
Most important hint for writing C# code: THERE WILL BE NO POINTERS, do it with references
Hope this helps
Juergen
02-11-2008 07:44 AM
02-12-2008 01:39 AM
02-12-2008 07:24 AM