Click to See Complete Forum and Search --> : Handling of unmanaged code by the compiler


abhinarulkar
October 10th, 2002, 03:35 AM
Hi All,
If there is an unmanaged code in a application then how does the compiler handle that unmanaged code.Is the unmanaged code directly compiled into native code without first converting into MSIL or is there some mechanism with the compiler to handle such unmanaged code and thus convert it into MSIL.I would like to know how this processing of the unmanaged code is done by the compiler.
Thanks
Abhishek.