News:

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

BitmapFromResource - BUG

Started by lamer, September 21, 2005, 09:46:21 AM

Previous topic - Next topic

lamer

Hi all!

I have just found a "little" bug in BitmapFromResource function from masm32: in spite of it gets hModule argument, no usage is made by hModule and all resource related functions into the BitmapFromResource are called with NULL as module handle. So it can not load resources from libraries loaded by LoadLibrary.

Here is a repaired version of  BitmapFromResource.asm



[attachment deleted by admin]

Vortex

Hi lamer,

Thanks for the repaired version of BitmapFromResource

The image library has other bugs , look here for a fixed version :

http://www.masmforum.com/simple/index.php?topic=937.0

QvasiModo

I recall this bug has been reported elsewhere... perhaps we should gather all bug reports for Ernie's Imagelib and post a fixed version here.