pseudo application creation

2003-07-18 Thread Chris Apers
Hi, I wonder how it is possible to create pseudo apps on palm like PowerRun do ? Thanks for help Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PDB name with pilrc

2003-07-18 Thread Chris Apers
> > i'm assuming you want to generate the .prc from PilRC right? > (that is, use the -ro option) look above for the parameters. > Yes but i want to set the Char[32] name of the database -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

PDB name with pilrc

2003-07-18 Thread Chris Apers
Hi, Is it possible to set the name of a pdb file made with pilrc at compile time ? Is there a pilrc param for that ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SDK 5 R2

2003-07-16 Thread Chris Apers
CW 9 is not in the list. And it seems i need to install it by hand. But don't know how to do this. Thanks > At 10:29 AM 7/15/2003, Chris Apers wrote: > >Hi, > > > >Is it possible to install this SDK with CW 9 ? > > Yes. Have you tried to install it and

Re: BmpGlueSetTransparentValue

2003-07-15 Thread Chris Apers
Any answer ? > Hi, > > I use BmpGlueSetTransparentValue to set/unset transparency on a bitmap. > When i want to unset transparent index i use: > > BmpGlueSetTransparentValue (bmpP, kTransparencyNone); > > But i have a SysFatalAlert : > AccessorGlue.cp, Line 463, BmpSetTransparentValue: invali

SDK 5 R2

2003-07-15 Thread Chris Apers
Hi, Is it possible to install this SDK with CW 9 ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: I have a strange error

2003-07-03 Thread Chris Apers
> Hi, > > I have a strange error, "(sys 505 (0,0))", the only other thing in the > message it's"Note the error code and contact the developer of this > application ". What device do you use ? is this a simulator ? What do you attempt to do on your program ? > > Ok it's me the developer ;-) > > D

Re: optimizing dynamic memory

2003-07-01 Thread Chris Apers
> > One technique, if you're building a C++ app, is to use expanded mode -- > this shifts a lot of data used for C++ objects into the storage > heap. Right now, expanded mode works much better in V8.3 than V9.1, but > when 9.2 is posted, it will have all the known expanded mode problems from > V9

MSA lib

2003-06-23 Thread Chris Apers
Hi, i try to use MSALib, works fine with audio adapter, but if i try to open the lib with MsaLibOpen or MsaLibEnforceOpen on a device that have a built-in MP3 support the MP3 plays only when i exit the app. Any idea how to fix this ? MsaLibOpen(RefNum, msaLibOpenModeAlbum); -> return msaErrAlrea

Re: MP3 on tungsten

2003-06-23 Thread Chris Apers
Ok thanks, Does this work with PalmOS simulator or do i need a real device to test it ? > > Where can i found code example on how to play MP3 > > with the OS5 sound API ? > > there is no native mp3 support - write your own mp3 streaming > function (read mp3 ->> stream) and you'll have mp3 - no

MP3 on tungsten

2003-06-21 Thread Chris Apers
Hi, Where can i found code example on how to play MP3 with the OS5 sound API ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

MP3 and OS5 Clie

2003-06-20 Thread Chris Apers
Hi, It seems that MSAlib is not implemented on OS5 Clie, so is there a way to play MP3 on these devices ? Thanks a lot Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Midi command

2003-06-17 Thread Chris Apers
> > I'd like to play multi-channel midi commands via speaker > > we did this in the very early versions of lemmings :) there is > a lookup-table you can use to convert midi notes -> freq values. > > --- > static int freqNote[] = > { > 0, 8, 9, 9,10,10,11,12, >

Re: Midi command

2003-06-17 Thread Chris Apers
I'd like to play multi-channel midi commands via speaker - Original Message - From: "Andrew Springman" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 7:55 PM Subject: Re: Midi command > Yes. Please be more specific about what you are tryi

Re: play litte sound with Palm

2003-06-16 Thread Chris Apers
Try SndDoCmd - Original Message - From: "Rodolphe Bréjaude" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 5:41 PM Subject: play litte sound with Palm > Hello; > > How can I play a bepp at a special frequenci or just a beep on my palm > i

Midi command

2003-06-16 Thread Chris Apers
Hi, Is it possible to play midi command on OS5 like note on, program change, etc... ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

MsaSuToTime and MsaimeToSu

2003-06-06 Thread Chris Apers
Hi, I'd like to know why if i call MsaSuToTime to convert Sound Unit to time (...) and call MsaTimeToSu with the returned MsaTime param i don't receive the previoulsy passed SU. ??? Thanks for your answer Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please se

Re: Off-Screen-Window - full memory

2003-06-05 Thread Chris Apers
> > I use POSE Handspring Prism, Did you check the dynamic heap size of this device ? > > I have some MemPtr & MemHandle but none Global. > > I have a SMART class for my application (I tried BIG > also but is the same) i was meaning C++ class. > > Another question: > I copy a transperent (F

Re: Off-Screen-Window - full memory

2003-06-05 Thread Chris Apers
What's the depth of your offscreen ? What version of palmos do you use on POSE ? Dynamic heap size differ from a version to another and from a device to another. Do you allocate also memory with MemPtrNew or MemHandleNew ? Do you use a big class in your app ? > Hi all, > > I'm making a game wit

Re: Free handle error entering EvtGetEvent

2003-06-05 Thread Chris Apers
> > Fixed ! > > maybe it is good to say how you fixed it :) so, the next person who > does a search in the archives for this error or similar can get a > hint of a possible solution? > Yes, I want to move a database from a memory card and a temporaly rename the existing database on device in case

Re: Free handle error entering EvtGetEvent

2003-06-05 Thread Chris Apers
Fixed ! > Hi, > > I have an "MemoryMgr.c, Line:3583, Free Handle" error on the simulator > entering EvtGetEvent(&event, evtNoWait); in my program. When i press > the debug button, the debugger show me the following lines : > > 0x60105B7C( __Startup__ ) > 0x600F960C( PilotMain ) > 0x600F9CD6( Proc

Free handle error entering EvtGetEvent

2003-06-04 Thread Chris Apers
Hi, I have an "MemoryMgr.c, Line:3583, Free Handle" error on the simulator entering EvtGetEvent(&event, evtNoWait); in my program. When i press the debug button, the debugger show me the following lines : 0x60105B7C( __Startup__ ) 0x600F960C( PilotMain ) 0x600F9CD6( ProcessNotify ) 0x60104FD0( La

menu

2003-06-04 Thread Chris Apers
Hi, Is there a way to close a menu when a form receive an update event ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

FrmReturnToForm

2003-06-03 Thread Chris Apers
Hi, Does FrmReturnToForm generate an event to the returned form ? I need to redraw a part of my main form after each call to another form. Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

MsaTimeToSu

2003-06-02 Thread Chris Apers
Hi, Do i need to set each element of a MsaTime var in order to obtain the Sound Unit with MsaTimeToSu or can i just set the .frame element ? ex : UInt32 startsu; MsaTime time = {0, 0, frame}; MsaTimeToSu(_msaRefNum, &time, &startsu); thanks Chris -- For information on using the Palm Developer

WinScrollRectangle problem on hidensity device

2003-05-28 Thread Chris Apers
Hi, I want to use the WinScrollRectangle on hi-density device but if i specify a 'distance' of 1 it will scroll the screen with a 'distance' of 2, so is there a way to make this function works properly ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, plea

Re: pa1Lib on sony device

2003-04-04 Thread Chris Apers
Do i need to pay for that ? > > Do you know how to force sound output to speaker or headphone > > with this lib. It seems that if a clie has a headphone the sound > > works only if you plug the headphone before straing the game and > > plays only on the right. > > one of the little changes i ment

Re: Is it possible to create files on expansion cards which is inserted in to PalmOS device?

2003-04-04 Thread Chris Apers
Take a look at the VFS API in the programmers companion - Original Message - From: "liuchoi" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, April 04, 2003 11:07 AM Subject: Is it possible to create files on expansion cards which

pa1Lib on sony device

2003-04-04 Thread Chris Apers
Hi, Do you know how to force sound output to speaker or headphone with this lib. It seems that if a clie has a headphone the sound works only if you plug the headphone before straing the game and plays only on the right. thanks Chris -- For information on using the Palm Developer Forums, or to

Re: More Tungsten Questions

2003-04-01 Thread Chris Apers
> Looks like I have a lot of work to do this weekend. I guess I'm finally > going to have to bite the bullet and upgrade my development system. I've > been using PRC-TOOLs and SDK 4.x > > My application has been working on all versions up to and including 5.x > but I have begun to receive repor

Re: pilrc

2003-04-01 Thread Chris Apers
> > I have lots of bitmaps that have the same colortable but to save space > > i don't want to include their colortable and define it in my program. > > > > How can i do this ? > > tell pilrc to map the bitmap data to a specific palette (PALETTEFILE) > and, it'll do it. in order for you to dis

Re: pilrc

2003-04-01 Thread Chris Apers
> > Is it possible to have a BITMAPCOLOR with COLORTABLE defined > > but without include its colortable ? > > what do you mean exactly? > > pilrc needs a palette to do the conversion from the native > bitmap format to the internal format used by palm. if you > dont supply your own color table,

pilrc

2003-04-01 Thread Chris Apers
Hi, Is it possible to have a BITMAPCOLOR with COLORTABLE defined but without include its colortable ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Fw: MemoryMgr.c error on exit

2003-03-21 Thread Chris Apers
Hi, I have the follwoing error after i exit my app on the palmsim. MemoryMgr.c, Line:3675, Invalid chunk ptr Everything's ok with the emulator. The debugger show this error at the last line Do you know why this occured ? 5F033FF6: 2A00move.l d0,d5 5F033FF8: 4A04tst.b

MemoryMgr.c error on exit

2003-03-20 Thread Chris Apers
Hi, I have the follwoing error after i exit my app on the palmsim. MemoryMgr.c, Line:3675, Invalid chunk ptr The debugger show this error at the last line Do you know why this occured ? 5F033FF6: 2A00move.l d0,d5 5F033FF8: 4A04tst.bd4 5F033FFA: 504Faddq

Re: fatal exception

2003-03-19 Thread Chris Apers
Try to reset your device with the up key pressed - Original Message - From: "Marie JEHANNO" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 19, 2003 3:05 PM Subject: fatal exception > Hi all, > > i have a "fatal exception" whatever the operation

Sampled sound

2003-03-18 Thread Chris Apers
Hi, Do you know where can i find source code to convert 16bit/mono/raw data into yamaha ADPCM ? i need to do it programatically. Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

What is faster ?

2003-03-13 Thread Chris Apers
Hi, I'd like to know what function is faster : WinScrollRectangle or MemMove thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: StrIToA Problem

2003-03-13 Thread Chris Apers
Need a MemHandleFree ... MemPtrUnlock (str); MemhandleFree(strH); > Hi > Following is my code and it gives me Memory Leak. > > MemHandle strH; > Char * str; > Int32num = 89; > > strH = MemHandleNew (sizeof (Int32)); > str = (Char *) MemHandleLock (strH); > > str = StrIToA (str, num);

Midi chip

2003-03-13 Thread Chris Apers
Hi, Do you know what midi chip we can find on Sony Clie and where can i get docmentation about it ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: WinPalette and SDK5R2

2003-03-12 Thread Chris APERS
I found the problem, it was in my program :o) I called : frmP = FrmInitForm(MyForm); FrmDrawForm(frmP); FrmDeleteForm(frmP); just draw a loading message, and after that the palette is set with cycling colors but WinPalette returned winErrPalette after the second or third call. After removing fo

Re: WinPalette and SDK5R2

2003-03-12 Thread Chris Apers
Ok, i'm wrong. I have an winErrPalette error. But i don't understand why this occured. If i use HwrDisplayPalette instead it works. Do you know why i have this error ? - Original Message ----- From: "Chris Apers" <[EMAIL PROTECTED]> To: "Palm Developer

WinPalette and SDK5R2

2003-03-12 Thread Chris Apers
Hi, WinPalette Doesn't seems to work with PalmOS SDK 5 68k R2 Any info about that ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Simulator

2003-03-12 Thread Chris Apers
My app works fine under palmos 4 If i try with the simulator from Sony i have : I:\Snoopy\ARM\Core\Emul68K\Src\Error68K.c, Line 1543, Write to BitmapType (id 0) off: 12, size: 4 > Chris, it sounds like your if statement only has ONE = sign not TWO ==. > > Alan the condition is :

Simulator

2003-03-11 Thread Chris APERS
Hi, I have the following error while debugging with simulator : I:\Ripple\ARM\Core\Emul68K\Src\Error68K.c, Line 1543, Write to WindowType (id 65535) off: 18, size: 4 The debugger stop on a if condition Do you know why ? thanks ___

Re: Hiding/Showing Scrollbars

2003-03-10 Thread Chris Apers
try FrmHideObject / FrmShowObject functions - Original Message - From: "davidmo" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 4:00 PM Subject: Hiding/Showing Scrollbars > Using PILRC. Tried many different combinations of setting control

Play Midi Command

2003-03-10 Thread Chris Apers
Hi, How can i play multichannel midi on Clié and OS5 devices ? SndDoCmd doesn't seems to support this. Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Virtual silkscreen on clie

2003-03-08 Thread Chris APERS
Hi, How can i create a custom virtual silkscreen of reset its color palette ? tahnks Chris _ Hotmail : un compte GRATUIT qui vous suit partout et tout le temps ! http://g.msn.fr/FR1000/9493 -- For information on using the Palm

Re: Error With Adding a Record to a Database

2003-03-07 Thread Chris Apers
You open your database in read only mode ! Try read/write mode instead - Original Message - From: "Stringer" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 5:07 PM Subject: RE: Error With Adding a Record to a Database > >Subject: Error Wit

typedef problem

2003-03-05 Thread Chris Apers
Hi, I have i little problem and perhaps you can help. In the following exemple, i'd like to call func1, func2 or func3 with _func depending of the configuration of the app, so i call setfunc(int) to set the _func value. But i have the following error : --| illegal implicit convertion from 'voi

Re: string and constructor

2003-03-04 Thread Chris Apers
Forget my question :o) > > >Hi, > > > > > >I try to create a string in constructor with hex values : > > >00 05 28 00 00 96 08 > > >but when i compile, i have > > >00 05 28 00 00 D0 08 > > >instead, do you know why ? is this a bug ? > > > > No idea, but it is likely a Constructor problem due to th

Re: string and constructor

2003-03-04 Thread Chris Apers
> >Hi, > > > >I try to create a string in constructor with hex values : > >00 05 28 00 00 96 08 > >but when i compile, i have > >00 05 28 00 00 D0 08 > >instead, do you know why ? is this a bug ? > > No idea, but it is likely a Constructor problem due to the embedded NUL > character. > > If you're

string and constructor

2003-03-03 Thread Chris Apers
Hi, I try to create a string in constructor with hex values : 00 05 28 00 00 96 08 but when i compile, i have 00 05 28 00 00 D0 08 instead, do you know why ? is this a bug ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Notify event

2003-03-03 Thread Chris Apers
Hi, I'd like to know how to receive notification of inserted/removed memcard. I tried to put SysNotifyRegister on PilotMain but i don't receive the sysNotifyCardInsertedEvent/sysNotifyCardRemovedEvent Can you help me ? thanks Chris -- For information on using the Palm Developer Forums, or to

Re: debug simulator

2003-03-03 Thread Chris Apers
> > > palmsim is quite stable. i have been using it since dr1 :) it is however > > > very flaky about reporting errors to you *g* - it can barf in an > instant, > > > and, not tell you why. in these cases, you are better of running the app > > > on pose (to find out why it crashes). > > > > Yes b

Re: debug simulator

2003-03-03 Thread Chris Apers
> > > I'm working under WinXP do you know why ? > > > > No, I don't know why you are using Windows XP. ;-) > > heh. > > > I'm using both the simulator and Pose on XP without problems. Is the > > simulator crashing while debugging your app or just in general? I have > had > > the simulator cr

debug simulator

2003-02-28 Thread Chris APERS
Hi, I have a problem when i try to debug with palmos simulator. It often crash when it has to raise an error or also crash when i click the Debug button. I'm working under WinXP do you know why ? thanks _ MSN Search, le moteur d

Insert notification

2003-02-26 Thread Chris APERS
Hi, How can i intercept insert/remove event of memory card on palmos 4. I tried with sysNotifyCardInsertedEvent/sysNotifyCardRemovedEvent but it doens't seems to work Thanks Chris _ Gagnez 1 appareil photo num. en envoyant KDO p

CW 8.3 to 9.1

2003-02-26 Thread Chris APERS
Hi, I try to port my app from 8.3 to 9.1, but when i compile i have link errors : Link Error : gameDetector.cpp: '_current_locale' referenced from 'GameDetector::parseCommandLine(int,char**)' is undefined. Link Error : dialog.cpp: '_current_locale' referenced from 'Dialog::handleKeyDown(u

DB management

2003-02-19 Thread Chris Apers
Hi, I have a problem working with DB : In AppStart i open my DB and keep it ref in a global variable (static DmOpenRef _dbRef). During the program i try to add/remove records with DmNewRecord and DmRemoveRecord but i have an address error (read at an odd address) when i try to read with DmQueryRec

abs() function ?

2003-02-19 Thread Chris Apers
Hi, Is there an abs() function on palmos ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Field focus

2003-02-18 Thread Chris Apers
Hi, How to set the focus to a specified field ? tahnks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

bitmap palette

2003-02-17 Thread Chris Apers
Hi, Is it possible to create a bitmap with palette under Constructor ? Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Form and resource

2003-02-13 Thread Chris Apers
Ok, i know how these functions work. But i don't use them, i use : frmP = FrmInitForm (AboutForm); FrmDoDialog (frmP); // Display the About Box. FrmDeleteForm (frmP); Is FrmDoDialog (and FrmDrawForm) search elements to draw with DmGetResource, and so can draw parts that are not

Form and resource

2003-02-12 Thread Chris APERS
Hi, I have a problem with my application. I have a build-in resource and an external resource DB opened. But when i want to display a modal form containing a family icon (1100) the drawn family icon is from the other resource DB. Do you know why ? Thanks for all your previous help ! Chris _

transparent Bitmap

2003-02-12 Thread Chris Apers
Hi, How can i retreive the transparentIndex of a BitmapType ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Simulator

2003-02-07 Thread Chris Apers
Hi, Can i remove the 4M ram disk on simulator ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: DmDetachRecord

2003-02-03 Thread Chris Apers
> > >Is record indexes constant all along the execution, or are they updated when > >i detach/remove/delete one of them ? > > They dynamically renumber when any records are either inserted or removed. Thus > the valid index numbers will always be from 0 through the last available number. > One simp

DmDetachRecord

2003-02-03 Thread Chris Apers
Hi, I have created a database, attach some handle to it with DmAttachRecord and save the index of each record (returned by DmAttachRecord) When i exit my app i try to detach all the records with DmDetachRecord but i have the error : dmErrIndexOutOfRange. Is record indexes constant all along the

Re: freeing memory - pointers and handles

2003-01-31 Thread Chris Apers
- Original Message - From: "Veronica Loell" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 5:52 PM Subject: Re: freeing memory - pointers and handles > For clarity, here is the entire code of a function that leaks memory, > I must be miss

Appl. error

2003-01-31 Thread Chris Apers
Hi, I'm writting a app that allocate chunks, recover handle to them and attach these handles to a database with DmAttachRecord. But after quitting the app if i try to access INFO in the launcher menu i have the follwoing error (palm emulator) : Appl. (4.11S) called SysFatalAlert with the message:

Re: SysFatalAlert : can't find MathLib

2003-01-31 Thread Chris Apers
Did you install Mathlib.prc on your device ? - Original Message - From: "Brian Preston" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 3:14 PM Subject: SysFatalAlert : can't find MathLib > I'm trying to use MathLib (obviously). I've foll

Appl. Error

2003-01-31 Thread Chris Apers
Hi, I created an app that allocate chunks and attach them to a database. After i exit my program, if i try to access INFO in the launcher i have the following error : Appl. (4.11S) called SysFatalAlert with the message: "MemoryMgr.c, Line: 4384, Free handle". and after: Appl. (4.11S) just read

Re: Memory handle

2003-01-31 Thread Chris Apers
In fact it doesn't work :) System try to read at -4bytes from passed pointer and return and read error not in ROM nor in RAM. > > > - Original Message - > From: "Aaron Ardiri" <[EMAIL PROTECTED]> > To: "Palm Developer Forum" <[EMAIL PROTECTED]> > Sent: Friday, January 31, 2003 11:56 AM > Su

Re: Memory handle

2003-01-31 Thread Chris Apers
In fact it doesn't work :) System try to read at -4bytes from passed pointer. - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 31, 2003 11:56 AM Subject: Re: Memory handle > > If i use MemChunkNew to alloc

Memory handle

2003-01-31 Thread Chris Apers
Hi, If i use MemChunkNew to allocate a movable/large memory block is there a way to recover its handle ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CLIE palm emulator

2003-01-30 Thread Chris Apers
Hi, after few tests I have seen that the CLIE palm emulator doesn't lock the storage heap. Does anyone know why ? Is there a way to force palm emulator to lock this heap ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/d

Re: Memory allocation

2003-01-29 Thread Chris Apers
> > you *could* avoid the DmWrite procedure using MemSemaphoreReserve > and MemSemaphoreRelease API's - but, they stop working on OS5+ > however, on these devices, there are more memory. > > be very careful using these API's i am sure someone at palm is > cringing in their seats for me even mention

Re: Memory allocation

2003-01-29 Thread Chris Apers
I'm currently porting ScummVM to palmos and some games need lots of memory to work (not really lot but more than the dynamic heap) I don't want to change all the code accessing memory pointers to DmNewHandle/DmWrite but it seems this is not possible because storage heap is write protected. - O

Re: Memory allocation

2003-01-29 Thread Chris Apers
I'm porting a app to palmos. - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, January 29, 2003 1:40 PM Subject: Re: Memory allocation > > Ok, i was talking about allocating memory using > > MemChunkNew with stor

Re: Memory allocation

2003-01-29 Thread Chris Apers
Ok, i was talking about allocating memory using MemChunkNew with storage heap ID. This works on emulator but not on real device. I need to have a pointer access. - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, Jan

Memory allocation

2003-01-29 Thread Chris Apers
Hi, Is there a way to allocate memory on the storage heap ? It works on the emulator but not on a real device perhaps due to unlocked storage heap (on Simulator it's possible to lock/unlock it). Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see h

Re: Hi-res+ Slikscreen area

2003-01-28 Thread Chris Apers
Thanks for all but VskSetCurrentSlkw is for PalmOS 5 device only and seems to be only for plugin management. I don't think there is additional infos, personaly i searched for info about playing sound sample with clie and never find something really usefull, so for silkscreen it must be the same :o

Re: Hi-res+ Slikscreen area

2003-01-28 Thread Chris Apers
Yes, there is nothing about how to change/set the virtual silkscreen. - Original Message - From: "Jeff Wheeler" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 5:13 PM Subject: RE: Hi-res+ Slikscreen area

Hi-res+ Slikscreen area

2003-01-28 Thread Chris Apers
Hi, How can i change the silkscreen area on hi-res+ devices ? thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Free memory

2003-01-28 Thread Chris Apers
Ok i find a way to do what i want - Original Message - From: "Aaron Ardiri" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 4:11 PM Subject: Re: Free memory > > Ok this code seems to work fine ! > > But is there a way to allocate more tha

Re: Free memory

2003-01-27 Thread Chris Apers
MAIL PROTECTED]> Sent: Friday, January 24, 2003 7:21 PM Subject: Re: Free memory > This code should do it: > >UInt16 hId = MemHeapID( 0, 0 ) ; >UInt32 nFree, maxChunk ; >MemHeapFreeBytes( hId, &nFree, &maxChunk ) ; > > Jan Slodicka > > - Original

Free memory

2003-01-24 Thread Chris Apers
Hi, How can i find the total amount of free memory programaticaly ? the GetOSFreeMem from palm show always the same amount even if i allocate memory. thanks Chris -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Problem with PALM FORUM ?

2003-01-24 Thread Chris Apers
This is just a test, because the last message i have is : 23/10/03 18:06 GMT+1 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

UI colors

2003-01-23 Thread Chris Apers
Hi, Is it possible to change the UI colors without UIColorSetTableEntry beacause i don't use WinPalette to set the palette but HwrDisplayPalette (WinPalette is too slow) and UIColorSetTableEntry use the standard palette to set colors. Thanks Chris -- For information on using the Palm Developer

Re: how to set a define "PALM_OS" in project setting ?

2003-01-22 Thread Chris Apers
I asked this last month, here the answer from Ben Combee : " With the Metrowerks compiler, we define __PALMOS_TRAPS__ when compiling for 68K Palm OS, and __PALMOS_ARMLET__ when compiling ARMlet code for Palm OS. " Chris - Original Message - From: "Matt Graham" <[EMAIL PROTECTED]> Newsgroup

class constructor

2003-01-22 Thread Chris Apers
Hi, This a newbie question :o) : I have a class : class firstClass { public: firstClass(a, b); .. (vars declaration) ( functions declaration) } and another one : class nextClass : public firstClass { public: nextClass(a, b); . (vars declaration) ( functio

Re: stack overflowed

2003-01-21 Thread Chris Apers
What is the max size of the stack ? - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 6:28 PM Subject: Re: stack overflowed > At 17:49 2003-1-20 +0100, you wrote: > >Hi, > > > >Is there a way to incre

stack overflowed

2003-01-20 Thread Chris Apers
Hi, Is there a way to increase stack size ? Because i have a stack overflow. And if i use : Char *buf = (Char *)MemPtrNew(256); instead of Char buf[256]; in my function, my program extremely slow down. Thanks Chris -- For information on using the Palm Developer Forums, or to unsubscrib

Re: This forum has no [palm-dev] in the subject, why not?

2003-01-17 Thread Chris Apers
Why don't use TO field instead of SUBJECT ? - Original Message - From: <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 3:36 PM Subject: This forum has no [palm-dev] in the subject, why not? > > I like to filter my various mailing lists to

Re: Link error

2003-01-07 Thread Chris Apers
Is there a way to use very large data segement ? I really need that - Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 6:29 AM Subject: Re: Link error > At 20:29 2002-12-23 +0100, you wrote: > >Hi, >

bsearch

2003-01-02 Thread Chris Apers
Hi, Is there a "bsearch" function in PalmOS ? Thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Alarm

2002-12-28 Thread Chris APERS
Thanks for all, i'll try this :) Original Message Follows From: "Aaron Ardiri" <[EMAIL PROTECTED]> Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Subject: Re: Alarm Date: Sat, 28 Dec 2002 11:23:04 +0100 > I currently have a fatal e

Alarm

2002-12-27 Thread Chris APERS
Hi, I currently have a fatal error when an alarm occured (todo or worldclock clie app) when my program is running. Do you know why ? Is it possible to intercept an alarm ? thanks chris _ MSN Messenger : discutez en direct avec vos

Link error

2002-12-23 Thread Chris APERS
Hi, First thanks to all of you who help me these past days. Now, I have a big problem when i try to compile a new version of my program, i added some new stuff (.cpp files) and now i have these links errors : Link Error : saveslot.cpp: Near data segment is bigger than 64k. Link Error : save

<    1   2   3   4   >