View Single Post
  #13  
Old 01-12-2015, 03:39 PM
Gigfel
Fire Beetle
 
Join Date: Jan 2015
Location: Germany
Posts: 14
Default

As additional Information:
You could compile a Software without some maybe needed Files if you write an Error Correction Code, normaly something like this "try { ... } catch(Exception e) { ... }".
Then you dont realy need this Files (depending on your Corretion Routines), but sometimes a Situation appears when these Files will be needed and the Application crashes.
These possible Errors will be shown during the compilation as Warnings, thats why the Source Code will be translated into a working Programm.

Last edited by Gigfel; 01-12-2015 at 03:41 PM.. Reason: Correction my Syntax of English Gramma
Reply With Quote