| Thread | Last Post | Replies |
|
| evc 4.1 RTTI access violation build incompatiblity | 20 Mar 2007 19:39 GMT | 6 |
Hi, I have problem with RTTI in evc 4.1. The context: 1: My application serializes object and sends it to another instance of the same application by tcpip.
|
| Cannot rebind NDIS if no active network | 19 Mar 2007 17:40 GMT | 1 |
I'm using WinCE 5.0 and developing for a device with a user-configured network connection. For the most part everything is working. I can update the registry with the network settings (e.g. IP address, DHCP, etc) and rebind the NDIS adapter. This works fine if the user has a ...
|
| Database... | 19 Mar 2007 17:37 GMT | 1 |
What is the best database to use in Win CE applications? Can one use Microsoft Access Database? Thanks in advance, RABMissouri2007
|
| Stack used by thread | 18 Mar 2007 07:40 GMT | 4 |
When I run my applcation for for long hours it closes automatically without any notification. How to findout whether any stackover flow has happened ? Rishi
|
| Optimizing compiler generates invalid code | 18 Mar 2007 03:54 GMT | 4 |
I encountered a problem when running the code I appended to this post. It must be compiled using the ARM compiler with /O2 and /Ob0 to prevent inlining. The optimizing compiler emits a stack-access instruction (store) for the upper word of "brid" in ConvertIdToIndex, although brid ...
|
| Enable network connection by software | 16 Mar 2007 22:17 GMT | 2 |
I have to enable a network connection : this connection is disabled (control panel -> connection selected -> file menu -> disable). I have tried to use the SetDevicePower function, but this network adaptor is already powered up, it tis just the connection that is
|
| Device debugging | 16 Mar 2007 00:09 GMT | 3 |
I am a DDK programmer and familar with NDIS. We have done debugging,crash analysis during the development of NIDS driver for Windows XP using WinDbg . We need to port our driver to Windows Mobile running on WinCE. Can anyone let me know how do we do device debugging in ...
|
| How to get char without echo in WCE command line application? | 14 Mar 2007 18:18 GMT | 1 |
Hi, all I’m writing a WCE command line application, what I need is handling each char that the user inputs immediately without echo. It’s well-known that the _getch() can do so in Windows, but this method seems unsupported in WCE42. I
|
| Linker fails with long project names | 13 Mar 2007 19:36 GMT | 4 |
Does anyone encountered any problem with long project name (32 characters or more) using Visual Studio 2005 Service Pack 1 so far? The problem seems to be related to the linker. If you create a new DLL with a name of 32 characters or more the project
|
| MP3 wince appliacation | 13 Mar 2007 18:55 GMT | 5 |
I need to run MP3 & WMA files from my WINCE application . I do not want to use Windows Media Player. I have found out two ways: 1> Via DirectShow()
|
| ddraw.lib is missing vor machine typ ARM / ERROR_BAD_EXE_FORMAT | 13 Mar 2007 10:14 GMT | 3 |
I have a WinCE project (dll) which uses DDraw. I would like to compile it for PocketPC 2003 (ARMV4, not ARMV4I) but I got the link error that ARM and THUMB cannot be mixed with this ddraw.lib (from ARMV4I folder). So I removed the /machine:ARM linker
|
| Resuming a device from the suspended state | 13 Mar 2007 09:01 GMT | 3 |
I am using an MFC application to power down a Samsumg SMDK2410 board. On the click of a button my application calls the SetSystemPowerState(NULL, POWER_STATE_SUSPEND, POWER_FORCE) to send the system into a suspended state.
|
| How to detect incoming ping request? | 11 Mar 2007 12:31 GMT | 2 |
Hi, I need help from you. In my program I have to detect when a ping request arrive to my device from an external server and retrieve the IP address of the server who made the request. If the IP address is inside a "safe" list, I have to reply to this
|
| Specifying IP address in WININET function | 09 Mar 2007 16:34 GMT | 2 |
I have device with multiple interfaces. My application uses WININET functions for FTP - InternetOpen/InternetConnect and other FTP functions. I would like to know how can I specify particular IP address to use for this application so that my FTP will use only
|
| Bitmap Problem | 07 Mar 2007 23:59 GMT | 1 |
I am now writing a program that it will convert a text string to a monochrome bitmap. However, I can't successfully save as a bitmap. Could any one find where I am wrong in my code? Thank you for all of your help. BITMAPINFOHEADER BMIH; // contain bitmap information
|