C++/VB - Testing multiple WinCE based devices

Asked By apsola
11-Oct-07 08:31 PM
Hello Gurus,

With activesync you are limited to one PC to one wince device. Are
there any other ways of connecting multiple wince devices to a single
PC? The PC should be able to access/read/write files on the target
devices.

regards
Ankit Parikh
Software Engineer
Prolificx NZ Ltd
WinCE
(1)
Prolificx
(1)
Parikh
(1)
Ankit
(1)
Activesync
(1)
RNDIS
(1)
CIFS
(1)
  Steve Maillet \(MVP\) replied...
11-Oct-07 09:46 PM
Ethernet works well and is not as limited as ActiveSynch.
  Henrik Viklund replied...
12-Oct-07 06:08 PM
Ethernet or USB/RNDIS in combination with SMB/CIFS Server comes to
mind.

Henrik Viklund
http://www.addlogic.se
help
on this? How can I use the lParam in other columns? TIA!! Win32 UI Discussions WinCE (1) Visual Studio (1) PlatformSDK (1) VC2005As (1) ListView (1) Swanson (1) Windows (1) LParam thanks message . . . Anyway, part of the problem is the help system comes up with the WinCE stuff by default first which doesn't have that extra text. It's kinda annoying. Be nice if I could just filter out WinCE docs until I need them. Hi David, Sorry for the late response. Due to internal not sure I understand you completely. Do you mean that your question apply to the WinCE platform instead Win32? WinCE is quite different from Win32, so can you provide more details of your question? Thanks to set a preference that all you are interested in is Win32 / COM development (vs. WinCE or .NET or Visual Foxpro or something else) and to have it limit search results look the same, but #1 is Win32 / COM, #2 is Windows Mobile 6, #3 is WinCE 5.0, #4 is WinCE .NET 4.2, and #5 is WinCE 3.0. Many of us tend to do
6.0 Directshow Problem C++ / VB 1. Where could I find the Directshow SDK in WinCE 6.0? 2. Does WINCE 6.0 platforam builder Support MPEG2 / 4 Filter? When I try to use mediaplayer to mpeg4 AVI, why it shows no filter support error? 3. Where could I find the WINCE 6.0 Graphedit.exe? Thanks for your help~~~ Win32 WinCE Discussions WinCE (1) Windows Embedded (1) StrongARM (1) MyAPP (1) ReleaseFilterGraph (1) CreateFilterGraph (1) PlaybackPerfTest (1) CheckInputType 1) %_WINCEROOT% \ public \ directx \ sdk WinCE does not ship with MPEG-2 or MPEG-4 codecs out-of-the-box. The Error Report. Is there something wrong? 2. Could we ignore these DirectShow Testing for passing WinCE Certification on our BSP? Could I attached the testing log for you reference? The following load the MyTransform.dll filter? Does I need to insert filter? by which app in WINCE 6.0? 2. You are a very nice teacher. Anyway, thank you very much. Sorry
wince nls load information C++ / VB Hi, I have learned that the locale conventions are kept in wince.nls in \ windows folder. The OS uses this file for initializing the NLS tables.After wince boots up i can see the list of locales in regional languages list. I have data. Where is this data(for all locales loaded ) after it is read from the wince.nls file? how to load a different NLS after wince boots up? Best Regards, Raja Win32 WinCE Discussions Filesys (1) Windows (1) InHi (1) Initializes (1) Filesystem (1) Notexist (1) Boots (1 n32 n32 in Hi Paul, Thanks for the reply. . It is Possible to make the wince system load a different NLS. There are some exe's available which do this.but I suppose that, in the simple vein, you could arrange to change the *contents* of wince.nls in the filesystem and then reboot the device. This could be done using a
Constructing Directshow filter graph manually to read an ASF file on network on WinCE C++ / VB Hi all, I have written my custom ASF parser filter. This filter I I am trying to create instance of CLSID_URLReader. But it is not getting created on WinCE. Does anybody have any idea how to create filter graph to read over URL. I am doing this development for WinCE. Thanks, Rishi Win32 DirectX Video Discussions WinCE (1) URLReader (1) CoCreateInstance (1) IBaseFilter (1) URLmon (1) AsyncReader (1) Directshow (1) Windows (1 hr = CoCreateInstance(CLSID_URLReader, 0, CLSCTX_INPROC_SERVER, IID_IBaseFilter, (void* *)&pSource); But it is not getting created on WinCE. Does anybody have any idea how to create filter graph to read over URL. I am doing this development for WinCE. Thanks, Rishi Hi. CLSID_URLReader is supported on WinCE, but not support on Windows Mobile. http: / / msdn.microsoft.com / en-us / library / aa927785.aspx 3D CoCreateInstance(CLSID_URLReader, 0, CLSCTX_INPROC_SERVER, IID_IBaseFilter, (void* *)&pSource); fails. I am doing this development on WinCE 5.0. Could you please the Catalog components required to get it working. It would
FD_ISSET not returning the read fdset when socket breaks in WinCE application C++ / VB Hi, I have an voip application that uses winsock2. In PC when me to detect the socket failure in PC. However the same application when run in WinCE device, using the same Winsock2, does not behave the way mentioned above. I am unable to detect the socket failure in the WinCE device. Why is it that the same winsock api behave differently in PC and WinCE based device though the winsock2 apis are the same ? Expecting a positive response. Regards, Ani VC MFC Discussions WinCE (1) InCE (1) Newcomer (1) ReadFds (1) Implementors (1) Constants (1) Behaves (1) Erences (1) Presumably your WinCE device is running on an x86, otherwise it can't be the same winsock2 dll have to postulate that the network device drivers are identical, which they certainly are not (winCE has a slightly-different device driver model, and in addition, I have no idea if corresponding teams. . thank u / keywords: FD_ISSET, not, returning, the, read, fdset, when, socket, breaks, in, WinCE, , , , application description: Hi, I have an voip application that uses winsock2. In PC when i