News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Obtaining Raw Data from a PC's OS Drives

Started by Dan-TheStarman, November 13, 2020, 10:23:55 AM

Previous topic - Next topic

jj2007

Quote from: Caché GB on November 26, 2020, 07:53:27 AMNow for the important part, MAKE this entry proc PUBLIC.

Procs are always public, unless you declare them private.

Dan-TheStarman

Hey Guys,

   Enough of the VS2019 Community suggestions... none of them work!  I updated my page at Microsoft blogs in light of another person's reply, and as I already wrote there, I'm sure it all comes down to this: The free 2019 Community (perhaps not the retail VS!) IDE seems to have been purposely designed to no longer function with ONLY .ASM files that incorporate Windows CRT display code without using a .CPP file! It will work, however, with .ASM code that uses only Console functions!

   Any further work on what I'm calling "CopyMBR" will have to wait for a while... see my new post which is titled: "Back to Basics: Error Assembling a MASM32 Tutorial File!"

Dan.