| Thread | Last Post | Replies |
|
| Calling a managed (C#) DLL from unmanaged (C++) code in Windows CE | 19 May 2008 14:51 GMT | 5 |
I know that what I want to achieve works on a desktop with the "big" framework but I also read (on the blog of the developer group of the compact framework itself !) that it should work on Windows CE devices, too. The only problem: up to now I found no explanation or example,
|
| Exception at InitLocaleInfoW | 17 May 2008 03:35 GMT | 7 |
I have an Dialog Box application that has a strange acception. In this dialog box application, when invoke will run some IOCTL calls. In normal circumstances, there is no problem. However, there is once when an exception keep popping out. The exception
|
| eVC++4.0 and target SDK | 16 May 2008 16:11 GMT | 5 |
Env: XP, eVC++4.0 with SP4 I just started to create an app for a Windows CE5.0 system with AMD CPU. And I just installed software as follows, (1)Install eVC++4.0 with emulator and x86
|
| C2143 ERROR | 14 May 2008 16:29 GMT | 2 |
I have found this error but I not understand the problem.... I took this code from an open source project int roadmap_street_replace (RoadMapNeighbour *neighbours, int count, int max, const RoadMapNeighbour *this);
|
| C2040 | 14 May 2008 16:26 GMT | 4 |
I have need of information..... why I have this error? error C2040: 'short_handle' : 'short_handle *' differs in levels of indirection from 'short_handle' this is line that generated the error : typedef struct short_handle *
|
| dllentry point via .def file | 13 May 2008 22:20 GMT | 1 |
I have a driver that I am creating with evc4. The last line in the .def file is: DLLENTRY=DllEntry (DLLEntry is also in the EXPORTS section) However, this entry point
|
| do{...}while(0) ??? | 13 May 2008 09:42 GMT | 11 |
What's the point in having contructs like this? do{ ... }while(0)
|
| CDC About usbser.dll or serialusbfn.dll | 13 May 2008 05:04 GMT | 1 |
I am new in WinCE. I have a USB device which uses usbser.sys in the PC system, and It works like virtual COM port. However, I would like to use it in WinCE (5.0 and/or 6.0) as the virutal COM as well.
|
| IOCTL_HAL_REBOOT in WinCE 6.0 | 09 May 2008 13:44 GMT | 2 |
kernelIOControl(IOCTL_HAL_REBOOT, ...) does not reset the device under WinCE 6.0. Do you know how can I do a reset from my application under WinCE 6.0 ? Thank you in advance,
|
| SSEND FILE WITH RS232 | 07 May 2008 16:13 GMT | 3 |
I have a device that uses the RS232 9600 8-N-1. I read these informations on the manual: "USING THE HEX EDITOR CREATE FOLLOWING AND SAVE AS A TEST FILE : 11 0D 0A 44 4D 46"
|
| RAW ASCII | 07 May 2008 16:06 GMT | 3 |
How do I send text file on serial port in RAW ASCII mode?? These are the byte of my file: 0x11 0x0D 0x0A 0x44 0x4D 0x46 (DC1... CR... LF.... DMF) Thanks
|
| USB ActiveSync problem - can't start repllog.exe at first connection of USB cable to the host PC | 06 May 2008 19:24 GMT | 2 |
Hi, how are u? I really want to take your big help.. Please, let me hold your kind help.. thank in advance. * Environment
|
| Can I use speech api sample(\public\speech\sdk\sample\cpp\talkback | 06 May 2008 16:25 GMT | 1 |
I need to usage sapi(speech api) for embedded ce. I have been finding it for a long time.
|
| always recompile file | 02 May 2008 21:51 GMT | 2 |
We're building a project in Microsoft eMbedded Visual C++ 4.0. In one place I use the __DATE__ and __TIME__ macros to include in code the actual compile data and time of this version. I hope to be able to tell exactly when an exe was made as different versions float around.
|
| Problem in porting wince 5.0 to smdk2410 board. | 02 May 2008 09:47 GMT | 4 |
I have created the OS image for smdk2410 board using platform builder tool. After(it gave 0 warings and 0 errors) successifully creating OS image it has EBOOT.nb0, nk.bin. For porting wince i need to run the EBOOT.nb0 in the ram where we can set the
|