Compilation Errors
-
i installed VC 6.0 on Windows 2k system.i work on VC++. when i try to build a new project , i am getting the following error : ..................................................... Compiling resources... E:\SSS2\SSS.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. Error executing rc.exe. SSS.exe - 1 error(s), 0 warning(s) ....................................................... And when i try to build an existing project , i am getting the following error : ....................................................... Creating Type Library... Error spawning midl.exe EventProject.exe - 1 error(s), 0 warning(s) ....................................................... could anyone please help me out solving these errors ? Thanks in advance ! Anandi
-
i installed VC 6.0 on Windows 2k system.i work on VC++. when i try to build a new project , i am getting the following error : ..................................................... Compiling resources... E:\SSS2\SSS.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. Error executing rc.exe. SSS.exe - 1 error(s), 0 warning(s) ....................................................... And when i try to build an existing project , i am getting the following error : ....................................................... Creating Type Library... Error spawning midl.exe EventProject.exe - 1 error(s), 0 warning(s) ....................................................... could anyone please help me out solving these errors ? Thanks in advance ! Anandi
First of all, this is the wrong forum for this. There is a Visual C++ forum where this would be better asked. Second - the issue's actually a problem where the include path doesn't point to a directory that contains afxres.h (or afxres.h has been removed from your PC). You need to correct this before you can compile the code.
Deja View - the feeling that you've seen this post before.
-
First of all, this is the wrong forum for this. There is a Visual C++ forum where this would be better asked. Second - the issue's actually a problem where the include path doesn't point to a directory that contains afxres.h (or afxres.h has been removed from your PC). You need to correct this before you can compile the code.
Deja View - the feeling that you've seen this post before.