| Thread | Last Post | Replies |
|
| Pocket PC MFC app in VS2005 | 25 Aug 2006 11:22 GMT | 5 |
Hi, I can't get this simple PocketPC 2003 MFC app in VS2005 to compile. I created empty project to start with Here it is : #include <afxwin.h> class MFC_Tutorial_Window :public CFrameWnd
|
| MessageBox problem | 24 Aug 2006 21:42 GMT | 2 |
Hi, I have a strange problem in that i am debugging an EVC 4.0 dll which in debug build has some message box statements. If one of them pops up and is dismissed while single stepping then when another is displayed and i attempt
|
| BitBlt Issue | 24 Aug 2006 06:25 GMT | 2 |
I am developing an SDI application. From the SDI view, a dialog is created. On the dialog, owner drawn controls are created. The issue is : When i click on the owner drawn button control in the dialog, the image for
|
| CHashTable Question | 23 Aug 2006 17:16 GMT | 1 |
I am using eVC++ 4.0 ppc2003 and was wonder if there such a class of CHashTable for eVC++? If not, then what can I use instead? Is there a Hash Table using a key for eVC++?
|
| Debugging a WinCE OS crash | 23 Aug 2006 17:14 GMT | 3 |
We have developed an EXE in embeddedVC that manages to crash the WinCE in it's entirety, giving us no clue as to what caused the issue. Our company is still relatively new to multi-threaded applications and hence we're using debugging tricks that we previously used in embedded ...
|
| Reading Com Port via Tread | 23 Aug 2006 12:08 GMT | 2 |
this ist my part of code. On my XDA 1 (Windows CE 2) the code runs perfekt. Without any changes i get only every 4 seconds a result on my xda 2i (Windows CE 3 se). DWORD PortReadThread(LPVOID lpvoid)
|
| Volume Control through Application | 23 Aug 2006 06:40 GMT | 1 |
I am working in ICOP 6047-6S running on WinCE 5.0, where I want to control the volume of the output wave through my application.Here I use Playsound to play the wavefile.I am getting the sound but volume is not controlled.I want to know ant IOCTL is there. Please help me out.
|
| Check Directories and files in storage card | 23 Aug 2006 04:56 GMT | 9 |
Hi Group I have attached one "Storage Card" into my device and I am able to detect whether the card is there or not. Now i want to Check "Directories" and "files" into the card.
|
| How to check the quantiy of specified character in a string | 22 Aug 2006 19:29 GMT | 1 |
Hi,All I have a TCHAR* buffer. hold a String. I want to check the Quantity of specified character in this buffer? What I means for example:
|
| Interfacing between EVC and C#/VB.NET | 22 Aug 2006 17:44 GMT | 2 |
I have one application which is written in evc++ , I want to upgrade this to C# . My plan is such that all future development on the same application ,which is now more on GUI and DB intensive work. I want to go to VB.Net or C# in which such type of development can be done ...
|
| Send Windows to back Ground | 22 Aug 2006 17:41 GMT | 1 |
How could i send a c++ window to background automatically, or eventually reduce it inside taskbar. I don't want to see it. For the moment i'm using a c# process that launch my C++ process and put himself to foregroud with the setForgroundMethod, but some times my
|
| Thumbnail View | 22 Aug 2006 13:51 GMT | 2 |
Hi Group Is it possible to show files in Thumbnail View in eVC++ . Please suggest. Thanks in advance.
|
| small newbie question | 21 Aug 2006 15:20 GMT | 2 |
I have a small newbie question, maby some of you can help me with it? I need to call a function in a dll... The prototype is: INT MyFunction(PVOID buffer,PWORD BuffSize); I've tried:
|
| Using directshow on eVC | 21 Aug 2006 10:02 GMT | 1 |
Is there any DiectX SDK for eVC ? I want to use the directshow for the my MultiMedia player on CE device. But I alway get a "Data abort" error message on my target device when running my code.
|
| Regardig Controls in Dialog based application | 21 Aug 2006 06:31 GMT | 8 |
Kindly let me know how to disable and hide controls in a dialog based application in evc using MFC. I tried with EnableWindow(FALSE) and ShowWindow(FALSE) but they don't seem to work out well.
|