| Thread | Last Post | Replies |
|
| Dlls under WinCE 5.0 | 15 Sep 2007 11:00 GMT | 1 |
I am trying to write a DLL under WindowsCE 5.0. As part of my project I am trying to use STL classes like vector, map, etc. I am passing an STL map reference from my main application to my dll. DLL is suppose to fill in some entries in the map object. Just as dll is trying to
|
| How to debug Prefect Abort Message | 14 Sep 2007 14:23 GMT | 11 |
I have the follow error message when i was tasking my target. Below is the error message. Prefetch Abort: Thread=83c97400 Proc=810263e0 'device.exe' AKY=00000005 PC=00000000(???+0x00000000) RA=03f96160
|
| link error -- machine type conflict | 13 Sep 2007 05:08 GMT | 4 |
I am building a DLL using embedded VC 4. When building a DLL (written in C) for platform MIPSFPU, there is a strange link error. fatal error LNK1112: module machine type 'MIPS' conflicts with target machine type 'MIPSFPU'
|
| using a DLL remotely through TCP/IP | 12 Sep 2007 23:20 GMT | 5 |
I have a TCP/IP server application running on a WM5 device. I'd like to be able to give the TCP/IP client application access to function pointers exported by a DLL on the device. I'm just not quite sure how to go about using a TCP/IP connection this way or if it's even
|
| inter process communication | 12 Sep 2007 19:50 GMT | 3 |
I have code for a WinCE process which I am trying to use within my managed (C#) application. I'm OK with the whole P/Invoke strategy, but I am stuck on how to communicate with this separate process.
|
| .LIB in VC++ | 10 Sep 2007 16:36 GMT | 1 |
How to used my C functions in eVC++ mfc application ? how to create .lib file & header file ???
|
| factor contribute to CreateFile failure | 09 Sep 2007 15:00 GMT | 4 |
I'm using CreateFile to open up a communication channel to COM PORT 4: I'm running a test which repeatedly set my target device to sleep then wake up then sleep again. after a long cycle of repeated waking up and sleep, i discover that i was
|
| IOCTL_NDIS_BIND_ADAPTER gives "The request is not supported" | 07 Sep 2007 20:59 GMT | 1 |
I have a thread that listens for the NDIS notifications NDISUIO_NOTIFICATION_UNBIND and NDISUIO_NOTIFICATION_DEVICE_POWER_DOWN. When I dock in ActiveSync, I'd get the POWER_DOWN notification, then
|
| Possessed EVC++ - very very slow to open a project.... | 07 Sep 2007 20:13 GMT | 2 |
Maybe one of you has a suggestion - I have a project that normally takes 20 seconds to load. The project is fairly large, but my machine has 2GB of ram, so it normally pulls it right in. Of late, trying to open this project results in very long times when "Loading
|
| Eten M700 with WinMob 6 MFC problems | 07 Sep 2007 14:32 GMT | 1 |
I have an application using dynamically linked MFC. It runs just fine on various machines with OS 2.1 to Win.Mob.5. Now I am getting reports from people trying to run it on Eten M700 with Win Mobile 6 that sound really bizarre. They go into options section (CpropertySheet and
|
| TCP/IP over USB | 06 Sep 2007 23:54 GMT | 24 |
Is there a way to do TCP/IP communications over a USB connection? Preferably one that does not involve active-sync. If anybody has any samples or can point me to the proper API calls, I would appreciate it.
|
| AlphaBlend function is not working | 06 Sep 2007 13:27 GMT | 3 |
I am working on AlphaBlend function in my application, following is the source code. /////////////Part of Code//////////////// BLENDFUNCTION bf;
|
| ID Cpu or WINCE | 06 Sep 2007 13:20 GMT | 1 |
Is it possible to have the unique code from the CPU or OS? If yes... How???? Thanks in advance
|
| WinCE USB Audio Class Driver | 04 Sep 2007 16:52 GMT | 1 |
I am a USB Audio Class driver using Platform Builder,WinCE 5.0. I am debugging the driver using a USB Handset. Linux supports the USB Audio Class and i have tested the USB Handset using a linux Platform (linux-2.6.14.3 Kernel). After the enumeration phase i get the
|
| Visual Studio Mobile 2005 to EVC++ 4.0 | 04 Sep 2007 05:22 GMT | 1 |
How do I convert the Visualt Studio Mobile 2005 solution in the EVC++ 4.0 Project? If this translation not possible... how do I load the my SDK platform of the EVC++ 4.0 on the Visual Studio Mobile 2005?? Thanks in advace
|