c# 4.0 - How to compile unsafe code in MonoDevelop 2.4 -


i trying compile unsafe code blocs in monodevelop 2.4. apparently (google search result) there supposed a tickbox under options->build->general allows compiler handle unsafe blocks not there in 2.4. know how set monodevelop compile unsafe code?

in solution view, on left default, click on project's name. then, in menu bar, click on project, click on '"thenameofyourproject" options' under compilation or build (i have french version) have line named build guess. see on right written "complmentary options" or that.

type in /unsafe , there go


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -