M-.-n
Member
Hi all !
I've been fiddling yesterday with my brand new 2x and porting some of the piggy code. Unfortunately, I seem to have run into an issue with the arm-linux-g++ compiler under windows. I've boiled down the problem to a minimal set of code available here:
demo.rar
It is basically the demo sample with a template list & item instanciated before displaying the image (kind of my ridiculous only way to debug).
If I comment
The sample run fine. If I uncomment it ,the program locks.
What should I do ? I've been using this list class on countless platforms (including the GP32) so I don't think there's anything bogus there. I guess the first thing would be to try on a unix box if the problem is the same.. could a unix gearhead do this for me and tell me if it runs ?
Cheers for any help !
I've been fiddling yesterday with my brand new 2x and porting some of the piggy code. Unfortunately, I seem to have run into an issue with the arm-linux-g++ compiler under windows. I've boiled down the problem to a minimal set of code available here:
demo.rar
It is basically the demo sample with a template list & item instanciated before displaying the image (kind of my ridiculous only way to debug).
If I comment
Code:
list.Insert(item);
The sample run fine. If I uncomment it ,the program locks.
What should I do ? I've been using this list class on countless platforms (including the GP32) so I don't think there's anything bogus there. I guess the first thing would be to try on a unix box if the problem is the same.. could a unix gearhead do this for me and tell me if it runs ?
Cheers for any help !