Using MASM32 is it possible to display bitmaps stored in a binary file embedded with the executable to the console?
Can anyone show me how?
Using MASM32 is it possible to display bitmaps stored in a binary file embedded with the executable to the console?
Can anyone show me how?
You can do anything using MASM you could do with C or C++. However, using MASM doesn't give you any special abilities (you will still need to access the filesystem, for example), so if this is an attempt to get round the problems pointed out in answers to your previous question, you are out of luck.