Hi George, Yes it does seem to be consistantly reproducible after about 10 to 20 minutes of use. My program is a game that is typically played for 30 to 60...
My first guess is that Dynamic Memory is running out. That's a sort of scratch pad used during the execution of the program. You can monitor this by using some...
hi, George, I have a similar problem with my application. In a real Palm, I got no errors, but when on Symbian, after 10 to 15 minutes a 'memory full' alert...
Is there any chance of getting actual screen shots in both cases (Clistones and Tony)? I'd love to see if it's the exact same message. Clistones, could you try...
George, Screenshots attached. I will code later to show memory heap values and tell you. If possible, send again to StyleTap the square problem of LED font (it...
George, I'm pretty sure it's the same error in my game as Clistones is getting (not within the app like I first thought), except the background of the error...
This is the utility I use for screenshots: <http://www.antonypranata.com/screenshot> Simple, no frills, works well. ... afraid! ... program and I ... program...
I've just encountered a problem I hadn't previously considered whilst amending my code to use the Dynamic Heap monitoring. This is the first time I've tried to...
Yes - but it's easy to do. Simply add it as a resource in Project Properties. 'Resource Type' should be libr. (You can use this same method to include files in...
George - these are the same Memory Full messages as I'm getting - the only difference being the white background to the box on mine - presumably down to the...
... I update my code to display heap size, free and chunk, Values are 45875, 10485 and 98304 But application's still getting Memory Full error and these values...
Hi George, Excuse my lack of knowledge in this area, including libraries under resources is new to me... I'm getting Syntax Error 108 on compiling. The...
Tony, When you declared LoadLibrary "NSBSystemLib", "NSL" you are telling the compiler that from now on NSBSystemLib will be known as "NSL" So, instead of...
Ok I've finally found the time to get some screendumps on here... I've saved them all into the photo section. There are five shots, two at the start and three...
hi, i wish that i could port my nsb/palm shareware to symbian freeware using nsb/symbian standard edition. could i use Open Signed Online (beta). as it is ...
Open Signed Online (beta) may not be that practical: it is tied into the IMEI of the device, a long number that is a pain to enter in. Self Signed may work...
Interesting comment from Michael Mace: <http://mobileopportunity.blogspot.com/2009/06/symbian-evolving-toward- open.html> "Symbian said it's going to...
hi, "NS Basic/Symbian OS creates automatically creates Self Signed applications. No other steps are needed". does it means after compile using nsbasic/symbian...
That is the intent of Self Signed. The Ovi Store is a different matter - we are working on that. We're finding the Ovi Store still needs work itself....
Apps on Symbian devices run in a private folder - they cannot interfere (or share) with each other's data. There are a couple of ways around this: - Have both...
My Palm program can export data to Palm Memopad. I've tested this feature in NSB/Symbian and it appears to successfully export the data. Seems a long shot but...
When you write to a memo pad, it gets written to a file that has the same name as the Palm OS memopad. It is not interacting with the Symbian OS Memo app....
So if I know the name of the file the Memo pad data gets written to I can call it back into my NSB app if I wrote an appropriate program? Do databases work in...