[EMAIL PROTECTED] wrote:

> On Tue, 02 Oct 2001, you wrote:
> 
>>With Angus' permission I wanted to mention that he has source code free for 
>>non-commercial use which decodes the PalmPix ArchImage.pdb images into BMP 
>>files.
>>
>>It is labeled "PalmPix Image Decoder" at his page:
>>
>>http://www.geocities.com/aa_soft/
>>
>>I should mention that compiling with Linux gcc I had to remove the semicolons 
>>at the end of the #pragma pack(1); lines.
>>
> 
> My programming knowledge is very spotty, and I'm running into problems
> compiling this, so if anyone can help me, I'd appreciate it.
> 
> I did manage to cut down the error messages considerably once I removed the
> semicolons mentioned above.
> 
> I'm getting the following error messages when I run make.
> 
> decode.c: In function 'DecodeRow:
> decode.c:28: parse errror before 'int16_t'


Try changing the "int16_t" to "Int16". If that doesn't work then change
it to "short".

> decode.c At top level:
> decode.c:62: 'tmpL5' undelcared here (not in a function)
> decode.c:64: intializer element is not constant
> decode.c:64: parse error before 'tmpB7'
> decode.c:90: 'compData' undelcared here (not in a function)
> decode.c:91: 'saveStartP' undelcared here (not in a function)
> decode.c:91: 'firstWord' undelcared here (not in a function)
> decode.c:93: 'tmpW3' undelcared here (not in a function)
> decode.c:93: parse error before '}'
> make: *** [decode] Error 1
> 
> I'm running Suse Linux 7.2 on a Pentium, and I'm running the make command in a
> Konsole window in KDE 1 using bash-2.05 if that makes a difference.
> 
> Thanks
> Hilary
>  -- 
> Hilary Hertzoff                 [EMAIL PROTECTED]
> Mamaroneck, NY                  [EMAIL PROTECTED]
> Miss Bettany had told them to read the classics and see how little slang was
> used there,and to try to model their own speech rather more on them than on
> that of cheap magazines filled with Americanese and language which might be
> suitable for boys, but was not allowable for girls. - Jo of the Chalet School
> _______________________________________________
> Pilot-unix mailing list
> [EMAIL PROTECTED]
> http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix
> 


_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to