Notifications
Clear all
[Closed] Adding nodes to a NodeTab
Page 2 / 2
Prev
Dec 27, 2006 12:07 pm
Well, finaly found why it crashes.
All the stuff (node0, node1 … node 13 and nodeTab<>) were in RingMaster class, so, to acces to them must have methods, like get/setNode0(…) .
But for nodeTab, I move it to global part of the program, to continue faster without to write its methods.
Dec 27, 2006 12:07 pm
I wasn’t right. I think with methods would be able to get acces but, I wasn’t right.
Doesn’t matter if I try to acces RingMaster class variables (numNodes, rigidValue, … ) directly (mc->numNodes = 0 or x = mc->numNodes) or by methods (mc->SetNumNodes(0) or x = mc->GetNumNodes() ).
mc is a pointer to our RingMaster class instance.
Why can’t I acces? Why crashes?
If you need code you have here http://www.aurtzaka.com/Out/Chain_SIM_2.rar
Page 2 / 2
Prev