You cannot post messages because only members can post, and you are not currently a member.
Description:
A discussion list for developers working on the OpenNETCF Desktop Communication library.
|
|
|
File of Source OpenNETCF
|
| |
Hi, I don't know if I'm only that have problems to download the
source, but the unique way to download the source code is use a svn
client????
I download it, but some function at this program don't function or
apparently aren't implemented, obviously I download the last version
of source, the people here have a good source of this application???... more »
|
|
Patch of various fixes.
|
| |
Hello, This is my first time making a contribution for this type of thing. This patch contains a variety of fixes that we made to the library over the last year and a half so we could use it. I'll try to provide an outline of the issues below: RapiException.cs: The rapiexception class was returning the wrong hresults when an exception... more »
|
|
GetDeviceFileSize
|
| |
I'm employed on a San Marino company.
I had a problem with asyncronous trasmission because while you are
transfering file from computer to device you cannot use
GetDeviceFileSize function because it will go on Exception.
I visited most forum and all people will have the same problem. The
file is yet in use.... more »
|
|
GetDeviceVersion and null values
|
| |
I am not the best programmer in the world and really have been getting
my feet wet (apparently, I should have been wearing my waders) but I
have been tasked with implementing some of our software for mobile
devices.
I do not know what version of Windows Mobile the customer is using and
so for installation purposes I would like to find this out and then... more »
|
|
Implementing RAPI2 for Desktop.Communication
|
| |
So, is there any more word about moving forward with a potential project to move D.C from RAPI to RAPI2? I've done a little reading on the differences - it makes sense, though I'd like more specifics. [link] I'm willing to help out, but the constraints on me will be to show relevance... more »
|
|
Fix: Null-Pointer Exception
|
| |
Hello,
The RAPI class produces a null-pointer exception on machines where
ActiveSync is not installed. On such machines, "new RAPI()" fails with
an exception, which is ok. Unfortunately, the destructor is called
later and produces that exception, not in sync with the program.
To fix that, add a simple IF-command to the destructor. Replace... more »
|
|
|