Group: Members
Posts: 1753
Member No.: 1464
Joined: 2-September 05
Spartan,
If you have defined your paths correctly in WinAsm Studio Options, you only need to say this...
CODE
Include kernel32.inc Includelib kernel32.lib
versus
CODE
include \masm32\inc\kernel32.inc Includelib \masm32\lib\kernel32.lib
Also...
Why don't you try sticking with the WinAsm Studio examples to get a better idea of how the IDE works?
Iczelion's examples are standard MASM examples not written in the Studio. Most if not all require modification in order to compile with the WinAsm Studio.
Group: Moderators
Posts: 404
Member No.: 5187
Joined: 10-June 07
Spartan-478,
I just compiled the exact copy of your code without problems... Here's my "Files & Paths" configuration: (Accessible through: Tools -> Options..., tab "Files & Paths").