| Thread | Last Post | Replies |
|
| Tray Icon problem on startup | 31 Jan 2007 09:23 GMT | 2 |
Hi, I have a problem with the ShellNotifyIcon function. It is failing when my PPC03 C++ app.exe is launched using the following reg keys in HKLM\Init. I am running this on the VS2005 PPC03 SE emulator. It works fine if the app is started when the emulator is up and running
|
| Again and again, recording audio problems! | 27 Jan 2007 04:29 GMT | 5 |
We have spent days trying to make the audio recording code work on Windows CE 5.0 since it works perfectly on Windows XP Pro. What we are trying to do is record audio with 48000Hz sample rate on a small board computer platform that has an x86 CPU (AMD Geode).
|
| Strange casting type behaviour | 26 Jan 2007 14:51 GMT | 2 |
VS2005 or evc++ 4.0 SP4 BYTE buf[4]={1,2,3,4}; DWORD *ptDWORD=(DWORD*)buf; //program crash on ARMV4I device and emulator too.
|
| Problem Regarding Loading a Image and Between ActiveXControl | 24 Jan 2007 13:37 GMT | 1 |
I am getting a Problem in Case of WinCE 5.0.i have a SDI Application in Which i Calling Two Different Dialog According to my Requirement. on One Dialog i am Showing ActiveX Control While on Other Dialog i am Loading the Image.In My InitInstance i used
|
| Load string into Edit box | 23 Jan 2007 16:38 GMT | 3 |
Hi, I have a string resource. It is a long string so i don't want to load it into a buffer. I just want the edit box in my app to display it. How do i do this. Using C++ on PPC03.
|
| How to disable the Hourglass in a PPC in my application | 23 Jan 2007 13:14 GMT | 2 |
I have an application running in background without show the form (I use Form1 f = new Form1(); in order to hide it). My problem is, when the PPC is in sleep mode, or with the LCD off, when my application wake up for some tasks, the Hourglass Turn ON the LCD,and I don;t
|
| Static text box with scroll bar | 22 Jan 2007 17:08 GMT | 2 |
Hi, I'm using C++ on PPC03 platform. I would like to implement a screen to show a EULA. How can i have a static text box with a vertical scroll bar on the right hand side, the way desktop installers have. I could just put a scroll
|
| vc++2005 & WINCE50 | 20 Jan 2007 02:36 GMT | 2 |
I made a SDK by platform builder 50, which platform can be install to system and be use at eVC4. right now, I want to move to VC++2005, Could you please hint me how to do? I try some times, but,I still can't found my SDK in VC++2005.
|
| Replacement for imgdecmp.dll for WinCE 5.0 | 16 Jan 2007 17:09 GMT | 8 |
I am compiling an application for Windows CE 5.0. The application uses imgdecmp.dll for displaying images. I realize this dll has been depreciated and no longer ships with the new devices. For Windows Mobile 5.0, I was able to use SHLoadImageFile instead. What can I use in ...
|
| Migrating project from VC++ 6.0 to Embedded VC++ 4.0 | 16 Jan 2007 16:16 GMT | 1 |
I have been trying to compress text data using zlib library on VC++. It has worked out fine and I have successfully implemented a few changes in the code to meet the needs of my target application, like data rate, window size, etc. The code is fully written in C and there are ...
|
| Can Embedded Visual C++ work under Windows vista? | 15 Jan 2007 16:36 GMT | 2 |
I can successfully install evc4 and sp4, but it reports "No sdk" error when starting, though I have my SDK installed. Is there any solutions?
|
| BUG? Stepping through disassembly of 'new' operator crashes VS2005 | 15 Jan 2007 09:20 GMT | 6 |
Hi, I'm developing a PPC 03 c++ app and i was stepping through some disassembly code which happened to new an object. In the disassembly code for the C++ new operator VS2005 locks up
|
| Passing handle from 1 process to another | 14 Jan 2007 17:12 GMT | 2 |
Hi, I am developing for PPC 03 using C++. I have a file system filter running in filesys.exe and obtain a handle hDsk to the hooked volume. I then pass this handle using IPC to another app so it can be used by this app in the call to FSDMGR_GetRegistryString.
|
| How replace a Bitmap ressource in a DlgProc at runtime? | 12 Jan 2007 21:23 GMT | 3 |
I wonder if anybody can give me a hint... I painted a dialog in eVC++4 ressource editor. This dialog contains a static bitmap picture, which is loaded at design time from a file bitmap1.bmp.
|
| CListCtrl derived Class OnDestroy | 12 Jan 2007 10:45 GMT | 25 |
I have derived CCustomList from ClistCtrl, the OnDestroy event of the List is not getting fired when I place the list on a CView, but the OnDestroy is called when the list is on a CDialog. I want to save the state of the CListCtrl like the column order, sort
|