hello,
i work with Open Inventor and this is written in C/C++
i want to save a pointer to a SoNode in a managed c++ class
SoNode has default accessability.. . i think this is private
my question: how can i put the SoNode into my function? the C3767 occures!
i tried the workaround with #pragma make_public but than a new error occures : error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00034d).
what hav i to do?
thanks for answers.
i work with Open Inventor and this is written in C/C++
i want to save a pointer to a SoNode in a managed c++ class
SoNode has default accessability.. . i think this is private
my question: how can i put the SoNode into my function? the C3767 occures!
i tried the workaround with #pragma make_public but than a new error occures : error LNK2022: metadata operation failed (80131195) : Custom attributes are not consistent: (0x0c00034d).
what hav i to do?
thanks for answers.