In Quickbasic 4.5, I displayed Gifs & Jpgs by using a Dos
graphics viewer and simply shelling to that. Example:
Filename$ = "C:\Acctng\Showjpg c:\Acctng\Owner.pg"
Shell Filename$
And it worked.
When I tried that in Powerbasic, it did not. So I thought I
would simply write it again in Quickbasic, compile it to an
EXE and just use Shell to call it again from Powerbasic. No go.
So I am stuck- how do I display a GIF & JPGs/JPEGs from
Powerbasic? Someone told me convert them to SCRs but I am not
sure what they are.
I am using Powerbasic 3.5 for Dos.
------------------
graphics viewer and simply shelling to that. Example:
Filename$ = "C:\Acctng\Showjpg c:\Acctng\Owner.pg"
Shell Filename$
And it worked.
When I tried that in Powerbasic, it did not. So I thought I
would simply write it again in Quickbasic, compile it to an
EXE and just use Shell to call it again from Powerbasic. No go.
So I am stuck- how do I display a GIF & JPGs/JPEGs from
Powerbasic? Someone told me convert them to SCRs but I am not
sure what they are.
I am using Powerbasic 3.5 for Dos.
------------------
Comment