1. Win32 programming--David and Rob and anybody else
- Posted by Mike Hurley <MHsSoft at AOL.COM>
Aug 25, 1998
-
Last edited Aug 26, 1998
I am progressing in my quest to create a routine to display bitmaps on all
systems. As I already told David, I have gotten a program made, but it does
it pixel by pixel, it takes about 2 minutes to do a pic 640x450 or so. I
snuck a look at IMAGE.E, and found that it just pops the colors for all the
pixes and all the pixes, and the image pops out. I was wondering if anybody
knows how to create a pixel() for WIN32. David told me about Win32's BitBlt,
but I have no clue on how that works. Email me or the server and help me out.
If somebody could give me loaders for .gif,.pcx,.jpg,.ico,etc. I could
incorporate that into the routine.
Thanks,
Mike Hurley
2. Re: Win32 programming--David and Rob and anybody else
Mike:
I'm investigating the drawing features of the win32 platform, and I suspect
the right way is to use DirectDraw tools. I've just started to look for
details.
Jesús.
> -----Mensaje original-----
> Asunto: Win32 programming--David and Rob and anybody else
> I am progressing in my quest to create a routine to display
> bitmaps on all
> systems. As I already told David, I have gotten a program
> made, but it does
> it pixel by pixel, it takes about 2 minutes to do a pic
> 640x450 or so. I