Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 autocomplete of pointers

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Babak Posted - Sep 28 2007 : 09:13:05 AM
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


3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 04 2007 : 11:32:55 AM
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
Babak Posted - Oct 04 2007 : 08:05:07 AM
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 "*".
feline Posted - Sep 28 2007 : 2:25:23 PM
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?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000