Running into error while transferring WIN32 project to PocketPC

  • Thread starter Thread starter Pascal Schmidt-Volkmar
  • Start date Start date
P

Pascal Schmidt-Volkmar

Hi there,

the code line
fixed (char* pChar = s)

throws the error

C:\Dokumente und Einstellungen\Pascal\Eigene Dateien\Visual Studio
Projects\PascalsMailer\QuotedPrintable.cs(310): Missing compiler required
member 'System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData'

although I already included
using System.Runtime.CompilerServices;

What am I missing?

Thanks,

Pascal
 
Hi,

It woul.d be better if you post this in the compactframework NG.

But a quick search in MSDN shows that that property is not supported in the
CF.

cheers,
 
Back
Top