Wiki
Show
Ignore:
Timestamp:
03/12/10 09:25:11 (2 years ago)
Author:
Chuck.Esterbrook
Message:

An above error about numeric types indicates that you may want to set the default numeric type with "@number [expectedType]" in a source file or "cobra -number:[expectedType]" at the command line.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/BackEndClr/SharpGenerator.cobra

    r2295 r2315  
    232232                _compileSharpWithProcessCSC(optChar, .joinOptions(backEndOptions), sharpFileNameList) 
    233233            else 
    234                 print 'Unknown -native-compiler:[nativeCompiler]' 
    235                 _exitFromErrors 
    236  
    237             if .errors.count 
    238                 _exitFromErrors 
     234                .recordError(SourceException('Unknown -native-compiler:[nativeCompiler]')) 
    239235 
    240236            _deleteIntermediateFiles