RE: Problems developing an application to PocketPC
From: Ali (aagardezi_at_gmail.com)
Date: 08/04/04
- Next message: Flynn Arrowstarr: "RE: Axim Microphone and P/Invoke"
- Previous message: Paul G. Tobey [eMVP]: "Re: Socket disconnections after a few minutes problem"
- In reply to: triki tron via .NET 247: "Problems developing an application to PocketPC"
- Next in thread: Peter Foot [MVP]: "Re: Problems developing an application to PocketPC"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 08:31:29 -0700
The implemetation of CF version 1 has a bug in AddrOfPinnedObject. instead of returning a pointer to the array, it return a pointer to the internal array structure which consists of the arraysize followed by the array data. since the array size is a 32 bit number, add 4 to the value returned by it to compensate for this error.
Also see the previous post by Jorge Castillo in this forum.
Hope this helps
Ali Gardezi
- Next message: Flynn Arrowstarr: "RE: Axim Microphone and P/Invoke"
- Previous message: Paul G. Tobey [eMVP]: "Re: Socket disconnections after a few minutes problem"
- In reply to: triki tron via .NET 247: "Problems developing an application to PocketPC"
- Next in thread: Peter Foot [MVP]: "Re: Problems developing an application to PocketPC"
- Messages sorted by: [ date ] [ thread ]