visual studio - How to compile unsafe code in VS2012 -


how resolve error in vs2012 "unsafe code may appear if compiling /unsafe”? not compiling command-line cannot add /unsafe. how can compile unsafe code in vs2012?

right click on project. select "properties". switch "build" tab. check "allow unsafe code".


Comments