News:

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

Hardcode .jpg into .exe

Started by Magnum, May 01, 2010, 02:46:08 AM

Previous topic - Next topic

MichaelW

For this:

2000 RCDATA  "\masm32\examples\exampl07\car\car.jpg"

FindResource, SizeofResource, LoadResource, LockResource, etc work OK, but assuming that the goal is to display the JPG you still need a way to convert it to a bitmap.

eschew obfuscation