| Thread | Last Post | Replies |
|
| ActiveSync woes... | 31 Jul 2007 23:19 GMT | 1 |
My development environment consists of ActiveSync 4.2, EVC++ 4 with SP4 applied. Target is a WinCE 5.0 custom build. I connect my target device via network and serial port (why? Because that's the way I've always done it). Since upgrading to 4.2, the app is possessed. The
|
| evc4 newbie question - platform management and debugging | 30 Jul 2007 22:08 GMT | 2 |
I'm doing some CE5/Windows Mobile development and I had a question about EVC4 relating platform configuration and connecting to the device. I selected Tools | Configure Platform Manager | Windows CE Default Platform. I then add device "MyDevice" and configure it to use
|
| WS_CLIPCHILDREN | 30 Jul 2007 19:08 GMT | 4 |
Any new in this problem. This is a big headache. Any new in WinCE 5.0 / 6.0 ???????????? Thanks,
|
| PInvoke problem | 30 Jul 2007 18:35 GMT | 3 |
Hi, i have the following declaration to PInvoke the SHLoadImageResource function <DllImport("coredll.dll")> _ Public Shared Function LoadLibrary( _
|
| Font display | 27 Jul 2007 18:24 GMT | 1 |
in my application, it is a GUI application, there are two language when the HMI display, one is chinese, one is english,when the HMI is chinese, I hope it display simsun font, when the HMI is english, I hope it display arial font, so I want to know whether I can call
|
| How to turn on/off EVDO interface in C++ on WM5.0? | 27 Jul 2007 17:32 GMT | 1 |
Hi, I am trying to figure out how to turn on/off an EVDO interface programmatically in an application for Windows Mobile 5.0 in native C++ for a PPC-6700. Specifically I am trying to figure out how to :
|
| About Overlays in EVC++ | 27 Jul 2007 14:50 GMT | 5 |
I would like to know more about overlays (and underlays) of PXA please. (i work with evc++4 and winCE 5) Do you know where i can find more information ?? I would like to display a video on the background and display a dialog box
|
| GetMessage is a blocking fucntion | 27 Jul 2007 14:03 GMT | 2 |
I've made an application and the GetMessage() fucntion is a blocking function. Is it just possible to check if new message is queued ??? This is an exemple of my code:
|
| how to get the USB flash disk plug in and remove event in ce4.2? | 27 Jul 2007 04:31 GMT | 1 |
how to get the USB flash disk plug in and remove event in the application of ce4.2 platform? The same question is for the SD card, attch and remove event? thanks in advance.
|
| Change IP address without reboot | 26 Jul 2007 15:21 GMT | 7 |
I would like to change my IP address configuration under windows CE 5. I would like to access to the IP configuration even if the TCPIP cable isn't connected. (i had seen that when the cable isn't connected, the ip address is 0.0.0.0 whereas in the regsitry it's not the same ...
|
| file mapping question | 26 Jul 2007 10:30 GMT | 3 |
Hello Geeks, I am trying to get my process to use my mapped file. I create the mapped file like this: hFile = 0;
|
| Adding references to external DLLs | 25 Jul 2007 19:41 GMT | 6 |
I want to access a USB-HID device from Windows CE. I added USB support from the catalog and added hid.dll to my project.bib files section before building my SDK. I created a basic VC++ project and added a call to HidD_GetHidGuid() with a
|
| error LNK2001: unresolved external symbol @__security_check_cookie | 25 Jul 2007 11:27 GMT | 1 |
Hi, now I use vc++6.0, when I compile my application, it has no error, but it occur link error. error LNK2001: unresolved external symbol @__security_check_cookie@4
|
| Problem read/write registry | 25 Jul 2007 07:24 GMT | 5 |
Just a problem with this code and EVC++4: HKEY hKey = NULL; DWORD dwDisposition = 0; DWORD dwType = REG_SZ;
|
| evc 4 installation problem. | 23 Jul 2007 11:19 GMT | 1 |
I get the following string of messages when i try to install embedded visual C++ 4. The installation is failing and i am not able to understand why. Please Help!
|