| Thread | Last Post | Replies |
|
| C++ exception before WinMain | 13 Mar 2007 15:41 GMT | 11 |
I am in trouble with a C++ program which I am porting from the desktop to CE 5.0 using eVC++ 4.0 (x86). The code compiles nicely and links with some warnings, mixture of LNK4049 and LNK4217:
|
| 128 MB RAM configuration issue | 13 Mar 2007 13:05 GMT | 4 |
Hello Experts I am using a Intel PXA270 processor with MainstoneII platform, Wince 5.0 for our project. When our image was initially built for 64MB RAM it is working fine. When in tried to configure for
|
| How to use hive-based registry | 13 Mar 2007 10:21 GMT | 6 |
Can anybody show me an example about how to use hive-based registry. My board, (ARM9+CE5.0), contains 32MB Nor Flash, 24MB for nk.bin, 8MB for Flash File System with folder "NOR Flash". Another question is if the "Control Panel->Stylus->Calibration" does RegFlushKey() after ...
|
| Making Ethernet work on DB1100 (MIPS) ie. "Product Ethernet" | 13 Mar 2007 09:56 GMT | 8 |
I have a reference board, Ive built and Run Linux on it. That was a nightmare... But the Client want WIN CE 5. AMD provided an image that runs with ethernet. It has a connection Icon under network connections when I run the
|
| pcm sound out in eboot | 13 Mar 2007 08:33 GMT | 1 |
I want to implement pcm-sound out function with S3C2440 in eboot. Are there any solution or suggestion ? Thanks in advance.
|
| Emulator using Ethernet in 5.0 | 13 Mar 2007 07:54 GMT | 2 |
I am using CE 5.0 emulator with an IP Phone template. When i attach device. It gives following error message as pop-up: Emulator for Windows CE could not open the Virtual Machine Network Services driver.
|
| User Defined Environment Variable | 13 Mar 2007 05:13 GMT | 2 |
I created an environment variable usind Platform Builder->Platform-
>settings->environment->New and used the same varible for conditional compiling. I am able to see the enviironment variable set in open release directory(command prompt) but code is not getting compiled
|
| Usage of SetSystemPowerState | 13 Mar 2007 04:44 GMT | 5 |
I have been working on an MFC application which will be deployed on a Samsung SMDK2410 board. I need to turn off the system (or put it in suspended state) on a button click. The code that I have used to turn off the power
|
| WinCE6: Build System - A solution for conditional statements in "sources" ? | 13 Mar 2007 04:40 GMT | 5 |
If i have to include conditions in my build system, should i have to forget WinCE's build system and use other tools ? For example, it seems WinCE's "sources" file does not support : #ifdef ALLOW_COLOR
|
| reloading the driver after resume | 13 Mar 2007 03:27 GMT | 7 |
I suspend my device using "SetSystemPowerState(NULL,POWER_STATE_SUSPEND,POWER_FORCE)) " After I Resume from the suspend mode the wireless does not work. What am I missing during startup do I need to reload the wireless driver? How do I do this reloading? Thanks in Advance
|
| how to set WINCEDEBUG=debug? (not in batch file) | 13 Mar 2007 02:21 GMT | 3 |
As we know, we can set WINCEDEBUG=debug in build batch file to compile project in debug mode. Somtimes, it's very useful when OS is sysgen-ed in release mode. Can I set WINCEDEBUG=debug in other places? For example, in SOURCES,
|
| Wince application closes abrubtly | 12 Mar 2007 22:54 GMT | 4 |
I have built an embedded VC application built for a custom made product. The application runs perfect for few hours or few minutes, but after that it closes by itself. I want to find out the reason why it is closing itself. I tried
|
| problem concerning the creation of thread running in user | 12 Mar 2007 20:32 GMT | 4 |
I have another problem concerning the creation of thread running in user process. I created my thread as follow: // Prototypes
|
| CeDeleteRecord() problem | 12 Mar 2007 19:54 GMT | 6 |
I am having a problem with the CeDeleteRecord() on a CEDB database. My database contains several hundred records and I can delete them 'till the cows come home without any problems, except for one record. The seek function finds the record based on an index and returns a valid OID ...
|
| Calling crypto APIs from OAL (OEMCertifyModule) in CE 5.0 | 12 Mar 2007 18:28 GMT | 1 |
I would like to improve the signature verification method proposed in the Trusted Environment Creation, which is using a single public key, to a more elaborated model using certificates. Would be a way to call the Crypto API from OEMCertifyModule?
|