 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Shawn Guest
|
Posted: Wed May 19, 2004 7:39 am Post subject: TJpeg Error #36 |
|
|
Help
I have created a image and when I use savetofile I get error #36
Can someone help me please
|
|
| Back to top |
|
 |
Damon Chandler (TeamB) Guest
|
Posted: Mon May 24, 2004 5:24 pm Post subject: Re: TJpeg Error #36 |
|
|
Hi Shawn,
You might try using the Independent JPEG Group's code directly; see
http://www.bcbdev.com/articles/jpeg.htm.
Alternatively, if you don't need to support Windows 95 or Windows NT
3.5, then you can use GDI+; see Michel Leunen's instructions:
http://www.leunen.com/cbuilder/gdiplus.html.
Best of luck,
--
Damon (TeamB)
Shawn wrote:
| Quote: |
Help
I have created a image and when I use savetofile I get error #36
Can someone help me please
|
|
|
| Back to top |
|
 |
Harold Howe [TeamB] Guest
|
Posted: Thu Jun 10, 2004 7:53 pm Post subject: Re: TJpeg Error #36 |
|
|
"Shawn" <sdebie (AT) itex (DOT) co.za> wrote:
| Quote: | Help
I have created a image and when I use savetofile I get error #36
Can someone help me please
|
The JPEG error numbers correspond to error messages in the
Independent Jpeg Group's library. The errors are listed in
jerrors.h. The error number is the index into the list of
errors.
error 36 is:
JERR_FILE_READ, "Input file read error"
don't know why you are getting a read error when saving, but that's what it is.
H^2
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|