eklenemiyor:Ben 2010 C#, Visual Studio bu hatları var bir IntPtr ve Int
IntPtr a = new IntPtr(10);
IntPtr b = a + 10;
Ve diyor ki:
Operatör '+' türündeki işlenenler için uygulanamaz 'System.IntPtr' ve 'int'. Eğer .net 4 hedefleme ise
MSDN says that this operation should work.
Projeniz .NET 4'ü hedefliyor mu? –
no. Kullanıyorum. Net 3.5 – Sp3ct3R