| Thread | Last Post | Replies |
|
| run eVC in command prompt | 13 Jul 2004 01:26 GMT | 1 |
I am trying to compile my eVC++ project in command prompt, and my project uses the Pocket PC 2003 SDK instead of the STANDARDSDK, which is the default. How to do that? evc myproject.vcw /make "ALL" /rebuild /out myproject_out.txt
|
| help needed with capi | 13 Jul 2004 00:25 GMT | 3 |
I am working on a crypto application.I found the c example program given in the msdn link below http://msdn.microsoft.com/library/en-us/security/security/example_c_program_crea ting_a_key_container_and_generating_keys.asp.I am trying to generate a evc++ program for the pocket pc.I ...
|
| Need help!!! | 12 Jul 2004 18:56 GMT | 1 |
i am trying to convert an console application developed for vc++ into evc++.I have gone through the discussion about a c program on the board.It was the same problem that i was facing.So I did what was in the replies.i changed the main in my application to winapi WINMAIN.the ...
|
| Please Help! Problems with wireless card and CE.NET 4.1 | 12 Jul 2004 17:51 GMT | 1 |
Hello. I am using a Siemen's SIMpad SL4 running Windows CE.Net version 4.10 (Build 908). I am trying to get up and running on wireless network using a D-Link DWL-650 wireless network card.
|
| Intercepting Power Off button presses | 12 Jul 2004 17:00 GMT | 8 |
Anyone know how to intercept the power off button being pressed? Mark
|
| Porting from Pocket PC to Windows PC | 12 Jul 2004 15:11 GMT | 3 |
Hi, We have an application running on Pocket PC , and we want to Port it to Windows PC. All the articles that I see is how to Port from Win PC to Pocket PC. Did someone saw anything about the other way? I tried to build the source files from eVC in Visual Studio C++ 6.0, but I ...
|
| Getting Device ID and Vendor ID ?????. | 12 Jul 2004 06:56 GMT | 1 |
I am new to this group and need your help to complete my project. My prof. told me to write a program to get Device ID and Vendor ID in WinCE OS. How can I get these Device ID and Vendor ID of PCI device? Is there any good books on WinCE system programming???.
|
| How to use WaitForSingleObject(), is this right? | 12 Jul 2004 01:24 GMT | 2 |
hi,all ========================================== SHELLEXECUTEINFO ShExecInfo; ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO);
|
| how can I see the ResourceView tab ?? | 11 Jul 2004 01:05 GMT | 1 |
I've created a new blank project and in the left window I only have ClassView and FileView. I then tried to import a BMP: insert -> resource -> bitmap -> import... but still the ResourceView tab
|
| App Development with Visual C++ .NET | 09 Jul 2004 22:31 GMT | 7 |
I'm about to start work on an embedded project. We recently chose WinCE.NET as the OS. I've never used it before, so I have a basic question about app development. Our product will have a GUI. I wanted a way to easily create a GUI (drag
|
| helpo | 09 Jul 2004 22:26 GMT | 1 |
I am unable to compile my project due to the single error please someone help me.It is a problem of liking the processor arm conflicts with target machine
|
| "file is in use" Message | 09 Jul 2004 16:14 GMT | 2 |
I'm getting sometimes an error message in my eVC, the message says that the file is in use when I try to save it. I opened my workspace now and the file I was working disappeared. Does anyone knows about a possible backup or temp that the evc use, so I will try to
|
| oledb datetime | 09 Jul 2004 12:07 GMT | 4 |
I'm using evc4 and oledb interfaces to handle MS Sql Server CE 2.0, I don't know how to insert values of type DBTYPE_DBTIMESTAMP.
|
| Is it possible to have a 4KHz hard real time interrupt? | 08 Jul 2004 17:11 GMT | 8 |
I am looking at using Windows CE Embedded in a new project, but I have one tricky question- Is it possible to have a zero (or near zero) latency hard real time interrupt, at 4KHz? and still have the OS
|
| GAPI - followed MSDN tutorial; linking errors | 08 Jul 2004 05:14 GMT | 2 |
I'm new to GAPI and I followed the MSDN tutorial "Time for GAPI": http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnroad/html/roa d11142001.asp This is what I've done with eVC4 ---------------------------------
|