Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
Quote from: TimoVJL on January 15, 2025, 04:03:47 PMBuilding an Import Library and Export File
Quote from: TimoVJL on January 15, 2025, 02:08:34 PMkrnl32x.defTimo, I'm not using that Po stuff; I'm using regular old MASM.LIBRARY kernel32.dll
EXPORTS
_CancelSynchronousIo@4polib -def:krnl32x.def -out:krnl32x.lib -machine:x86
Quote from: sinsi on January 15, 2025, 01:32:09 PMDoes that mean that MASM32 hasn't been updated to Vista?Probably since Windows xp.
Quote from: NoCforMe on January 15, 2025, 12:51:58 PMgotta use LoadLibrary() and GetProcAddressIt's in the Windows 10 SDK kernel32.lib but not MASM32.
Quote from: sinsi on January 14, 2025, 08:48:20 PMCancelSynchronousIoQuoteMarks pending synchronous I/O operations that are issued by the specified thread as canceled.Then just check the return status I would guess.