Re: Compress offscreen window's bitmap

2006-04-11 Thread Donald C. Kirker
Is this at all possible to do? I have tried a few other methods (like a window wrapped to a bitmap), but they failed. Any suggestions? -Donald "Donald C. Kirker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is this possible? > > BitmapType *winBmp = > WinGetBitmap(WinCreateOffs

link errors in Codewarrior

2006-04-11 Thread Drew Haninger
Has anyone seen these errors before in Codewarrior, its a large multi-segment project. Link Error : Undefined : "virtual table for abi::__class_type_info" Link Error : Undefined : "virtual table for abi::__si_class_type_info" Link Error : Undefined : "virtual table for abi::__vmi_class_type_

Hotsync wrecks touch screen

2006-04-11 Thread Mark Chauvin
I have a customer that installs my program and his digitizer loses its calibration. It's on a m100, and I've never seen this happen before. What could be causing it? All he has to do is install the .prc with Palm Desktop, do a hotsync, and his digitizer calibration is way off. Hard reset, recal

Re: Hi-res on Tungsten T

2006-04-11 Thread Borszczuk
On Tuesday 11 of April 2006 15:02 Ton van Overbeek wrote: > #sysMakeROMVersion(5,0,0,sysROMStageDevelopment,0) > as you found out ;-). Thanks. That confirms my former suspicions. Regards, -- "Daddy, what "Formatting drive C:" means?"... Marcin http://wfmh.org.pl/carlos

Re: Hi-res on Tungsten T

2006-04-11 Thread Ton van Overbeek
On 2006-04-11, Borszczuk <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting problems supporting hires on Tungsten T. The problem > is I check against device ROM version and Win version: > > FtrGet(sysFtrCreator, sysFtrNumROMVersion, &ROMVer); > FtrGet(sysFtrCreator, sysFtrNumWinVersion, &WinVersio

Hi-res on Tungsten T

2006-04-11 Thread Borszczuk
Hi, I am getting problems supporting hires on Tungsten T. The problem is I check against device ROM version and Win version: FtrGet(sysFtrCreator, sysFtrNumROMVersion, &ROMVer); FtrGet(sysFtrCreator, sysFtrNumWinVersion, &WinVersion); #define ourMinVersion sysMakeROMVersion(5,0,0,sysROMStageR

re: Issues saving an image.

2006-04-11 Thread she
there is a working sample source code on the pluggedIn site. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: How to use NetLibGetHostByName function

2006-04-11 Thread she
this is how i used this function. where: NetHostInfoBufPtr hp = NULL; hp = MemPtrNew(sizeof (NetHostInfoBufType)); NetLibGetHostByName(AppNetRefnum, url->host, hp, AppNetTimeout, &err); netip = NetHToNL(hp->address[0]); hostSockAddr.addr = netip; hostSockAddr.family = AF_INET; hostSockAddr.