×

Loading...
Ad by
Ad by

a vc++ low-level question

while following the first vc course, i encountered a unknown trouble, pls help.
[Bring up AppWizard by choosing File, New and clicking the Projects tab. On the Projects tab, fill in a folder name where you would like to keep your applications; AppWizard will make a new folder for each project. Fill in FirstSDI for the project name; then move through the six AppWizard steps. Choose an SDI application at Step 1, and on all the other steps simply leave the selections as they are and click Next. When AppWizard has created the project, choose Build, Build from the Developer Studio menu to compile and link the code.]

the compiler throwed out a error:
[--------------------Configuration: ch01 - Win32 Debug--------------------
Compiling resources...
Compiling...
StdAfx.cpp
fatal error C1083: Cannot open compiler intermediate file: 'C:\WINDOWS\TEMP\a15553sy': No such file or directory
Error executing cl.exe.

ch01.exe - 1 error(s), 0 warning(s)
]

why?
Report

Replies, comments and Discussions:

  • 工作学习 / IT技术讨论 / a vc++ low-level question
    while following the first vc course, i encountered a unknown trouble, pls help.
    [Bring up AppWizard by choosing File, New and clicking the Projects tab. On the Projects tab, fill in a folder name where you would like to keep your applications; AppWizard will make a new folder for each project. Fill in FirstSDI for the project name; then move through the six AppWizard steps. Choose an SDI application at Step 1, and on all the other steps simply leave the selections as they are and click Next. When AppWizard has created the project, choose Build, Build from the Developer Studio menu to compile and link the code.]

    the compiler throwed out a error:
    [--------------------Configuration: ch01 - Win32 Debug--------------------
    Compiling resources...
    Compiling...
    StdAfx.cpp
    fatal error C1083: Cannot open compiler intermediate file: 'C:\WINDOWS\TEMP\a15553sy': No such file or directory
    Error executing cl.exe.

    ch01.exe - 1 error(s), 0 warning(s)
    ]

    why?
    • make sure you have "C:\WINDOWS\TEMP" in your disk. Try to create C:\Temp then set TMP=C:\Temp
      • no use, i have windows\temp and temp