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? |