MASM32 Downloads
comment * ««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««« The SDK32 Runtime Library include file. ««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««« * .686p .XMM .MMX .model flat, stdcall option casemap :none .NOLIST include translate.inc ;SDK translate include files include windows.sdk; libraries; ~~~~~~~~~ ; ------------------------------------------ ; import libraries for Windows API functions ; ------------------------------------------ includelib gdi32.lib includelib user32.lib includelib kernel32.lib includelib Comctl32.lib includelib comdlg32.lib includelib shell32.lib includelib oleaut32.lib includelib ole32.lib; «««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««««
UNICODE equ __UNICODE__ equ UNICODE
To switch from ansi to unicode just comment or uncomment those two lines.Quote UNICODE equ __UNICODE__ equ UNICODE
IF CountTheNumberofChar EQ 0 [b]@cumulwxyz[/b] TEXTEQU <DB "&char"> [b]@cumulwxyz[/b] ;execute ENDIF