Fatal Error C1083...Please Help

A

Ann

I am getting this fatal error, whenever I try to include the
rfidDataManager.h

compiling...
helloimpl.c
C:\Program Files\Microsoft Visual
Studio\MyProjects\RFIDNov1\HelloTrial\helloimpl.c(4) : fatal error
C1083: Cannot open include file: 'RfidDataManager.h': No such file or
directory
Error executing cl.exe.

HelloTrial.dll - 1 error(s), 0 warning(s)


PLEASE SUGGEST A SOLUTION...
 
V

Victor Bazarov

Ann said:
I am getting this fatal error, whenever I try to include the
rfidDataManager.h

[...]
PLEASE SUGGEST A SOLUTION...

Please post to microsoft.public.vc.ide_general and turn off your CapsLock.
 
J

John Harrison

Ann said:
I am getting this fatal error, whenever I try to include the
rfidDataManager.h

compiling...
helloimpl.c
C:\Program Files\Microsoft Visual
Studio\MyProjects\RFIDNov1\HelloTrial\helloimpl.c(4) : fatal error
C1083: Cannot open include file: 'RfidDataManager.h': No such file or
directory
Error executing cl.exe.

HelloTrial.dll - 1 error(s), 0 warning(s)


PLEASE SUGGEST A SOLUTION...

Your compiler cannot find RfidDataManager.h. So the solution is simple,
either put RfidDataManager.h somewhere where your compiler can find it, or
tell you compiler where it is.

john
 
L

Larry Brasfield

Ann said:
I am getting this fatal error, whenever I try to include the
rfidDataManager.h

compiling...
helloimpl.c
C:\Program Files\Microsoft Visual
Studio\MyProjects\RFIDNov1\HelloTrial\helloimpl.c(4) : fatal error
C1083: Cannot open include file: 'RfidDataManager.h': No such file or
directory
Error executing cl.exe.

HelloTrial.dll - 1 error(s), 0 warning(s)


PLEASE SUGGEST A SOLUTION...

Wait a few hours, at least, before reposting your problem.
Your similar post 19 minutes earlier has already gotten an
answer that should get you going. Duplicate posting, whether
under separate subject lines or not, is rude. It is likely to get
you into people's killfiles.
 

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,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top