| Author |
how can I display image on clipper (dos mode)?
|
|
| arthur 2005-06-02, 3:55 pm |
| I have to display some image ( such as .bmp .pcx ) on dos mode clipper
application.
Does any solution ?
Thanks a lot !
| |
|
| Execute a shell command and call a Windows application. Eg. on a Win98
machine try this clipper command "RUN KODAKIMG FILE.BMP" this will popoup a
windows program containing the file.
"arthur" <arthur550525@yahoo.com.tw> ha scritto nel messaggio
news:d7kssk$hdf$1@netnews.hinet.net...
>I have to display some image ( such as .bmp .pcx ) on dos mode clipper
> application.
> Does any solution ?
>
> Thanks a lot !
>
>
| |
| arthur 2005-06-06, 3:55 pm |
| Thank you very much!
But I have to run this application in none windows envirmemt,
such as dos 6.22 or pure dos 7.00 ( none windows).
Does there any function can display image in clipper application on dos 6.22
?
"Marco" <noname@nomail.com> 在郵件 news:d819fn$m81$1@news.flashnet.it 中撰寫
....
> Execute a shell command and call a Windows application. Eg. on a Win98
> machine try this clipper command "RUN KODAKIMG FILE.BMP" this will popoup
a
> windows program containing the file.
>
> "arthur" <arthur550525@yahoo.com.tw> ha scritto nel messaggio
> news:d7kssk$hdf$1@netnews.hinet.net...
>
>
| |
| Ross McKenzie 2005-06-06, 3:55 pm |
| On Thu, 2 Jun 2005 01:56:31 +0800, "arthur"
<arthur550525@yahoo.com.tw> wrote:
>I have to display some image ( such as .bmp .pcx ) on dos mode clipper
>application.
>Does any solution ?
>
>Thanks a lot !
>
>
Hello Arthur,
A shareware image library for Clipper that handled .pcx files was
released in 1995 by Rolf van Gelder. I don't know if it handles
today's .pcx standards, but it certainly worked well back in the mid
90s. Operates under DOS also.
Regards,
Ross McKenzie
ValuSoft
Melbourne Australia
valusoft AT optusnet DOT com DOT au
| |
| Klas Engwall 2005-06-06, 3:55 pm |
| Arthur,
>Thank you very much!
>But I have to run this application in none windows envirmemt,
>such as dos 6.22 or pure dos 7.00 ( none windows).
>Does there any function can display image in clipper application on dos 6.22
Search The Oasis <http://www.the-oasis.net> for a solution. I think
that for example Ferns' Graphics Library might do what you want.
Regards,
Klas
-------
klas dot engwall at engwall dot com
http://www.engwall.com/clipper/
The LFN Library for Clipper
The LanMan Library for Clipper
The NFPAT1A Timeslice release patch for the Nanforum Toolkit
| |
|
| Try swapping out to one of these DOS utilities:
http://www.opus.co.tt/dave/grphics.htm
Mike
arthur wrote:
> I have to display some image ( such as .bmp .pcx ) on dos mode clipper
> application.
> Does any solution ?
>
> Thanks a lot !
| |
| arthur 2005-06-06, 3:55 pm |
| Thank you.
But where can I find the library ?
"Ross McKenzie" <NoJunk_valusoft@optusnet.com.au> 在郵件
news:42a452b1.32844968@news 中撰寫...
> On Thu, 2 Jun 2005 01:56:31 +0800, "arthur"
> <arthur550525@yahoo.com.tw> wrote:
>
>
> Hello Arthur,
>
> A shareware image library for Clipper that handled .pcx files was
> released in 1995 by Rolf van Gelder. I don't know if it handles
> today's .pcx standards, but it certainly worked well back in the mid
> 90s. Operates under DOS also.
>
> Regards,
>
> Ross McKenzie
> ValuSoft
> Melbourne Australia
>
> valusoft AT optusnet DOT com DOT au
| |
| Stephen Quinn 2005-06-07, 3:55 am |
| Arthur
> But where can I find the library ?
http://www.google.com
Using search criteria
- Rolf van Gelder Clipper
IIRC it's on the OASIS as well
HTH
Steve
| |
| Martin 2005-09-01, 7:55 am |
| For a 16 colour BMP use Lightlib as supplied with Clipper 5.3
|
|
|
|