#1
|
|||
|
|||
C# unsafe mode
I'm trying to compile a C# sln that compiles in the IDE but not in Visual Builder.
The error message says "Unsafe code may only appear if compiled with /unsafe" The projects are set to "Allow Unsafe Code Blocks = True" I took a guess and added /unsafe as Option but the compiler did not like that. Any ideas?? Thanks Frank |
|
|