fatal error RC1015: cannot open include file 'afxres.h'

fatal error RC1015: cannot open include file 'afxres.h' - C++ - Programmation

Marsh Posté le 14-03-2007 à 14:12:21    

Quelqu'un pourrait m'expliquer comment résoudre ce problème de compilation sous Visual C++ 6  :sweat: . J'ai googlisé la RC1015 mais je trouve pas solution.  :sweat:  
 
Merci.

Reply

Marsh Posté le 14-03-2007 à 14:12:21   

Reply

Marsh Posté le 14-03-2007 à 14:49:08    

Reply

Marsh Posté le 14-03-2007 à 14:52:58    

et au cas où ton projet est bien de type mfc etc ?


---------------
Töp of the plöp
Reply

Marsh Posté le 14-03-2007 à 15:20:38    


 

Citation :

Fatal error RC1015: cannot open include file 'afxres.h'.
Oddly enough, VC++ adds afxres.h to resource files even when you aren't using an MFC project, and yet the file may only be installed if you install MFC. This perticular file isn't actually required, so to fix the error you can edit the .rc file in notepad and replace both occurances of "afxres.h" with "winres.h" (note that there should be two of them, and you need to change both).


 
Ca marche pas !
 

Citation :

Convertissez le fichier .rc à .rct ou .res et l'ouvrez lorsqu' un projet Java est ouvert.

 
 
 [:mlc2]

Reply

Marsh Posté le 14-03-2007 à 15:23:43    


Ouais le second lien c'était pour déconner :o


---------------
Töp of the plöp
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed