From: Eddie on
Hi

I upgraded to Embedded IDE link 4.0 (2009b). When running my scripts I get the error

"CREATEOBJ, which enables the Data Manipulation and Function Call features, has been removed."

I checked the help and it says in the "Automated Interface Tutorial" that

"This part of the demo shows how you can create handles to specific DSP variables through the createobj method, and how you can use these handles to access information and manipulate these variables."

And there are examples in "read" help using createobj

cc = ticcs;
ff = createobj(cc,'g_char'); % Where g_char is in the code.
write(ff,-100);
Warning: Underflow: Saturation was required to fit the data into
an addressable unit.

BUT, there is no createobj command listed under the functions list.

Is this a case where createobj has been removed but the help info not updated/

This was a really handy command. Now I have to manually specify what data type and size it is. Is there a createobj replacement?

Cheers