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
 1715: VA X suggests -> instead of .
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pk_asw
Ketchup Master

Czech Republic
66 Posts

Posted - Mar 03 2009 :  10:43:03 AM  Show Profile  Reply with Quote
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

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Mar 03 2009 :  5:36:11 PM  Show Profile  Reply with Quote
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?

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

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Mar 03 2009 :  5:44:28 PM  Show Profile  Reply with Quote
I was able to reproduce the problem here and created a simplified test case for this:

case=24646

Edited by - accord on Mar 03 2009 5:45:52 PM
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