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
 VAX 1210: Jump To code is off
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gstelmack
Ketchup Master

USA
76 Posts

Posted - Jan 12 2004 :  1:45:17 PM  Show Profile
I have a couple of source files where selecting a function from the drop-down at the upper-left corner of my source window, or by using the "Go" button in the upper-right, will take me to the wrong part of the source. This appears to be caused by having a function that temporarily has its body turned off with a "#if 0" construct, i.e.:

void SimHuman::PlayFootstepSound(Emitter *FootEmitter, FootstepType StepType, RSVector3 &Position)
{
#if 0
    // Do a bunch of stuff
#endif
}


Every function from that point on has its location incorrect for jump-to.

-- Greg Stelmack, Red Storm Entertainment
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000