Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
Quote from: _japheth on November 23, 2024, 06:51:34 PMQuote from: NoCforMe on November 23, 2024, 10:21:06 AMIf anyone knows anything about either of these two things, could you reply and post what you know here? It would be much appreciated.
Can't do a comment on those 2 things, because the program crashes - feeding it with a very simple 16bpp bitmap (attached). I'm using WinXP 32bit, in a VM under Linux, though. Seems the crash is due to "TextBuffer" being too small...
QuoteBitmaps that are 16-, 24-, or 32-bpp do not require color tables, but may have them to specify colors for palettized devices. If a color table is present for 16-, 24-, or 32-bpp bitmap, the biClrUsed member specifies the size of the color table and the color table must have that many colors in it. If biClrUsed is zero, there is no color table.
Quote from: NoCforMe on November 23, 2024, 07:54:26 PMI'm really starting to think that this might have something to do with the dialog manager. I was considering using IsDialogMessage(), but since I don't have a message loop that won't do much good.Have you thought about foregoing the dialog box and using either a Window, or even writing to stdout, in a console version? - At least for only the bitmap data...
Quote from: NoCforMe on November 23, 2024, 10:21:06 AMIf anyone knows anything about either of these two things, could you reply and post what you know here? It would be much appreciated.
Quote from: Baroooo on November 23, 2024, 02:24:41 AMYes man, I have got a bunch of compilers like gcc plus python and java as well and some other languages also so . I just wanted to know that am I the only person facing this problem? Nobody seems to facing this and I think there is some problem with the Environment variables but thing is, theoretically it should work, the assembler is present, cmd can find it, it isnt even showing wrong code, it directly says A1000 or file not found, yet it absolutely is there. Complete sorcery.using basic rules helps, like keep good care of enviroment variables like PATH,INCLUDE,LIB helps a lot.
SUBST /D M:
SUBST M: C:\code
M:
PAUSE