Attached are 2 VIs where LV 7.1 PocketPC 2003 will produce buggy results.
The first VI, Sort Bug.vi works in LV7.1 for Windows. However, compiling in LV7.1 Pocket PC 2003 and running in debugging mode DOES NOT give the correct sorted array.
If you look at the array of clusters, notice I initialized the array with 20 elements.
The second VI, Search and Replace Bug gives memory errors after compiling and running in LV7.1 PocketPC 2003.
I believe the search and replace all string primitive goes haywire when using inputting the period(.) as the search string. This primitive in LV7.1 PocketPC 2003 uses the period like Match Pattern primitive in the regualar expression thus looking for any character. This memory bug occurs even when I change the code optimization setting via this link:
http://digital.ni.com/public.nsf/websearch/d5d7aea00513682286256e74006dd33c
Please verify!!!
Thank you
Robert