| Thread | Last Post | Replies |
|
| Creating a container control and then handling events on it within a view | 19 Jul 2005 14:05 GMT | 1 |
I'm trying to create a container control, and then want to use it within one of my application views. My container control basically consists of 5 image controls, 2 of which are superimposed on top of 2 controls.
|
| Socket problem | 19 Jul 2005 09:07 GMT | 2 |
I am writing a simulation to run a server application on a computer with Windows CE and a client application on a computer with Windows XP. The server application is written by EmBedded C++ 4.0, while the client application is written by Visual Studio .Net (C++). When I ran both ...
|
| GPIO | 18 Jul 2005 15:27 GMT | 2 |
Does anyone do work with GPIO? I would like to have a TTL line attached to a GPIO, but have no idea how to poll the pin(s) Any help would be great. thanks
|
| Exceptions handling on evc++ 4.0 | 18 Jul 2005 08:12 GMT | 1 |
I have had a problem using try/catch exception handling on Pocket PC 2003 compiling with evc++ 4.0 The problem is about catching CArchiveException serializing on network. On embedded system i used /GX compiler option (EHsc) and upgraded the
|
| How to get Embedded Visual C++ SP4 or earlier to recognise the properly installed standard SDK? | 18 Jul 2005 06:04 GMT | 1 |
I downloaded EVC and the SPs and installed them along with the standard sdk but whenever I try to run EVC I get a message saying that it can't find any SDK on my machine and exits. I looked through the registry and the sdk is referred to in all the right places including its proper ...
|
| Visual studio 2005 | 16 Jul 2005 12:35 GMT | 2 |
Can I create a win32 or WTL native app in visual 2005 that will run on pocket pc 2003? Does the new emulator come with pocket pc 2003 roms? Can I use the STL in pocket PC apps in visual studio 2005?
|
| Help getting started | 15 Jul 2005 20:52 GMT | 3 |
I was using WinCE 4.2 last fall along with eVC4. The project was put on hold. Now I am trying to revive the project and have a platform working with WinCE 5.0 but have not been able to get started on my application because eVC will not run. I have uninstalled and re-installed a ...
|
| RasGetConnectStatus return value translation | 15 Jul 2005 12:11 GMT | 1 |
I'm new to evC++ programming and I have established a ras connection on my device . After I close the connection I always get a value 6 returned from RasGetConnectStatus So I assume that the value 6 is for not connected.
|
| software protection and key generation application | 15 Jul 2005 08:56 GMT | 3 |
I would like to know of some application to protect the software generated for Pocket PC with embedded Visual C++ 4.0. If possible, the application should be capable of make any kind of code encryption (to avoid cracking) and key generation. Does anyone know one of these ...
|
| Microsoft support has wrong product iD for EVC 4 | 15 Jul 2005 07:23 GMT | 12 |
I was trying to submit a support request to get the ARM OLEDB.LIB for EVC4, so I can use SSCE 2.0 :( Unfortunately Microsoft website seems to have the wrong product ID, and insists that I have entered a product ID for eVC 3. This is not true. I
|
| C++ code in EVC++ | 14 Jul 2005 15:03 GMT | 4 |
I have studied many examples in C++. However I would like to know if these C++ fragments of code can be compiled and run in embeded Visual C++. Here is an example I tried to run but gives me an error that it can't open the include file?
|
| Debuging application in EVC4 | 14 Jul 2005 09:30 GMT | 2 |
I'm debuging applications in EVC4.0, emulator version. There's lots of dll's need by my application, so every time when I run the emulator, I have to copy all these dll's into the emulator machine at first(through sharing folder).
|
| Menu and Icon questions | 14 Jul 2005 04:29 GMT | 4 |
Is there a way to create a menu in a window without using a command bar? Also I would like to know how to load a icon from an .ico file without using a resource file?
|
| Create process problem | 13 Jul 2005 21:48 GMT | 1 |
I need to start process "A" from process "B". I use "CreateProcess" function for it. My problem is that the process "B" does not use MFC ( it's not my process, so I can't change it's settings ). When process ( exe-file ) "A" doesn't use
|
| gethostbyaddr always returns HOST not found error | 13 Jul 2005 18:13 GMT | 1 |
Can some body please guide me in fixing network communication problem? I am trying out a simple socket communication program. I am running server on a WInCE system. I am getting client requests but when I am calling "gethostbyaddr()" it always returns me host not found.
|