News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

how to print a .bitmap file?

Started by elmo, December 23, 2010, 12:44:13 PM

Previous topic - Next topic

elmo

be the king of accounting programmer world!

Coma

It is along time ago i print a bitmap using win32 asm.
So i only have an exmple printing a bitmap from resource and using the push and call syntax.

If you are interested i post a code fragment as a private message but NO support, ok ?

Another outdated example is available inside win32.hlp.
Search for: 'Printing a Document'


Coma
Coma Homepage 20:00-23:00 GMT+2 --- http://ge2001.dyndns.org:44792

elmo

hi Comma
what you mean with private message?

Quote from: Coma on December 23, 2010, 04:25:17 PM
If you are interested i post a code fragment as a private message but NO support, ok ?
Coma


I found the example in here:
\masm32\examples\exampl02\showdib
but it can't print a bitmap file. So, I only know how to get width x height of a bitmap file.
be the king of accounting programmer world!

dedndave

maybe you can find some C code on the codeguru site and translate it to asm
i have seen this method work for other things in here   :U

xandaz

   Wow coma. Thanks a lot for sharing....

ToutEnMasm