"afxres.h". What is it?
Testing NeheGL2 but the compiler said it doesn''t find "afxres.h" header. AFAIK, this header is for MFC which I don''t use.
I''ve gotten this error, and I think it was because I was doing something odd with strings...post some code and I may be able to help you!
<- Digital Explosions ->
"Discipline is my sword, faith is my shield
do not dive into uncertainty, and you may live to reap the rewards" - (Unreal Championship)

<- Digital Explosions ->
"Discipline is my sword, faith is my shield
do not dive into uncertainty, and you may live to reap the rewards" - (Unreal Championship)
It''s not really a syntax error. Here is the code
which provide this error:
afxres.h No such file or directory
///////////////////////////////////////////////////////////////////////////////// Generated from the TEXTINCLUDE 2 resource.//#include "afxres.h"/////////////////////////////////////////////////////////////////////////////
which provide this error:
afxres.h No such file or directory
Oh, well I don''t know what the problem is...
Search for it, if it is found, I think it is because it can''t be used by certain types of applications, because it definately didn''t work with my OpenGL application...
<- Digital Explosions ->
"Discipline is my sword, faith is my shield
do not dive into uncertainty, and you may live to reap the rewards" - (Unreal Championship)
Search for it, if it is found, I think it is because it can''t be used by certain types of applications, because it definately didn''t work with my OpenGL application...
<- Digital Explosions ->
"Discipline is my sword, faith is my shield
do not dive into uncertainty, and you may live to reap the rewards" - (Unreal Championship)
afx is a tla used together when using MFC. I forget off hand what it stands for. Soimething like application feild exchange.
res means resource.
stdafx, for example, is an mfc standard included precompiled header.
| - Project-X - my mega project.. big things comming soon - | - adDeath - an ad blocker I made - | - email me - |
[edited by - RipTorn on January 7, 2003 8:33:27 PM]
res means resource.
stdafx, for example, is an mfc standard included precompiled header.
| - Project-X - my mega project.. big things comming soon - | - adDeath - an ad blocker I made - | - email me - |
[edited by - RipTorn on January 7, 2003 8:33:27 PM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement