Hello
I wrote a universal (methods like addNode, addAttribute, etc.) tree in C++ (class QTree).
Then I wrote ATL wrapper to this tree and now I can use my tree under VB.
Problem is that I need to add to my tree method QTree * clone();
How should I return the class ATLQTree to VB? I have a problem with returnin UDT as method result...
I wrote a universal (methods like addNode, addAttribute, etc.) tree in C++ (class QTree).
Then I wrote ATL wrapper to this tree and now I can use my tree under VB.
Problem is that I need to add to my tree method QTree * clone();
How should I return the class ATLQTree to VB? I have a problem with returnin UDT as method result...