| Thread | Last Post | Replies |
|
| How to develop a driver | 21 Jun 2006 16:25 GMT | 3 |
i´am interested in developing drivers and creating BSPs. The docu of PB contains a lot of informations and i don´t know how to begin. Can anybody mention a good book or another source for teaching. I need to know how to implement an ISR, IST and how the different components
|
| another Windows CE virgin | 21 Jun 2006 16:08 GMT | 2 |
I am starting a project that involves Windows CE running on a small-board computer. I need to programmatically control a multiplexer with 3 input pins as well as a power supply with another pin. I believe these are going to involve "GPIO" pins.
|
| Dynamic controls in CFormView problem | 21 Jun 2006 01:47 GMT | 1 |
I am writing an application that uses Document/View architecture in eVC4 targeting iPAQ and Symbol devices. I have previously had much experience and sucess with Dialog based apps. I want to dynamically create controls in a CFormView because of the nature of the custom data
|
| Unit testing | 20 Jun 2006 15:54 GMT | 1 |
Hi, Can anyone recommend any unit testing toolsuite for C++ in VS2005. Thanks
|
| Thread or OnTimer | 20 Jun 2006 10:09 GMT | 1 |
I will develop the system that create an blinking on the LED. Which is it the best solution? The thread function or OnTimer function? For the performance is major the Thread or OnTimer? Thanks
|
| what happen if uses waveOutGetPosition(NULL,....) | 19 Jun 2006 21:56 GMT | 1 |
hi friends, can anyone tell me that what happen if we pass 1st parameter of waveOutGetPosition() function as NULL . and how can we make use of waveOutMessage( ) function in our own application..... can i have some
|
| eVC4: can't select any platform and build any project | 19 Jun 2006 17:59 GMT | 5 |
I'm trying to build an "Hello world" project. To do this, I've install (step-by-step) all the the software mentioned at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/DevGuideSP/html /sp_congettingstarted.asp eMbedded Visual C++ 4.0
|
| Timer Determinism | 19 Jun 2006 17:23 GMT | 6 |
Hi, I have a VS2005 unmanaged C++ application that requires a function to be run every 4msec. This interval must be accurate. Can I use SetTimer() and capture the WM_TIMER event for this interval, or is there a better method? Should I change the priority of my app?
|
| Storing a database | 18 Jun 2006 22:39 GMT | 1 |
I created and populated a database using the CCeDBDatabase and associated classes. By doing this, to the best of my limited knowledge, the database is in the object store. How do I get the database to permanent storage?
|
| MSMQ and async I/O support on windows mobile | 17 Jun 2006 00:05 GMT | 4 |
I am developing windows mobile applications using MSMQ on wince 4.20 and wince 5.00 and I have a few questions about async IO support of MSMQ receive function. I was wondering if it is possible to receive messages from a queue on
|
| NMAKE for eVC | 16 Jun 2006 20:23 GMT | 4 |
I am new to eVC, I want to know how can I compile eVC++ project using NMAKE or equivalent for eVC++ project. regards, Shenoy
|
| Creating a network in Windows Mobile 5.0 | 16 Jun 2006 18:39 GMT | 2 |
first off, if this is posted in the wrong place, please let me know where I should go instead to post it. Thanks! And on to my problem. I've been trying to write a program to be installed on a Windows Mobile 5.0 phone. The program needs to download files via HTTP from
|
| To add Hot Swapping Feature in WinCE5.0 | 16 Jun 2006 13:06 GMT | 1 |
Currently I am working on WincE5.0 MainstoneII\ARM\PXA270 for one of my custom image. Most of the peripherals like usb mouse, keyboard and sd card are working with plug and play but the hot swap feature is not working. As
|
| play sound | 15 Jun 2006 13:34 GMT | 1 |
Can I get sample to play a sound on the button click in eVC++ ? I am using mfc for my application. I am able to locate my my file on the button click, but not able to play the sound. Can any one provide me the solution for the same ?
|
| WinXP Professional: eVC4 install problem | 15 Jun 2006 11:38 GMT | 3 |
I'm trying to install eMbedded VC++ on my WinXP Professional. In time of installing the software, I've typed in appropriate CD key when it is prompted, then select both items to install (eMbedded Visual C++ 4.0 and Standard SDK for Windows CE .NET) After I've pressed "Next" I've ...
|