Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using visual studio 2008.I'm facing problem while compiling pro C files. It is not detecting the header files (stdio.h.....etc) even though i had specified the correct path

I have added the correct path to include directory

share|improve this question
Did you specify the correct include directory in your project's settings? – Vlad Oct 28 '10 at 9:04
make sure <stdio.h> is in the directory, or try to #include <cstdio> – Sheen Oct 28 '10 at 9:13
Or maybe the path to the system include directory is wrong in your VS global settings. Could you please provide your include line and the error message? – Vlad Oct 28 '10 at 9:16
When i'm setting my path to include files in VC++ 6.0,its working fine..But when i set the path to Visual Studio 2008 include files,its giving error.This is only in case of Pro C file compilations...For other c files,its working fine... – anand Oct 28 '10 at 9:30
What is Pro C? This? infolab.stanford.edu/~ullman/fcdb/oracle/or-proc.html – Prof. Falken Oct 28 '10 at 13:00
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.