Regd VFSDirEntryEnumerate

2003-08-22 Thread TVS Deepak
Hi all, I have a strange problem regarding function VFSDirEntryEnumerate. I have an directory entry in my MMC Card by name Music ('M' Capital) Now when I call VFSDirEntryEnumerate, the error code that I get is vfsErrFileGeneric Now if I change the name of the directory to

Regd VFSDirEntryEnumerate

2003-08-19 Thread TVS Deepak
Hi all, I have a strange problem regarding function VFSDirEntryEnumerate. I have an directory entry in my MMC Card by name Music ('M' Capital) Now when I call VFSDirEntryEnumerate, the error code that I get is vfsErrFileGeneric Now if I change the name of the directory to music

Re: Graying of controls on disabling

2003-08-14 Thread TVS Deepak
HI Marianne, You cannot gray-out controls in Palm. The option is not provided for performance reasons. Deepak - Original Message - From: Marianne [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 3:18 PM Subject: Graying of controls on

Re: BlueTooth error codes

2003-08-14 Thread TVS Deepak
Jan You will find the error codes for bluetooth in the file BtLibTypes.h The file is present in Metrowerks/CodeWarrior/Palm OS Support/Incs/Extensions/Bluetooth/BtLibTypes.h Deepak - Original Message - From: Jan Slodicka [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent:

Re: new and delete in Palm

2003-08-14 Thread TVS Deepak
Hi Mayank, MemPtrNew and MemPtrFree can be used for new/delete. Deepak - Original Message - From: Mayank Babu Rastogi, Noida [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 3:49 PM Subject: new and delete in Palm Hi, I'm supposed to port

Palm Simulator/Emulator Help

2003-07-09 Thread TVS Deepak
Hi, I am writing a 68k application which uses a Arm Native Library written by me. I am unable to debug it with the simulator/emulator. The emulator is able to load the library but it doesnt support sound APIs that are being called in my application program, where as the simulator, displays

Accessing DLLs in Simulator

2003-07-09 Thread TVS Deepak
Hi, I have a arm native shared library. 68k application is using that library. I am unable to debug my application using simulator. The error mesg that pops up is that it is unable to find the required dll in the specified directory. Can anyone tell me how to convery a Arm library into a

Loading two arm native shared libraries

2003-06-10 Thread TVS Deepak
Hi everyone, I have a palm application which needs to load two arm native shared libraries. My application loads each shared library individually using syslibload. But when I am trying to load both the libraries in the shared library, the application is above to load only one library. It gives