Compaq iPAQ h3760 Datenblatt Seite 71

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 75
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 70
ENEE408G Fall 2003 (Update 09/23/2003)
Mobile Computing and Pocket PC Programming
70
6. Troubleshooting
(a) Q: How to solve the problem while eVC compiles a project after importing new
files and the Output Window shows a message shown below.
C:\temp\VideoProcPPC\DVP.cpp(64) : fatal error C1010: unexpected end of file while looking for precompiled
header directive
Generating Code...
Error executing cl.exe.
VideoProcPPC.exe - 1 error(s), 0 warning(s)
A: This is a problem with the precompiled header. eVC will generate
precompiled headers to save some time when you recompile this project.
However, when you add new files into this project, these new files do not have
the precompiled headers. eVC cannot find their precompiled headers and will
output the message above. To solve this problem, you can right click on these
.cpp files on the FileView tap, and choose the Setting; or from eVC menu bar,
click Project Æ Setting. You will see a Project Settings window.
On C/C++ tap, choose the Category as Precompiled Headers and check “Not
using precompiled headers” for those new imported files.
(b) Q: When eVC recompiles a program, the Output Window shows a message with
“Cannot not find Debug/*.exe, error executing link.exe” or a error message box
A: This is because the *.exe is currently running under the debug mode.
Therefore, you need to terminate this program before you recompile it. It is
noteworthy that even if you click “OK” button to close this program and it
disappears on your screen, this program is still running in main memory under the
Pocket PC 2002 OS. Be aware of that it happens both on emulator and real
device. You need to terminate this program using the following procedures.
Step-1: Click StartÆ Settings, a Settings window will show up.
Seitenansicht 70
1 2 ... 66 67 68 69 70 71 72 73 74 75

Kommentare zu diesen Handbüchern

Keine Kommentare