| Thread | Last Post | Replies |
|
| Problem with CreateThread function | 10 Dec 2005 17:41 GMT | 2 |
I am having a problem in using the CreateThread function. I am trying to create a thread which uses a local function using the CreateThread function. Here is a code snippet: DWORD WINAPI CMeasureControl::MeasureThread (void *param)
|
| ramdisk and build time bottle neck | 10 Dec 2005 14:20 GMT | 3 |
I've been asked to do a test of putting some parts of the build tree on a ramdisk to see if it reduces the build time. My impression thus far is that the primary bottle neck is CPU time, and that it would be better to do targeted builds of only changed sections of code rather than
|
| File System Filter Default Directory | 09 Dec 2005 19:19 GMT | 4 |
Is there a way to make a file system filter work on a specific directory only, within a file system? Perhaps a registry setting or a method to determine which directory the read/writes are happening? I am writing an Encryption Filter and I want to only encrypt files that are ...
|
| Run .NET application | 09 Dec 2005 15:27 GMT | 3 |
I have updated my PB in order to add ".NET Compact Framework 2.0" and "OS Dependencies for .NET Compact Framework 2.0" to my platform. I would like to run a .NET application, which is just pop-up a empty form, from my device. But it fails. Do I miss something there? The .NET
|
| How to connect to PC using serial port by AS? | 09 Dec 2005 13:33 GMT | 4 |
We developed a wince device,but cannot use AS to connect PC.My enviroment is: Wince device: wince 4.1 PC: win2003, AS 3.8 I read almost all past posts and test.They cannot work.Using Hyperterminal
|
| The driver of "WCEUSBSH" can support high-speed USB device? | 09 Dec 2005 05:46 GMT | 8 |
I am working on winCE USB high-speed device driver for connecting with desktop PC using Activesync. I have done the connection work. However, the speed of transferring file is very low. I want to know whether Activesync 4.0 on PC side can support high-speed
|
| Sluggishness with Explorer.exe in WinCE 5.0 | 09 Dec 2005 01:46 GMT | 2 |
We currently have BSPs for our Windows CE devices for both WinCE 4.2 and WinCE 5.0. When using the Explorer application to navigate the file system, the 5.0 version appears to be less responsive in providing feedback. When Navigating to the /windows directory, the 5.0 version ...
|
| Changing screen resolution. WinCe 5.0 | 08 Dec 2005 19:27 GMT | 3 |
After the GWES loads GPE and sets its initial resolution, how can i reload gpe with a different resolution? i am trying to switch from LCD to CRT. Please help :)
|
| ndis.lib | 08 Dec 2005 15:20 GMT | 1 |
What catalog item in platform builder should I include to build ndis.lib Paul
|
| About Sting Safe lib | 08 Dec 2005 14:14 GMT | 3 |
Is it necessary to port the code to use strsafe API? Is it a big deal to use strsafe in the mobile project? Thanks Lu
|
| displaying jpg images on Windows CE 5.0 | 08 Dec 2005 12:00 GMT | 8 |
I am trying to display jpg images from a stored file (webserver). Which function name(s) would I use for this procedure? I have found a website that uses imgdecmp.dll, but this was for the PocketPC. When I built the program I received this error message...
|
| [x86 BIOS Boot Loader] How to compile BOOTSECTOR directory | 07 Dec 2005 22:20 GMT | 2 |
Hello I have CE ver.5 and am trying to make a BIOS Boot Loader, But I cant. Any one know how to make bsect.img neatly My target board is
|
| Porting eMVC MFC application into CEPB | 07 Dec 2005 20:18 GMT | 7 |
I want to port some eMVC MFC projects into CEPB of Wince500. Had anyone done this kind of work? If you did could you share some clue or post a simple "Sources" file. Thanks
|
| How to prevent an NDIS intermediate driver from being loaded at startup? | 07 Dec 2005 18:04 GMT | 7 |
I developed an NDIS intermediate driver with the emulator 4.2. Now I want to try it on an iPaq with its standard retail OS and a WLAN card that is actived "on click". I do not want the driver to be loaded at startup since I wouldn't have any
|
| Message Hooking | 07 Dec 2005 16:53 GMT | 4 |
I read in the Documents that winCE O/S does not support Message Hooking . Q1 Why ...? Ans : Q2. : What is the otherway to do it.
|