Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1715: VA X suggests -> instead of .

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
pk_asw Posted - Mar 03 2009 : 10:43:03 AM
Hello,

typedef struct _LIST_ENTRY {
   struct _LIST_ENTRY *Flink;
   struct _LIST_ENTRY *Blink;
} LIST_ENTRY, *PLIST_ENTRY, *RESTRICTED_POINTER PRLIST_ENTRY;

LIST_ENTRY lidList[ LID_NUMHASH ];

hash function:


correct suggestion:


incorrect suggestion:


Thanks, Petr
2   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Mar 03 2009 : 5:44:28 PM
I was able to reproduce the problem here and created a simplified test case for this:

case=24646
feline Posted - Mar 03 2009 : 5:36:11 PM
I do not understand the code and screen shots. What is "snx_gData" ? This seems to be involved in this.

Also why have you posted a screen shot of #define LID_HASH ? I don't see what this is used for.

Can you please post the code I need, so I can copy and paste it, rather than re-typing it from the screen shots?

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