regarding header files Windows.h and process.h

R

raghu

Hello Every one

I am working on VxWorks while building a C program which
includes header files as windows.h and process.h giving me an Error
saying cannot find the files. Both header files are predefined one. I
didn't know what to do can any one of you help me out.


Thanks in advance


With smile
Bye
Raghu
 
C

Chris Dollin

raghu said:
I am working on VxWorks while building a C program which
includes header files as windows.h and process.h giving me an Error
saying cannot find the files. Both header files are predefined one. I
didn't know what to do can any one of you help me out.

Neither `windows.h` nor `process.h` are Standard C headers, so we don't
know about them here. Since you didn't show us actual code or error
reports, we can't even make informed guesses. I suspect both headers
are VxWorks headers and that you should ask in a VxWorks newsgroup
or mailing list (I assume there are some somewhere).

I'm going to /guess/ that you wrote

#include "windows.h"

when you should have written

#include <windows.h>

(or vice-versa). You might also do a search to find out where (or if)
those files exist on your filing system: perhaps there just /isn't/ a
windows.h to be found.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top