Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 dot to arrow conversion issue
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rob8861
Senior Member

29 Posts

Posted - Feb 06 2015 :  10:50:58 PM  Show Profile  Reply with Quote
The Dot to Arrow conversion does not work when trying to access/deref objects from a vector.

for example:

vector<Object*> scene_objects;
scene_objects.push_back(&obj1);
scene_objects.push_back(&obj2);
size_type index = 0;

// no dot to arrow conversion
Color color = scene_objects.at(index)->getColor();

Edited by - rob8861 on Feb 06 2015 10:52:45 PM

feline
Whole Tomato Software

United Kingdom
19004 Posts

Posted - Feb 07 2015 :  2:06:22 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description. This is a known problem, and we are hoping to try and fix this fairly soon, but unfortunately I don't currently have an estimate for when.

case=9513

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000