best way to access the video/Audio files?????

2003-09-26 Thread SaradhiDV
Hai All, 1. I transfered some video/Audio clips on the palm device in the .pdb format.I intended these PDb files to support file streaming api.SO in what way should i convert the existing databases to the filestream supported databases?? 2. I intended to play the media files using filestream

BMP Display.

2003-09-19 Thread SaradhiDV
Hai all, In my application I have to display my raw pixel images (BMP kind of images) one frame after another..to give a movie clip like effect i.e. rendering. I cud do this on windows using the Device Context (DC) functions and the Bitblt()function. what should I do to achieve this on palmOS?.

Re: New:Derived class problems in the shared library????

2003-09-08 Thread SaradhiDV
Hi Ben Chris, I cud identify the simple mistake i hav done. Anwys thanx a lot for replying even for such a small simple mistake. As of the limitations for implementing the classes in shared librarires like non virtual support n all i will stick to static libraries even for the windows dlls

Re: New:Derived class problems in the shared library????

2003-09-06 Thread SaradhiDV
Hai Ben, I already changed the file extensions as .cpp. When I am using the general (base) classes I am not getting these errors. But when I am trying to access the derived classes the problem is arising. Regards, Saradhi. -- At 08:02 AM 9/5/2003, Dave Lippincott wrote: Turn on the C++

Re: New:Derived class problems in the shared library????

2003-09-06 Thread SaradhiDV
Hai Ben, Thanx for the Reply. I dropped the idea of using classes from a shared library and went for static library. So i created a Static library and just added the following 2 classes in it. Still i am getting the errors for the derived class CStarter1. Its not complaining if i removed this

New:Derived class problems in the shared library????

2003-09-05 Thread SaradhiDV
Hai all, I am new to Palm OS dev and to this group. While I am trying to compile this code on Code warrior in shared lib, I am getting errors. The key words of C++ like class,public,..etc r not being identified.This behaviour is same for each and every class. Does i need to set any c++

Re:New:Derived class problems in the shared library????

2003-09-05 Thread SaradhiDV
++ Language- check 'Activate C++ Compiler) and make sure you file has the cpp extension (don't know if that is still a requirement but it wouldn't hurt) - Original Message - From: SaradhiDV [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, September 05, 2003 8:00