| Thread | Last Post | Replies |
|
| Accessing a .NET dll from an EVC++ dll | 17 May 2006 17:21 GMT | 1 |
I would like to create a pocket PC C# .NET dll object and access it from a dll application written and compiled in EVC++. Is this possible? Whatever assistance anyone can provide would be much appreciated. Thanks.
|
| Problems with change sound | 17 May 2006 17:20 GMT | 1 |
I have an application in Vc++ 4.0 with change the volume on to off, but i tried to change with the registry value, but it don't make good until I have a soft reset in the machine or I enter in then control panel of sound. Is any possibility of I can tell to the system to ...
|
| source level Debugging a DLL with EVC 4 | 17 May 2006 15:08 GMT | 1 |
I am starting out with DLLs in EVC, Is there documentation on how I can step into source level debugging inside a DLL? I have the DLL project in 1 EVC project and the calling program in another project.. Must I somehow combine
|
| Trapping fatal application error | 16 May 2006 21:44 GMT | 3 |
I would like to add code to my application that would trap a fatal application error, log as much information as possible, and optionally restart the application. I've been unable to find any appropriate reference on the Internet (probably using the wrong keywords). If someone
|
| eVC 4.0 WCE | 16 May 2006 20:29 GMT | 2 |
I have several WCE Configuration entries on my eVC4.0 menu list box. Most of them have long since been lost or are obsolete. How do I remove the unwanted ones from the list box?
|
| Question about IP Helper | 16 May 2006 19:53 GMT | 3 |
My development environment is Mobile 5.0 on Pocket PC. I can get router table information from GetIpForwardTable function of IP Helper. Now I tried to modify the router table, but I couldn't.
|
| Problem 193 (ERROR_BAD_EXE_FORMAT) when using LoadLibrary on CE4.2 | 16 May 2006 17:06 GMT | 1 |
I am using eVC4 to implement a basic plugin architecture. In short, I have an executable which exports some functions and classes. I then create dlls which use the lib generated with the exe (since it exports symbols). When the exe is launched, it LoadLibrary dlls previously ...
|
| _WIN32_WCE meaning | 16 May 2006 13:16 GMT | 2 |
I just found a bad discrepancy in the use of _WIN32_WCE. With the same SDK, eVC4 passes "/D_WIN32_WCE=500" to the compiler while VC8 passes "/D_WIN32_WCE=0x500" (Note the 500 vs 0x500!) to the compiler... Is there any documentation available (MSDN search wasn't very helpful, there
|
| problem with seed parameter while using TUX | 16 May 2006 08:12 GMT | 2 |
While using CETK to perform GDI tests, I am getting a test failure at StretchBlt () and ExtTextOut() functions.But test is failing ONLY when a particular seed value is passed to TUX as a command line parameter.At all the other seed values the above said tests are passing without any
|
| porting Pocket PC 2003 app to Windows Mobile 5.0 Smartphone | 15 May 2006 17:35 GMT | 1 |
[I hope that this is right group for this message. If not, my apologies.] I’m trying to port an app I wrote for the Pocket PC 2003 to the Smartphone 2005. Visual Studio 2005 contains a built-in component that upgrades embedded Visual Studio 4.0 projects to Visual Studio 2005 ...
|
| Network detection on WINCE | 15 May 2006 16:51 GMT | 1 |
I am trying to distinguish a statically-assigned IP address on a connected network adapter from a statically-assigned IP address on a network adapter which
|
| Platform directories | 15 May 2006 14:20 GMT | 3 |
Hi, I'm targeting PocketPC and Smartphone so i would like to create several output directories under the same project ie PocketPC\Armv4release Smartphone\ArmV4release etc is this possible. At present it only appears as though you can have ARMV4release, ARMV4debug, Emulatorrelease,
|
| Books | 15 May 2006 13:53 GMT | 5 |
I want to get started learning Embedded Visual C++, any good books. The Doug Boling is a good reference but i don't think its useful to learn. Somthing like the Amit Kalani style books for .NET which have lots of work through exercises is what i'm looking for. Can anyone suggest
|
| Question about SD Card | 15 May 2006 13:45 GMT | 2 |
Now we are developing a software using in Window CE .net 4.2 and all data are stored in SD Card. We want to increase the life time for the SD Card due to the endurance for the write rate. Assume that SD card's endurance is around 100000 times for writing data, if I try to make ...
|
| linking 'time' | 15 May 2006 05:26 GMT | 2 |
having trouble here linking in the c run-time function 'time' in Studio 2005 for WM5 Pocket PC. Anyone here know how to do? many thx
|