Re: Palm crash after program ends.

2008-02-05 Thread Marcin
return reserved memory to the system (it could even be setting a new handle for FieldText and not freeing the old one). Give a feedback if u solve the problem. Greets Marcin Hi, After entering information on a form in our program, exiting the program causes the palm to crash. The form

Re: multi sections and pointers

2008-01-14 Thread Marcin
then segment size ? i've thought about dynamic allocation , where class datas are only pointers to structer which i allocate in methods of that class. But if methods are in different segment's than those pointers it doesnt work ? right ? is there any solution ? thank you marcin grzybowski

Re: multi sections and pointers

2008-01-13 Thread Marcin
Hello As i see, when i use multisections in my palmos app i cannot use pointers to datastructures form one segment in other ? ( Is there a way (some kind of trick maybe?) to do this, or do i have to split my code that pointers to structures in a section are used only in that section ?

multi sections and pointers

2008-01-10 Thread Marcin
you marcin -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: ARM jpeg library

2007-02-15 Thread Marcin
Hello. Thank you guys. pnoJpegLib looks great, and should be possible to change it to work in my way. I have studied its sources a bit, and now i'm at this point: -i have to run VFS functions from ARM code, but dont know how to do this. I havent found any examples on the NET. Can you provide me

ARM jpeg library

2007-02-14 Thread Marcin
to PNO, bu i have no idea how to do this (i have a lot of time, and willing to learn if it's necessary :) -so any links to to documents/tutorials/guidelines how i can do it would be helpful -also some hints what do i need to have/learn Thank you Marcin -- For information on using the PalmSource

Re: OS ?

2007-02-13 Thread Marcin Orlowski
Jagat Nibas Mahapatra wrote: What are the criteria, which qualify Palm/SYmbian/Wince to be called an operating system ? And BREW not ? http://en.wikipedia.org/wiki/BREW http://en.wikipedia.org/wiki/Operating_system -- For information on using the PalmSource Developer Forums, or to

Re: where to find 68K Garnet skin

2007-02-13 Thread Marcin Orlowski
[EMAIL PROTECTED] wrote: where can I download a 68K Garnet skin for my palm emulator Garnet is a name of palm os version 5. Not the visual theme. There's no Palm OS 5 for emulator (POSE I suppose). If you need to play with PalmOS you need the simulator from PDN.palm.com -- For information on

Re: jpeg decompress library for palmos ?

2007-01-09 Thread Marcin
on the function itself should take the same time. [...] Yes, it should work on 3.5 and higher versions of palmos. So there is no good solution to read jpeg faster using older OS ? Thank You for answers Marcin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see

Re: jpeg decompress library for palmos ?

2007-01-08 Thread Marcin
suitable for me ?? I'm not sure if i have enough skills to write my own library, or port IJG code :/ Thank You Marcin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

jpeg decompress library for palmos ?

2007-01-07 Thread Marcin
line of image separately), but its too slow (800x600 is being decompressed in more than 1 minute) AFAIK pnojpeglib and jpeglibpalm dont support reading parts of data (they need to decompress whole image into memory) Thank you for your help Marcin -- For information on using the PalmSource

Solution for not GNU make bug

2004-08-31 Thread Marcin Mankowski
I got private e-mails from other people and it seems that the superfluous check for GNU make appears in other versions of Windows than XP or 2000. My solution was to install newest VFDIDE from http://www.vfdide.com/, (I will not change the operating system because of one bug) -- For

Re: Solution for not GNU make bug

2004-08-31 Thread Marcin Mankowski
On 31 Aug 04, at 18:06, Ben Combee wrote: (unfortunately, I don't yet have a fix for this; we've not reproduced this problem here at PalmSource) Just try the box with other version of Windows. -- For information on using the Palm Developer Forums, or to unsubscribe, please see

build command is not GNU make

2004-08-22 Thread Marcin Mankowski
I removed (renamed) make.exe and I get THE SAME error: build command is not GNU make (I did the complete search to make sure that not other make.exe exists). So it looks that C:\PalmOSCygwin\bin\make.exe is not seen by PODS and the same error is generated whether make exists or not. -- For

Looks like other people has the same (not GNU make) problem

2004-08-22 Thread Marcin Mankowski
Two weeks ago Flex was asking similar questions at: http://news.palmos.com/read/messages?id=173471#173471 or tools-forum: http://news.palmos.com/read/?forum=tools-forum (2004-08-06 11:21:00 Build command is not GNU make or how to run PODS 9 Flex) I could not find any helpful answer. Did I miss

PODS: build command is not GNU make?

2004-08-21 Thread Marcin Mankowski
I just installed PODS after I made sure no old CygWin is on my system. When I try to build a sample project I get this error: Project test build command is not GNU make I even added manually C:\PalmOSCygwin\bin at the beginning of PATH (so I can execute CygWin make from MSDOS prompt). Still the

Re: PODS: build command is not GNU make?

2004-08-21 Thread Marcin Mankowski
On 21 Aug 04, at 17:29, Ben Combee wrote: If you open a command prompt window and type make or make -v, what do you see? Is it a copyright notice for GNU Make 3.80? If not, try to figure out which make.exe it is, and change it. This is what I get: GNU Make 3.80 Copyright (C) 2002 Free

tSTL, getting pointer / handle to single string.

2004-03-11 Thread Marcin Bienkowski
); FldSetTextPtr (description, str[number % MAX_STRING_TABLE_SIZE]); Is is the simplest way? Is there no non-copying version of SysStringByIndex? I do not need the whole table, only single string. best regards, Marcin. -- [ Marcin 'DrYoung' Biekowski ** http://valis.rpg.pl/~young/ ] -- For information

Re: GPL on Palm OS

2004-03-11 Thread Marcin Bienkowski
be a violation of GPL, because they are usually distributed without sources. What is crucial is availability of the source (as far as I remember in the digital form). It can be somewhere - internet www/ftp site for example is a very good place. best regards, Marcin. -- [ Marcin 'DrYoung' Biekowski