Nmake and error C1034 - include path not set 
Author Message
 Nmake and error C1034 - include path not set

Ok, I'm actually using MSVC 1.52 to do some dos development...

I've been using a particular code base at work for a project  and it
compiles no problem.  But when I bring it home and try to compile, I'm
getting the C-1034 "include path not set error".

BUT, here's the kicker....I DO have the environment variables set for
INCLUDE and LIB, and they are pointing to the proper place.

This WAS working at one time, and I cannot figure out what the heck
happened and why I'm getting this error now.  It's like it refuses to
acknowledge the LIB and INCLUDE vars.

Help?



Wed, 18 Dec 2002 03:00:00 GMT  
 Nmake and error C1034 - include path not set

Try including the path with the /I switch. And /LIB for the link

--
Run many VC++ or VB projects? Documents? URL's? Shortcuts? Replace
QuickLaunch! Take a look at Consiliumsoft new CSFastRun! An integrated
deskband to launch your applications quick an easily.
http://www.consiliumsoft.com


Quote:

> Ok, I'm actually using MSVC 1.52 to do some dos development...

> I've been using a particular code base at work for a project  and it
> compiles no problem.  But when I bring it home and try to compile, I'm
> getting the C-1034 "include path not set error".

> BUT, here's the kicker....I DO have the environment variables set for
> INCLUDE and LIB, and they are pointing to the proper place.

> This WAS working at one time, and I cannot figure out what the heck
> happened and why I'm getting this error now.  It's like it refuses to
> acknowledge the LIB and INCLUDE vars.

> Help?



Mon, 06 Jan 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. error iostream.h no include path set

2. Stupid Question: How to set the include path

3. Urgent: Setting <> include paths

4. Setting include path for VC++ & WindowsNT

5. how to set the path of include files in VC++5.0

6. How to set relative path in Options/Include/Directories

7. Setting a global include search path

8. could not execute: path not found(Win32 error 3)

9. Debug Symbol File search path setting not remembered.

10. VS.NET: vcspawn.exe not found in path error message

11. NMAKE include

12. NMAKE can't include

 

 
Powered by phpBB® Forum Software