Re: Help me. DmGetResource couldnt find resource.

2006-07-16 Thread Dmitry Grinberg
your database is not open. find it. open it. then get resource. On 7/17/06, Jin <[EMAIL PROTECTED]> wrote: Im currently making shared library with ARM. The problem is DmGetResouce just keep returning the NULL The DmGetLastErr said "Couldnt find resource" (error code 210) ARMStruct *arm

Help me. DmGetResource couldnt find resource.

2006-07-16 Thread Jin
Im currently making shared library with ARM. The problem is DmGetResouce just keep returning the NULL The DmGetLastErr said "Couldnt find resource" (error code 210) ARMStruct *armStruct = MemPtrNew(sizeof(ARMStruct)); FtrGet(sysFtrCreator, sysFtrNumProcessorID, &processor

Help me. DmGetResource couldnt find resource.

2006-07-16 Thread Jin
Im currently making shared library with ARM. The problem is DmGetResouce just keep returning the NULL The DmGetLastErr said "Couldnt find resource" ARMStruct *armStruct = MemPtrNew(sizeof(ARMStruct)); FtrGet(sysFtrCreator, sysFtrNumProcessorID, &processor); if (s

Connect to CF Card

2006-07-16 Thread colmin
Hi All, I hope you can help me. My application requires that I store and later read text data in a file on a CF card using VFS Manager. I have successfully simulated my requirement in POSE by creating a Volume on my PC as C:\PoseSlot1,a directory on that volume "\System" and my parameter file

re: Beta Testers wanted for new PalmOS puzzle game

2006-07-16 Thread Henry Smith
Thanks to everyone who responded! I am no longer in need of testers. - Henry -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Create a bitmap resource from a capture photo

2006-07-16 Thread Gabo
I want to create a bitmap resource from a BMP capture image from PalmPhotoCaptureImageV2 after this function a had a image handle and a VFS file with the photo in BMP format because I pass to the function captureParam.imageInfo.fileFormat = palmPhotoBMPFileFormat; Is there a way to create the

i need some better way to search addressbook by number from my application

2006-07-16 Thread Michal Seliga
at the moment i use this code to search addressbook for contact by phone number callback: static Boolean LookupCallback(void* ref) { return false; } AddrCallerIDParamsType params; SysNotifyParamType notify; MemSet(¬ify,sizeof(SysNotifyParamType),0); MemSet(¶ms,sizeof(AddrCallerIDParamsType)

Re: Urgent: MemMove in SndsStreamCallBack

2006-07-16 Thread [EMAIL PROTECTED]
yes the callback works prior to the tranmission. I just want to hightlight that i have a compression embeded in my application which requires 4096 buffer size. however the actual buffer size used in the callback function when i print it is only 512 bytes and even goes lower to 256 bytes. -- F

Re: Urgent: MemMove in SndsStreamCallBack

2006-07-16 Thread [EMAIL PROTECTED]
Hi Mr. Aaron Ardiri, Thank you for your help and reply. I don't know why, but putting it directly into the netlibreceive worked this time. but i have some issues, will this method fill the memory? because everytime i stop my application it hangs, which i think is due to limited memory. it would

Getting the address of connected BT device

2006-07-16 Thread Borszczuk
Hi, I use sysFileCVirtRfComm to connect via SrmExtOpen() to Bluetooth GPS device. The question however is, how got problems figuring out how to obtain the MAC address of the device I am connected to, so I'd cache it for next time use? Any suggestion for which part of Reference Manual shall I read

NetLibReceive

2006-07-16 Thread l3slie_16
i am working on sending voice across the network using netlibreceive and buffering. i initialize my buffer using this code: //buffer initialization if(!myPlayerInfoP->bufInit) { myPlayerInfoP->buf = MemPtrNew(bufferSizeP); //myPlayerInfoP->buf2 = MemPtrNew(bufferSizeP); m

Using Netlib

2006-07-16 Thread Micky MeNeZeS
Hi,   I am developing a normal HTTP server for palm. I am able to serve HTTP/GET request from the client. Now in this get request if I am sending large data then while coming out of the same application Palm TX device gets hanged. Can anybody please help?   I am using PODS IDE. For

Re: New to development and in need of help...

2006-07-16 Thread Ben Combee
On 7/16/06, Brian Gupta <[EMAIL PROTECTED]> wrote: Ok, got another message that I am unclear about: "Codewarrior for Palm OS Debugger Please place the device in console mode by entering 'Shortcut'..2" I have a Treo 650 that I plan to use for debugging and testing. Is there something I am missi