| Thread | Last Post | Replies |
|
| how to load my usb hid driver ? | 15 Apr 2008 11:20 GMT | 2 |
I have a hid device, it's vid number is 1204 and it's pid number is 61983. I create a dll project, and copy conshid.cpp,conshid.h and conshid.def into my project and rename them, and i got a mydriver.dll my question is: how to load my hid driver ?
|
| difference between using EVC4.0 and MVC5.0 | 14 Apr 2008 19:03 GMT | 3 |
I downloaded embedded Visual C++ 4.0 and got the CD key http://www.microsoft.com/downloads/details.aspx?FamilyId=1DACDB3D-50D1-41B2-A107 -FA75AE960856&displaylang=en I want to ask what is the diff between using EVC4.0 and MVC5.0?
|
| An application to detect dead pixels of LCD pixel | 11 Apr 2008 18:58 GMT | 2 |
I am writing an application to detect the dead pixel of LCD panel by using embedded visual C++ (MFC). My flow is follow: 1. Display a dialog with a start button. When the user press the start button. The whole screen become black colour.
|
| Need help getting HWND for SendMessage() in MFC ActiveX user control | 10 Apr 2008 16:43 GMT | 1 |
I am writing an MFC ActiveX control for Windows CE. The control contains a simply Edit box, and has a few simple properties. It contains the following: 1. m_MainDialog - A member variable for the main dialog of the
|
| Keyboard Hook | 10 Apr 2008 13:58 GMT | 5 |
I want to write a keyboard hook for Windows Mobile 5 & above such that when my application is running the user can not switch to other application. If he press home key or any other hot key it should be handled by hook. Please guide me for doing this. Even if someone has sample code ...
|
| socket: WSAEINVAL error when calling WSAIoctl | 08 Apr 2008 11:39 GMT | 1 |
i try to develop a test application on my smartphone (Windows Mobile 6 professional) the application aims to receive data with socket, i use windows socket:
|
| Object owner was invalid | 04 Apr 2008 16:43 GMT | 4 |
What does this mean ? "Object owner was invalid. For example, MQCreateQueue failed because the Queue Manager object is invalid." I am creating a MSMQ message queue and I've got this error when the debugger
|
| Download Notification | 04 Apr 2008 16:38 GMT | 3 |
I want to write a program which will get notified whenever there is a download is going on. Waiting for the reply. Thanks & Regards,
|
| File Deletion | 04 Apr 2008 06:53 GMT | 3 |
I am new to Windows Mobile. I want protect files from deletion. so is there any way I can do it. Otherwise is there any way I can get notified when the user is trying to delete file/folders so that I can block it.
|
| How do you set the version number on a prodced binary in eVC++? | 03 Apr 2008 23:00 GMT | 2 |
How do you set the version number on a prodced binary .exe or .dll in eVC++? In VS2005 you can add a version.rc for that purpose.
|
| msvcr80d.dll missing on device | 03 Apr 2008 16:39 GMT | 4 |
Hi, I'm building a WM6.0 dll and in the Code Generation tab of the C++ compiler settings within Project properties i've set the following switch. /MTd However as my device does not have the msvcr80.dll my dll will not load.
|
| How do you set the Remote Executable in eVC++ 4.0? | 02 Apr 2008 16:54 GMT | 1 |
In VS2005 you can set the Remote Executable in Project Properties > Debugging. How do you set the Remote Executable in eVC++ 4.0? /Lars
|
| I am struck with configuration file COM port driver | 02 Apr 2008 16:26 GMT | 3 |
I am working on COM port driver UART 0 in windows CE for chip DM6443. and I am struck with configuration file COM port driver PDD portion
|
| Maximum RAM memory with WinCE5.0 | 01 Apr 2008 16:45 GMT | 1 |
Hi to all, I'm writing an application in wich I need to use many RAM memory. Hardware mount a 264MB RAM but if I watch in Desktop\System\Memory I can see only 32MB.
|