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
 [1731] Create from usage for dereferenced pointer
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

MT-Wizard
New Member

3 Posts

Posted - Aug 25 2009 :  05:02:12 AM  Show Profile  Reply with Quote
Try this code:
int val = 10;
int* p = &val;
int a = newFunc(p, *p);


After invoking 'Create from usage' for 'newFunc' function, dialog appears with following function signature:
quote:
int newFunc(int* p, UnknownType *p)


I think dereferenced pointer type can be substituted.
Thanks.

Visual Studio 2003, Windows 7 RTM x64

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 25 2009 :  12:57:51 PM  Show Profile  Reply with Quote
Thanks for the report. case=31471
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Sep 10 2009 :  3:13:26 PM  Show Profile  Reply with Quote
case=31471 is fixed in build 1734

Whole Tomato Software, Inc.
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