Trouble with an depreciated constructor visual basic visual studio 2010?

Change hPortP to a SafeHandle However, you should change your CreateFile declaration to return a SafeHandle instead. (and to take IntPtr s instead of Integer s) Your current code will not work on x64.

Change hPortP to a SafeHandle. However, you should change your CreateFile declaration to return a SafeHandle instead. (and to take IntPtrs instead of Integers) Your current code will not work on x64.

– VBPRIML Jun 14 '10 at 16:08 Change IntPtr to SafeHandle. – SLaks Jun 14 '10 at 16:13 Thabks for your patience, that got the error, now the "hPortp =..." line above it says the value type intptr cannot be converted to safe handle. – VBPRIML Jun 14 '10 at 16:18 Change the variable to a SafeHandle.

– SLaks Jun 14 '10 at 16:32.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions