03-15-2006 03:34 AM
03-15-2006 10:12 AM
This data is built whenever you compile your project. So, if you add new fields to a struct, they won't be visible until the next time you compile. I assume this is the behavior you are seeing.
Hope this helps,
-alex