Hello, there is an example of how you can create an associative label in
APIDevKit's Examples\Element_Test\Src\Element_Basics.cpp file where
Do_CreateLabel_Associative function does the job.
Hello, where do you put it exactly? Right before the first reference
like this: #ifndef _PARAMETERCOLLECTION_HPP_ #define
_PARAMETERCOLLECTION_HPP_ #include "Definitions.hpp" #include
#include "WString.hpp" #include using namespace std;
class CPara...
Hello, at first as Bernd pointed out is there any reason you use angle
brackets instead of quotes? Please try to modify to #include
"Parameter.hpp" It is unclear to me whether this error you mentioned
refers to CParameter or API_AddParType. Moreover ...