Related issues: 7906; 8497.
My solution:
private const short INVALID_HANDLE_VALUE = -1;
->
private static IntPtr INVALID_HANDLE_VALUE = (IntPtr)(-1); // compiler does not allow making this const ...
Id #9148 |
Planned Release:
None
|
Last Updated: Feb 1 at 8:46 PM by AHDPOH |
Created On: Feb 1 at 8:46 PM by AHDPOH
Hello!
Todays I've faced with a bug inside RAPI.Invoke method. Before executing CeRapiInvoke, the method copies data from the byte array into HGLOBAL:
public void Invoke(string DLLPath, string Fu...
Id #8680 |
Planned Release:
None
|
Last Updated: Sep 12 2011 at 3:51 AM by Nuzikprogrammer |
Created On: Sep 12 2011 at 3:51 AM by Nuzikprogrammer
I'm able to copy from the device, delete from the device, but when I try to copy to the device I get the above message. Below is the code and the stack trace, any help you can offer would be great...
Id #8497 |
Planned Release:
None
|
Last Updated: Jul 19 2011 at 9:06 PM by spellmn |
Created On: Jul 19 2011 at 8:13 PM by spellmn
If the device is connected after doing rapi.Connect(false, -1), RapiConnected event is never fired, even if ActiveSync seems to work fine (In VisualStudio's Output window the strings written by Act...
Id #8092 |
Planned Release:
None
|
Last Updated: Jun 2 2011 at 9:15 PM by Ptrevino |
Created On: Apr 4 2011 at 12:35 PM by vittoriosozzi
Hi !
The change from Elliot_009 ( http://rapi.codeplex.com/workitem/4932?ProjectName=rapi ) doesn't work very good for my project.
Some functions (like DeviceFileExists() ) just work one time.
Th...
Id #8043 |
Planned Release:
None
|
Last Updated: Mar 23 2011 at 4:34 PM by nogema |
Created On: Mar 23 2011 at 4:34 PM by nogema
I have trawled the interent for days looking for a solution to this problem, without success. It seems unless you are a C/C# wizz you don't have a chance! I'm a vb guy....
I have a VB.net mobile...
Id #7978 |
Planned Release:
None
|
Last Updated: Mar 2 2011 at 3:49 PM by NECODER |
Created On: Mar 2 2011 at 3:49 PM by NECODER
Hello,
I've downloaded the lastest version from svn respository (rev 45072) and I've noticed that CeGetVersionEx(out VersionInfo) crashes on GetDeviceVersion call when library is built for x64 pl...
Id #7906 |
Planned Release:
None
|
Last Updated: Jan 17 at 12:09 AM by NJLDoc |
Created On: Feb 16 2011 at 5:28 PM by lerouxrv
The only reason why the code must be unsafe is the use of unsafe Windows API function GetWindowsDirectory. There is much simpler way of getting windows path: just call System.Environment.SystemDire...
Id #7895 |
Planned Release:
None
|
Last Updated: Feb 11 2011 at 3:16 PM by mack369 |
Created On: Feb 11 2011 at 3:16 PM by mack369
I've been working with the Desktop Communication library successfully for quite a while on Win XP/32-bit, but now I'm running into an exception when running on a Win 7/64-bit system:
System.NotImp...
Id #7163 |
Planned Release:
None
|
Last Updated: Sep 22 2010 at 6:50 PM by didge |
Created On: Aug 24 2010 at 2:54 PM by didge
I have a problem when i copy a file to device and test date with GetDeviceFileTime the dates is not iguals original file. Return crazy dates, Why ?
Someone already had that problem ?
Id #6777 |
Planned Release:
None
|
Last Updated: Nov 17 2010 at 8:42 AM by LBe |
Created On: May 31 2010 at 7:17 PM by afbanzatto
|
|
|
|
|