News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Error on 'INCLUDE' Files??

Started by Lavoc, July 10, 2006, 12:41:05 PM

Previous topic - Next topic

Lavoc

Hello everyone!  :U

I'm new in ASM. i have learn ASM about couple of month ago..

I already installed MASM32 v9 in my PC.
The location is D:\masm32\.

My problem is, when I compile a code that contain a windows API it will come up a message like this:

fatal error A1000: cannot open file : windows.inc

I already put the 'Windows.inc' file in 'Include' folder but still not working.

can someone show me how to solve this problem?

I'm using WinXP SP2 with Intel P4 1.5Ghz.

ToutEnMasm


This can be only one error in path.

the correct path is   "include D:\masm32\include\windows.inc"

You can use "include \masm32\include\windows.inc" only if your sources are located in d:.
If they are in c: ,use the full path.
                            ToutEnMasm