Chris Radek wrote:
> However I think you might find it faster by staring at the code
> you've added.  Look closely wherever you dereference a pointer to
> make sure that the pointer points where you think.  Remember that
> array[...] is also a pointer dereference.
>   
I commented out all changed sections, and then put them back in one at a 
time.
I finally figured out I had a mistake in the nesting of curly braces, 
and had a
section with an array outside the loop, so it got an n+1 array 
subscript, which
was probably the cause.

Still working on it, but at least making some progress!

Thanks,

Jon

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to