Cant get the pointers to work in c#

  • Thread starter Thread starter Patrick
  • Start date Start date
P

Patrick

Hi,
I have been trying to get the pointers to work in c#, i was told that you
have to set Allow unsafe code in your application properties and that should
do the trick, but it still dosent work, i keep getting Pointers and fixed
size buffers may only be used in an unsafe context. Any help would be
appreciated.
-Patrick
 
If you type "c# unsafe" into Google the very first hit explains how to write
your source and even has samples.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top