all groups > dotnet compact framework > february 2005 > threads for sunday february 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
how to trasfer files to pc from wince
Posted by bluesky liu at 2/20/2005 7:31:06 PM
hi !everybody
now i have a questiong: how can l trasfer files to pc from device
installed windows ce OS.l have connected tow devices(one installed pc
and another installed wince)by ethernet,and it can also get IP each
other(by ping) ,but it can't see the each other from another, how to
... more >>
RS232 cable attached to COM1
Posted by GraemeR at 2/20/2005 6:10:42 PM
Continuing from my previous thread I think taht this is the question that I
need answering.
I have an RS232 cable connected to COM1 on an iPAQ3870.
When connecting on the PC the cable shows a red light (LED when the port is
open and ready to accept data.
How do I connect with OpenNetCF?
... more >>
IMEI number again
Posted by Victor at 2/20/2005 2:35:15 PM
Can i get the IMEI number information without getting the line information
first?
cheers
victor
... more >>
PinvokeDLL or delegates or ??? ... Calling C# delegates from C++ as CALLBACK
Posted by Roland Rehmnert at 2/20/2005 1:14:14 PM
Hello
I have search a lot through the communities to find a way to call a delegate
procedure exported to a native DLL written in C and C++. Interface function
solely in C.
I have found a several articles based on stationary platform techniques, but
not COMPACT FRAMEWORK.
I receive notS... more >>
StructLayout and Size problem
Posted by Bostjan Erzen at 2/20/2005 7:09:02 AM
Hi,
can anyone figure it out, why this code works fine on Full Framwork, but not
correctly on Compact framework. In particular, I see that size of the struct
is igonred in CF (always 8 according to
System.Runtime.InteropServices.Marshal.SizeOf)
[StructLayout(LayoutKind.Sequential, Size=... more >>
Single source for Full and compact framework
Posted by Bostjan Erzen at 2/20/2005 6:17:03 AM
How can I have one source that also uses methods from Full framework to
compile also for Compact Framework or in other words how to write in C# the
following:
#ifndef _WINCE_
// code only for compilation on Win32
#endif
// common code (Win32 and WinCE)
Thanks,
Bostjan
... more >>
|