| Thread | Last Post | Replies |
|
| CPU usage | 31 Jul 2006 13:51 GMT | 1 |
I am looking to calculate the CPU usage in the way of programming. Yet I find that many functions and data structures that apply well in Win XP are not supported by the Win CE system. Could anyone give me some instructions of what functions to use? It would be
|
| Only WCE ARM and WCE x86 projects permitted | 29 Jul 2006 13:08 GMT | 7 |
I recently installed the eMbedded Tools download from Microsoft on my Windows XP SP2 PC to develop programs for my new Pocket PC in eVB. I don't know C++ but I installed the eMbedded Visual C++ because I need it to make an .exe launcher for my programs. I was following an article
|
| Control Visible Question | 28 Jul 2006 19:36 GMT | 4 |
I have a simple dialog application using eVC 4.00 I have a static text label on the dialog and I got the handle to this control IDC_ST_Label Now, my question is: Can I make this static text label invisible and visible
|
| Custom IOCTLs | 28 Jul 2006 19:03 GMT | 2 |
I was wondering how to call custom IOCTLs, or if you even could call custom IOCTLs. I have set up an IOCTL in my device driver but I don't know which commands to call in eVC. Has anybody done this?
|
| Socket Communication with Laptop | 28 Jul 2006 02:57 GMT | 10 |
Again, I am fairly new at EVC 4.0, so please help me. I am trying to send a file (size: 1MB) from the a laptop to ppc using wireless connections (adhoc). I am able to send the file to the ppc, but it takes about 3 minutes. Why? On
|
| service stream failure return | 27 Jul 2006 20:10 GMT | 1 |
When coding XXX_Read and XXX_Write, how could I indicated failure while not using zero bytes read and zero bytes written respectively.
|
| ProcessEntry32 structure query | 27 Jul 2006 19:48 GMT | 3 |
Hi, When getting a snapshot and then examining ProcessEntry32 structure the szExeFile parameter gives the name of the process only NOT the path. In the help for this structure it says path AND filename is returned.
|
| manually start / stop service app on ppc | 27 Jul 2006 16:08 GMT | 5 |
i know it can start automatically by reset the device but how do i manually start or stop a service app on ppc 2003se? i just found this link http://www.pocketpcdn.com/articles/services.html but i cant find "spbservices.h" anywhere...
|
| Full Screen Problem in winCe5.0 | 27 Jul 2006 08:39 GMT | 3 |
I hv oe application which is using Full Screen API (Suppressing Toolbar and Key board from the screen) . This is working fine onn WinCe4.2 Device but Whenn i copy Same Exe on WinCe5.0 device ,Screen is not becoming Full. what can be the reason ...??anybody to help me out .
|
| WTL 8 on CE 4.2 x86 | 27 Jul 2006 00:24 GMT | 1 |
I have a program I wrote using WTL 8.0 for PPC2003/PPC2005. It works just wonderfully. Then, one fine day, I'm told it needs to work in CE 4.20 x86. So, I move from VS2005 over to EVC 4.0 and load the files from my app in to it and get it set up.
|
| Search path in LoadLibrary problem ... | 26 Jul 2006 22:13 GMT | 7 |
I have problem with LoadLibrary function on windows CE. I have library, a.dll that contain b.dll library (static linked). "a.dll" and "b.dll" library I have in \testA\ directory (\testA\a.dll and \testA\b.dll).
|
| x86 CE SDK | 26 Jul 2006 22:13 GMT | 7 |
I have program that works great on ARMV4I CE 4.20, but I'd also like it to run on an x86 CE 4.20 platform. How can I get visual studio 2005 to give me that platform as an option? Thanks,
|
| Embedded Visual C++: easy or not? | 26 Jul 2006 18:58 GMT | 2 |
I've been trying to write apps in VS .NET, but had no luck in making them work. So I switched to eVC4. Could anyone tell me is there some sort of GUI Builder available? Also I would like to know where is a good place to read something
|
| I want to know if the VS2005 CImage work well with Windows CE ? | 26 Jul 2006 16:32 GMT | 2 |
I want to know if the VS2005 CImage work well with Windows CE ? thank's Marc
|
| FullScreen Property Sheet is not workign on WinCe5.0 | 26 Jul 2006 16:25 GMT | 1 |
I let you know that i am making one Property sheet .in which i have to make Full Screen Property sheet therefore i am doing these steps under OninitDialog() and OnActivae () function. //CPropertySheet::OnActivate(nState, pWndOther, bMinimized);
|