Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tedmurray

    CreateFileA with TASM

    Hey, I've just started programming Assembly with TASM and started to try win32 programming. Since TASM doesn't have invoke like MASM does...i'm having trouble using the CreateFileA API function. Here's my code: .386 .model flat, stdcall mb_ok equ 0 hWnd equ 0 extrn ExitProcess :PROC...

Part and Inventory Search

Back
Top