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

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -