nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: Reading and Displaying the Bitmap at Run Time
From: Greg Haerr
Date: Sun, 3 Dec 2000 10:52:48 -0700

:  The problem i am facing is just by including Two Bitmaps the size of the
: binary raises to 0.7MB.Is there any way i can read the Bitmaps at runtime
: and Display the Bitmap so that the binary size can be reduced.Do
: Microwindows supports the above functionality.


Yes, you can use the GdDrawImageFromFile et al functions.  Rather
than developing a new API, you can #include "device.h" and then just
call the function directly, since win32 programs are always linked with
the server.

Regards,

Greg



nanogui@linuxhacker.org