| Thread | Last Post | Replies |
|
| Coding Convention | 30 Dec 2005 22:53 GMT | 10 |
Is there any good tutorial available for coding convention in Evc. Regds Kiron
|
| eMVc++ 4.0;Problem when i invoke the eMVc++ | 30 Dec 2005 05:11 GMT | 2 |
I have installed eMVC++ 4.0 with service pack 3 . when I am trying to invoke the that..its giving a dilog box "eMvc++ discovered no CE platfor sdk installed,Pls install at least one CE platform"..
|
| How to remove USB Disk safely in WinCE 5.0 | 29 Dec 2005 09:38 GMT | 2 |
I'm new to WinCE 5.0. Does it support to remove USB Device safely in Windows CE 5.0? If the answer is yes, then how to remove it? Thank you!
|
| File overwrite problem in cab file on 5.0 | 29 Dec 2005 06:46 GMT | 1 |
hey, guys I have a Dell X51, which is WM5.0. And I have built my cab file with CABWIZ.EXE. I have one file, I don't want it to be overwritten if the file is already there.
|
| windows mobile 5.0 device driver | 28 Dec 2005 19:09 GMT | 8 |
We have a virtual serial port driver which works fine on Pocket PC 2003 devices. And it also works fine on the windows mobile 5.0 emulator(ARM920T emulator). But for some reason, it doesn't work with the new iPaq
|
| import Registry file (Remote Registry Editor) | 28 Dec 2005 16:02 GMT | 1 |
When I use Remote Registry Editor's Export Registry file to save a .REG file! But I can't find "import Registry file" menu! How to import this .REG file to other CE machine ? Thank you!
|
| Memory leak when using directshow, help! | 28 Dec 2005 02:13 GMT | 5 |
Hi, All I am using eVC.40 sp2 and programm on wince4.2. I use directshow to play mp3 music file. The following is the code:
|
| anyone know how to display mpeg file | 27 Dec 2005 02:19 GMT | 4 |
I'm searching just logic and some idea to start the development about running the MPEG file in Windows CE 5.0 mobile. I'm using EVC++ 4.00 development tools and Windos CE 5.0 emulator. If anybody can have any idea please suggest me. If anybody have good sites link please reply me
|
| touch screen help | 26 Dec 2005 06:35 GMT | 10 |
Hi, Where do I get information about developping application for touch screen device using embedded vc++? is there any SDK from Microsoft available for this development.? I am aware there is pocket pc sdk for programming pocket pc device. Do we use same SDK for touch screen
|
| Windows XP keeps restarting | 24 Dec 2005 08:24 GMT | 2 |
I recently installed eVC++ and SP4 with all the other bits and pieces. After a while the PC kept restating even while in the login screen. I since removed all eVC++ programs and Activesync but the PC keeps restarting. If I log in run task manager and remove a process or ...
|
| Theater | 24 Dec 2005 02:06 GMT | 1 |
I'm not much into Shakespeare, but then again I'm always interested in new experiences. http://www.rsc.org.uk/buyonline/booktickets/calendar/index.aspx?monthDropDown=20 05:12:29
|
| Button Text Updating | 23 Dec 2005 20:44 GMT | 1 |
I'm trying to update some text in a button What I've got is const char *bt = "Some Text"; CButton *b = (CButton *)this->GetDlgItem(MainBirthDateButton);
|
| fwrite() is not working properly! | 22 Dec 2005 15:00 GMT | 3 |
Hi, all I am using eVC++4. My device has a hard disk and i want to append data to it periodically. I wrote 48,128K bytes to a file using fwrite(), but recorded file's size is
|
| Load DLL during runtime | 22 Dec 2005 14:38 GMT | 7 |
Is it possible to load a library durng runtme, and NOT at startup of the application? We want to create our own application and DLL, and the application has to check if the DLL exists.
|
| AfxMessageBox remains on screen | 21 Dec 2005 20:52 GMT | 6 |
I am working on a Dialog based MFC App on WinCE 4.20 When I start a lengthy processing task (triggered by a button press) I show a messagebox (AfxMessageBox) that asks the user for confirmation. Once confirmation has been received I start processing, but the message box
|