Can someone help me? char allData[500][6]; BYTE newData[100];
I am trying to copy any new data into an array to store all data. The new data is received about 100 bytes at a time. When I try to increment to the next available address in memory, I get an error somewhere else in my program. This error is completely separate from anything I am trying to do. Could this have anything to do with the amount of memory that is available? Do I need to allocate a pointer/handle? Please help! Thanx. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
