Compiler Warning "At least one of the arguments...can not be marsh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I keep getting compilier warnings like this:

At least one of the arguments for '-----' cannot be marshaled by the runtime
marshaler. Such arguments will therefore be passed as a pointer and may
require unsafe code to manipulate.

The warnings started to come up after I moved the project to VS2005 running
under Vista.

I've found no documentation on the warning. Can I suppress it somehow??? I
get around 100 such warnings every time I compile the project.

Any input would be appreciated. Thanks.

Mikhail
 
We are getting the same warnings since moving the project from VS2003 to VS2005.
Suggestions on how to resolve them are appreciated.
 
Back
Top