help on Eclipse

2004-07-01 Thread jeff ang
can anybody tell me what i need to do to compile a code as Palm OS Code Resource on Eclipse? __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail -- For information on using the Palm

help on plugin

2004-07-06 Thread jeff ang
hi, i was able to compile and build the plugin sample from palmsource. However, when i changed the plugin.c into plugin.cpp, a linker error appears saying: "Link Error: __RuntimeModule__: ' __Startup__' referenced from '__DummyStartup__' is undefined". i can't understand why this happened. accordin

plugin and armlet?

2004-07-16 Thread jeff ang
is there a way for a palm plugin compiled as code resource to be run in an armlet? if there is, how should it be done? thanks __ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail -- For inform

NetLibReceive problem.. sending more than 512 bytes

2004-09-24 Thread jeff ang
I'm trying to stream wav using NetLibReceive... All works fine in the simulator, but the same code doesn't work in the device... Ideally I send 4b at a time... but testing on the device, I can't send more that 512 bytes at a time... What can cause this problem? Thanks. -- For information on u

Re: NetLibReceive problem.. sending more than 512 bytes

2004-09-25 Thread jeff ang
i was able to receive the data once when the data was more than 512 bytes, after that, the device restarts automatically when NetLibReceive function is called again. i am using a bluetooth connection. the server and the device communicates using the access point. -- For information on using the

Re: NetLibReceive problem.. sending more than 512 bytes

2004-09-28 Thread jeff ang
i am now able to receive 4kb data using the method you suggested. thanks for the help. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

streaming problem

2004-09-29 Thread jeff ang
i'm trying to stream a wav file from a server. i used the sound stream function, inside the callback function, i call the ReceiveDataTino to retrieve the data from the server. the design of the ReceiveDataTino is to get 512 bytes at a time and combine it to form a 4k bytes data because the devic

video/frame output

2004-11-16 Thread jeff ang
i am looking for a way how to play a video in palm. however, i did not find any functions that directly support video playback. i did find WinDrawPixel and WinDrawPixels, but i think having a loop of 160x160 per frame would slow down the device. what would be a better approach in doing this? --

Re: video/frame output

2004-11-17 Thread jeff ang
thanks for the help. i would try that out, but i was thinking, wouldn't that be somehow the same with WinDrawPixels? i would still undergo looping 160x160 for moving the pixel in the created bitmap. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

Re: video/frame output

2004-11-19 Thread jeff ang
thanks ben. i'll try it out and then post again for the results. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/