HI mattcz,
The problem might be due to the following reason. You would have included the afxwin.h as
"#include <afxwin.h>" and not as "#include afxwin.h". The first type of include with syntax "< >" will not search in the current directory. But the second type of include will search the current directory. Just change the syntax to the second type. I hope this will solve your problem.
New Year Greetings,
S. Kumaran.
paramedic80132 <[EMAIL PROTECTED]> wrote:
Hello All,
I am using Embedded C++ 4.0 with SP3. When I try to compile a
projec, it tells me "fatal error C1083: Cannot open include
file: 'afxwin.h': No such file or directory
Error executing clarm.exe."
The header file is in the same directory as the workspace, and shows
up in the header file list in the file view pane on the right.
If anyone could give me some pointers about why this is happening, I
would be very appreciative.
Thanks,
Matt
To unsubscribe : [EMAIL PROTECTED]
Do you Yahoo!?
Send a seasonal email greeting and help others. Do good.
To unsubscribe : [EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To reply to this message, go to:
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4953
Please do not reply to this message via email. (more info)
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Programmers-Town/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
