Using pcx pictures in pro

 BBS: Inland Empire Archive
Date: 08-02-92 (19:38)             Number: 173
From: ROBERT CHURCH                Refer#: NONE
  To: KEVIN SCHEFFLER               Recvd: NO  
Subj: Using pcx pictures in pro      Conf: (2) Quik_Bas
KS>    So if I understand this, as it's something I to have been very
KS>    interested in doing is the following

KS>    SHELL "PICEM MYDRAW.GIF"
KS>    BSAVE ? ? ?

Right.

KS>    I've tried this somewhat but how do I know where to BSAVE it (HEX
KS>    LOCATION is what I'm looking for I think ???

It varies.  Here's a chart

    MONO TEXT MODE        &HB000
    COLOR TEXT            &HB800
    CGA MODES             &HB800
    EGA MODES 7 & 8       &HB800
    EGA MODE 9            &HA000
    VGA MODES 12, 13      &HA000


KS>    And finally then you BLOAD to get it back correct....?

Also depends on the screen mode.  With EGA and VGA you have to save all four
bit-planes individually.  It requires some OUTs and stuff.
I don't have the code right off hand.  Send a message to
all, and someone will tell you.

    -Rob

--- GoldED 2.40
 * Origin: Rob Church's Point, Hillsboro, Oregon. (1:105/319.27)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET