Memory leaks

2006-07-04 Thread mail4johnv
I want to know whether there is any memory leaks caused if I call File access functions (VFSFileOpen, VFSFileRead etc)from the ARM code? Thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory leaks

2006-07-04 Thread mail4johnv
Is it possible what is explained here http://news.palmos.com/read/messages?id=42853 Thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Memory Leak Detection tools

2006-06-20 Thread mail4johnv
Is it possible to develop an application which will exactly work as a simulator also catch memory leaks (for 68K and ARM) and other bugs. Thanks John -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Memory Leak Detection tools

2006-06-13 Thread mail4johnv
Hi All, I would like to know whether there is any commercial memory leak detection tool for Palm OS 5 and above. Awaiting a speedy response. Thanks in advance John -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: Memory Leak Detection tools

2006-06-13 Thread mail4johnv
Thanks for the reply, but now I want to know whether UDMH will pin point where the leaks are, just like in IBM's Rational Purify for Windows. This is because I know that my application is leaking lots of memory and so now I want to know from where. Thanks John -- For information on using

Re: Different types of values in two different compiler

2006-04-25 Thread mail4johnv
sorry it was Int32 * pi; instead of Int32 pi; It seems that one code that to works on windows does not work on palm. I am using Int32 for all the variables used as int I want to use some encryption library (like AES ) that can be used freely in any comercial product and more over it should be

Different types of values in two different compiler

2006-04-23 Thread mail4johnv
Hi all, I am creating some library on two platforms one in windows and other on Palm OS. I am using codewarrior 9.00 for my development. I noticed that the value of pi is different on Palm and windows platform Int32 var[32]; Int32 pi = var; unsigned char str = aa; unsigned char pc =

Re: New to palmos

2006-02-23 Thread mail4johnv
Thanks a lot -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

New to palmos

2006-02-17 Thread mail4johnv
hi All, I am new to palmOS programming, I want to know the internal structure of palmos, like its file systems, memory management etc. I want a good online tutorial on palmos programming (C++) as well as some good books on it. Thanks -- For information on using the PalmSource Developer

Memory leaks

2006-01-04 Thread mail4johnv
I am new to PalmOS development. I am writing an application for PalmOS for 5.0 and above in c++. Now I got some memory leaks which has to be fixed. I tried to use PalmOS Garnet Simulator 5.4. It is saying some memory leaks are there but I want to exactly know where are the leaks comming form.