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
 autocomplete of pointers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Babak
Junior Member

Germany
10 Posts

Posted - Sep 28 2007 :  09:13:05 AM  Show Profile  Reply with Quote
Hallo,

I have a Pointer variable:

double *dddd = 0;

In the next line if I type

*d

VAX suggest to complete "d" to "dddd". But If I accept he writes down

*dddd()

Why the parenthesis?


I am using

VA_X.dll file version 10.3.1561.0 built 2007.09.13
VAOpsWin.dll version 1.3.2.7
VATE.dll version 1.0.6.1
DevEnv.exe version 7.10.6030.0
msenv.dll version 7.10.6030.0
Font: Courier New 11(Pixels)
Comctl32.dll version 5.82.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Thanks

Babak


feline
Whole Tomato Software

United Kingdom
18755 Posts

Posted - Sep 28 2007 :  2:25:23 PM  Show Profile  Reply with Quote
So far I cannot reproduce this problem. Are you seeing a suggestion listbox (question mark icons) or some other type of listbox?
Is there a function called "dddd()" in your current project that VA might be picking up on?

zen is the art of being at one with the two'ness
Go to Top of Page

Babak
Junior Member

Germany
10 Posts

Posted - Oct 04 2007 :  08:05:07 AM  Show Profile  Reply with Quote
Hallo

Yes I see the question mark icons.

No There is only one file. This is the whole code in the project, and it does not depend on "dddd"

int main()
{
double lilalo = 0.0;
*lilalo()
return 0;
}

And there is no problem if i dont use "*".
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18755 Posts

Posted - Oct 04 2007 :  11:32:55 AM  Show Profile  Reply with Quote
That should not be happening. Can you try installing VA 1609 please and see if this makes any difference?

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=6743

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