| Thread | Last Post | Replies |
|
| alignment trouble | 13 Sep 2005 09:26 GMT | 2 |
I am getting (during execution) this alignment exception and can?t find where things go wrong. eVC enviropnment is set to default, 8 byte packing In all the includes I only have a few which do a pragma (push,8) and
|
| windows ce 4.2 Sleep function | 13 Sep 2005 08:35 GMT | 11 |
I create a thread as below: hThread1= CreateThread(NULL,0,Thread2,(PVOID)nParameter,0,&dwThread1ID); CeSetThreadPriority(hThread1,THREAD_PRIORITY_TIME_CRITICAL); CeSetThreadQuantum(hThread1,0);
|
| No close button on Windows CE menubar | 13 Sep 2005 02:03 GMT | 1 |
I've created a menubar (SHCreateMenuBar) in an application that should work both on Pocket PC and Windows CE (>= 4.2). On Windows CE, a close button is showed on the right by default (without calling CommandBar_AddAdornments)...but I don't want to show it...is there
|
| WaitForSingleObject destroys system | 12 Sep 2005 23:37 GMT | 3 |
When my thread calls WaitForSingleObject on the thread's handle an off the shelf ipaq completely locks AND can only be reactivated by doing a "from scratch" reinstall. eVC4 also completely hangs after this event. Here's the code. I can trace it until before the ...
|
| system files access | 12 Sep 2005 23:32 GMT | 11 |
WHen trying to run the eVC4 debugger the system asks for files to be locally provided that seem to be on the ce target device. Is there any way to get these files from the target so I can supply them to the debugger?
|
| Newbie question. How to debug service provider | 12 Sep 2005 15:22 GMT | 2 |
Hi experts, I am designing service provider and facing the problem that I can debug the service provider dll. Which remote process I should attach to and how? When I try to attach to one of system process I get asked for a local executable
|
| icons in a CTreeCtrl | 12 Sep 2005 13:50 GMT | 1 |
I am trying to include icons on a CTreeCtrl to appear next to each label. Extra space is created next to each label but the icons do not appear, with just an empty space appearing. The following code is what I am using, can anyone see if there are any errors in the code that ...
|
| Setting device speed for RASEntry | 12 Sep 2005 10:27 GMT | 4 |
I am currently working on a small program which creates a new phonebook entry and tries to connect via this newly created entry. I create the entry with the RasSetDialParams function which works fine, too. The only problem I am now facing is that the device speed is 19200bps per ...
|
| Compiling service with eVC 4.0 | 12 Sep 2005 06:38 GMT | 9 |
I want to implement a server running in service.exe. I would prefer to compile it in eVC 4.0 and use the DLL in platbuilder. Starting with the FTPD sample I get problems since PSLGetCallerTrust() is not in the SDK even if "Core Server Support" is part of the platform.
|
| Stopping a service. | 09 Sep 2005 19:02 GMT | 3 |
Im trying to stop a service. SetLastError(0); HANDLE hService = CreateFile(L"PMS1:", GENERIC_READ | GENERIC_WRITE,0,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL);
|
| Need help with my Today Applet | 09 Sep 2005 18:42 GMT | 5 |
I have troubles with my own Today Applet. It works fine with Windows Mobile 2003 but does not work with Windows Mobile 2003 SE. After changing the desktop theme the Today Applet is not drawn anymore. I have attached the complete source code of my Applet. Please find the
|
| Advice for books of compact framework.net | 09 Sep 2005 17:02 GMT | 2 |
I am new in .net compact framework. Anyone can suggest me which book I should read first? I have not much idea about .net but have idea of programming in Visual basic. I have to develop a application for pocket PC using .net. Please write me about author and publishers name. Any ...
|
| Application large and small icons. | 09 Sep 2005 15:34 GMT | 1 |
I have developed an application with eVC based on MFC. I have generated a 32x32 256 colors icon for the application. When I put the application in Programs folder, it happens the following: a) If I go to Programs folder through Programs option in Start menu, the
|
| Dialog Drawing Issues | 09 Sep 2005 13:29 GMT | 5 |
Hey all, I'm working on my first WinCE 5.0 project and have run into my first situation where a difference between the desktop and embedded versions of MFC is really causing me some headaches. Here's my situation:
|
| System slows down | 08 Sep 2005 21:14 GMT | 1 |
I have an WinCe application written entirely using Win32SDK. What I observe that after around 12hrs of continuos usage(ran automated tests), the application slows down considerably. Now if I come out of the application, the whole system seems to be slowed down. But things seem to ...
|