The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: asmdZen on June 25, 2006, 01:38:13 PM

Title: Please,help!!The MASM32 library functions description
Post by: asmdZen on June 25, 2006, 01:38:13 PM
Good time of day!  :bg
I can't find MASM32 library functions, procedures and macros description for Windows programming anywhere :'( :'(I know, that it very much, serios programming without it impossible...What i should do?
Title: Re: Please,help!!The MASM32 library functions description
Post by: hutch-- on June 25, 2006, 01:43:42 PM
Zen,

Start the editor and look on the HELP menu, that is the reference for the masm32 library and the masm32 macro system. The editor will be in the MASM32 directory if you have installed the package and it is called "qeditor.exe".
Title: Re: Please,help!!The MASM32 library functions description
Post by: asmdZen on June 26, 2006, 04:17:55 AM
Hutch--,

Maybe i asked  in wrong way, i told about description functions like ShowWindow, UpdateWindow, CreateWindowEx, RegisterClassEx, DefWindowProc and others... :red
Title: Re: Please,help!!The MASM32 library functions description
Post by: hutch-- on June 26, 2006, 04:51:58 AM
Zen,

Go to the forum web site at the link at the top and get the reference material you need. WIN32.HLP, the Intel manuals and the link for MSDN online if you don't own the CDs and you will have access at the best available. The old WIN32.HLP is good to this extent that its faster to use than MSDN which is fine for the older win32 stuff and it can be set up directly from QE with the F1 key.