c++/cli and private native classes in managed c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BountyHuntA
    New Member
    • Sep 2008
    • 1

    c++/cli and private native classes in managed c++

    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.
Working...