Thread: C# unsafe mode
View Single Post
  #1  
Old 04-06-2005, 04:57 PM
fkish fkish is online now
Registered User
 
Join Date: 06-26-2003
Posts: 11
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
Reply With Quote