Bitmap Resources and compiling

2005-07-28 Thread Landon Cunningham
Hey again all, I'm back at trying to get the bitmapRsrc files working and I have run into another problem. rm -rf *.o BitmapRsrc NeoSlate *.bin *.grc *.stamp *~ m68k-palmos-gcc -g -c NeoSlate.c -o NeoSlate.o m68k-palmos-gcc -g BitmapRsrc.c -o BitmapRsrc.o BitmapRsrc.c: In function

Re: Bitmap Resources and compiling

2005-07-28 Thread Landon Cunningham
these files? I should have BitmapRsrc.h included in my main program... which leads to how do I connect BitmapRsrc.c in with everything so I don't get undefined references to the functions? Landon On 7/28/05, Landon Cunningham [EMAIL PROTECTED] wrote: Hey again all, I'm back at trying to get

Re: Bitmap Resources and compiling

2005-07-28 Thread Landon Cunningham
__cplusplus extern C { #endif All the inline functions are nested inside the above. I assume that this is only for C++ compiling. So any ideas ... Thanks for any help, Landon On 7/28/05, Logan Shaw [EMAIL PROTECTED] wrote: Landon Cunningham wrote: Ok all the functions that don't

Re: Bitmap Resources and compiling

2005-07-28 Thread Landon Cunningham
That got it to compile which is nice ...now to try and see if it works. Thanks again, Logan On 7/28/05, Logan Shaw [EMAIL PROTECTED] wrote: Landon Cunningham wrote: When I do the -c bit I get this error: Now am I suppose to compile the BitmapRsrc files into a BitmapRsrc.o

Re: Bitmap Rsrc

2005-06-30 Thread Landon Cunningham
and the network/techies at my work took it from me. I have another computer which I can use but it is mac(eww) so I would have to set everything up on that. So I may not be able to work on it til next week cause tomorrow is holiday(Canada Day). Thanks, Landon Cunningham On 6/29/05, Dr. Vesselin

Re: pnoJpeg

2005-06-29 Thread Landon Cunningham
using a version3 bitmap and changing the density but that doesn't seem to change anything. Any ideas? Landon On 6/27/05, Miguel Angel Sotomayor Hernandez [EMAIL PROTECTED] wrote: I could make it work Landon Cunningham wrote: I know you have all probably read my past post regarding my

Re: pnoJpeg

2005-06-29 Thread Landon Cunningham
I think I should be using the bitmap rsrc files. No? On 6/29/05, Landon Cunningham [EMAIL PROTECTED] wrote: Ok this is what is happening. The library works now which is awsome. When I create the bitmap through just grabbing it through wingetbitmap() function I get a nicely sized image

Bitmap Rsrc

2005-06-29 Thread Landon Cunningham
Ok I was reading some past posts on the bitmap rsrc files, more specifically, Can't use BitmapRsrc.c 2004-07-26 00:37:00 BrownB. He was getting the error of: After trying some ways, I guess the compilation error is due to BitmapRsrc.h, now the error changed to this: In file included from

pnoJpeg

2005-06-27 Thread Landon Cunningham
I know you have all probably read my past post regarding my problems with encoding using the pnoJpeg lib. I know you must think that the problem is very similiar to pnoJpegLib: 0-bytes length VFS-file 2005-05-01 09:03:00 Miguel Angel Sotomayor Hernandez. I have looked at it and even

Re: pnoJpeg

2005-06-27 Thread Landon Cunningham
version before but I thought that due to only some small bug fixes it would work exactly as before which I seem to be stand corrected. So weird but ok. Thanks for suggesting reverting back to previous versions. Happy that my program actually gives me an image. Landon Cunningham On 6/27/05

Re: pnoJpeg

2005-06-27 Thread Landon Cunningham
I will give it a try tomorrow but it looks like it will help. Thanks I will let you know. But it is quitting time for today. Thanks again, Landon C -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

The pnojpeg library and encoding

2005-06-23 Thread Landon Cunningham
. As always much thanks, Puzzled and Confused : ), Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

installing and working with the pnoJpeg Library

2005-06-22 Thread Landon Cunningham
be used. Which brings me back to I don't think I have the library installed correctly. I feel like such a pain and well quite stupid. I do apologize and I appreciate all the help that everyone has been giving me. Landon Cunningham -- For information on using the PalmSource Developer Forums

Re: installing and working with the pnoJpeg Library

2005-06-22 Thread Landon Cunningham
to the offscreen one but the image still seem to be 4kb. Any ideas or has anyone seen something like this before. Again thanks as always for your help, Landon Cunningham On 6/22/05, Henk Jonas [EMAIL PROTECTED] wrote: Landon Cunningham wrote: Ok I am trying to get the pnojpeg library working

pnoJpeg Library

2005-06-21 Thread Landon Cunningham
, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Saving a state or screen

2005-06-17 Thread Landon Cunningham
Originally I wrote: Hey dev-forum, I have custom launch that occurs when the user presses one of the vchr keys and it opens up a new form and then does some screen copying but then when I think I return back to the original state nothing works. By nothing works, I mean I can't click on anything

Saving a state or screen

2005-06-15 Thread Landon Cunningham
. Does this function only save the screen as an image? Thanks in advanced for anything or nothing, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Fatal Alert

2005-06-14 Thread Landon Cunningham
sending them over bluetooth to a base computer. So any help or a point in the right direction would be awsome. As always thanks in advance, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Screen Images

2005-06-09 Thread Landon Cunningham
took?? Landon On 6/8/05, Logan Shaw [EMAIL PROTECTED] wrote: Landon Cunningham wrote: What I am trying to do is take a 16bit color screen and send it over bluetooth to a base computer. I have already done it for 8 bit and below through converting to a gif and then sending. But for 16bit I

Offscreen Windows and Screenshots

2005-06-09 Thread Landon Cunningham
Ok here what is happening and a code seg: WinGetDisplayExtent(DepthWidth, DepthHeight); helperBitmap = BmpCreate(DepthWidth, DepthHeight, bitColourDepth, NULL, err); if (helperBitmap) { //creates a offscreen window with empty bitmap DepthWindow =

Screen Images

2005-06-08 Thread Landon Cunningham
the bitmap with maybe rle compression with the bitmap compress function. But would that do? or would it be too big and and too slow? Any ideas? As always thanks in advance, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Re: Palm Debugger

2005-06-07 Thread Landon Cunningham
. If the device isn't in console mode, it can not make a connection with the debugger. -- Scott Erickson (937) 241-3790 [EMAIL PROTECTED] [EMAIL PROTECTED] Landon Cunningham [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am trying to get the Palm Debugger to work and I can get

Debugging

2005-06-07 Thread Landon Cunningham
the debugging really works. Sincerely Confused, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Palm Debugger

2005-06-06 Thread Landon Cunningham
no work on this type of handheld. I tried the following the steps in the debugger documentation but like I said I can't get it to work. Sincerely, Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Simulator Debugging

2005-06-03 Thread Landon Cunningham
on the calendar key to launch my program. Landon Cunningham -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/