On Mon, 28 Mar 2005, Senior Design wrote: > I have ran into another very similar problem and have tried to remedy > it in the same manner without luck. Before I could not access the > totalPreferred in genreStruct but now don't know how to access the > values of the genreSongList, which is a songStruct type, within the > genreStructPointer. > struct genreStruct > (*genreTablePointer)[GENRE_TABLE_SIZE_X][GENRE_TABLE_SIZE_Y] = > genreTable; That is not the pointer declaration I posted earlier. It won't work. I would suggest not initializing the pointer when you declare it. C18 won't give you a type mismatch error when you do that. Had you declared the pointer, then initialized it, you would have gotten a warning. -- John W. Temples, III -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist