Changes between Version 29 and Version 30 of DevelopingSymbianAppWithCarbide


Ignore:
Timestamp:
May 30, 2008 1:57:37 PM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopingSymbianAppWithCarbide

    v29 v30  
    393393 
    394394 
    395 === I/O Error: File in Use === 
     395=== I/O Error: File in Use (I/O Fault) === 
    396396 
    397397Sometimes .SIS creation fails with I/O error message in the ''Problems'' pane similar to this message: 
     
    403403}}} 
    404404 
    405 First check that the build process has completed without errors (a build error will cause the executable not to get built, and this will cause .sis creation to fail).  
    406  
    407 If the build process completes successfully but the .SIS creation still complains about file in use, restart Carbide C++. That should fix it. 
     405This sounds like a generic error from the build system, and it may be caused by several problems. You can try these and see which one solves it: 
     406 1. First check that the build process has completed without errors (a build error will cause the executable not to get built, and this will cause .sis creation to fail).  
     407 1. Rather than selecting "Build Target Only", try with "Build Project" from the menu. Sometimes build directories are not created when "Build Target Only" is used. 
     408 1. Try cleaning and re-building the project. 
     409 1. Sometimes restarting Carbide C++ also fixes it. 
    408410 
    409411