| Thread | Last Post | Replies |
|
| ActivateDeviceEx return 0, why? | 23 Jun 2005 18:02 GMT | 3 |
I bought PDA from market , the OS version is 4.2 Wince, and it has a SDMemory card with it. I install a software named regeditor to watch my PDA's register setting and I found the setting about SD device is like this:
|
| EVC++ SP4 remote tools problem | 23 Jun 2005 17:59 GMT | 1 |
I installed EVC++ SP4 and I could no longer get remote tools to work when connecting to a CE 4.1 or 4.2 system. Connecting to a 3.0 system still works. So I rolled back to SP3 and everything works fine again.
|
| SolFS or others | 23 Jun 2005 14:40 GMT | 1 |
I'm testing the evaluation version of SolFS Solid File System software. It's basically a tool to create a file system within a file. It has search and compression features too. I found it really easy to use, but before paying to get the complete version
|
| try/catch with new rtti & /GX doesn't want to catch exception... | 23 Jun 2005 05:41 GMT | 5 |
I'm having a really strange problem using try/catch blocks on eVC++ 4 SP4. I've patched rtti like microsoft says including on linking his new Ccrtrtti.lib and including /GX option for compiler. if i do something like this:
|
| MS EVC Compiler Error | 22 Jun 2005 19:20 GMT | 2 |
I have developed an in-house project with MS EVC++ 4.0 SP4 and it has more than 20 class. when I compile it, it says "....\deneme.cpp(154) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'D:\vcmckendric\compiler\utc\src\P2\main.c', line 148)
|
| Reading from a memory mapped device | 22 Jun 2005 18:13 GMT | 4 |
I am trying to read and write from memory mapped device. I am using VirtualAlloc/VirtualCopy functions to access the register/memory addresses mapped to the device. Writing to the device is fine, but when I read from the mapped memory location, I always get the last value ...
|
| where to find mfcce300.dll? | 22 Jun 2005 12:56 GMT | 2 |
Hi,all Where can I find mfcce300.dll and olece300.dll(x86 version) to download? I've searched on google but in vain. Would someone send them to me? My email address is mileswang2000 at sina.com, it's an emergency! Thanks!
|
| FindData (_wfinddata_t) | 22 Jun 2005 11:13 GMT | 1 |
i try to convert an VC++ to embedded C++ and I run into some troubles. Do anyone know how to work with the _wfinddata_t in Windows CE? I try everthing Microsoft obtain on their website but I get allways an uncleared identifier while compliling.
|
| Screen rotation in CE.NET 4.1 and where to download CE.NET 4.1 SDK? | 22 Jun 2005 05:03 GMT | 2 |
I am trying to compile/run a screen rotation code targeting CE.NET 4.1 devices. Specifically, its for the SIMpad SL4 running CE.NET 4.1 I downloaded and installed eVC4.0/sp4 + PPC2003SDK and got a screen rotate app compiled only to find that it does not work in the SIMpad SL4 /w ...
|
| This is not the same thread as "Fast dialog visualization" | 21 Jun 2005 16:55 GMT | 5 |
I am developing an embedded Visual C++ 4.0 MFC application. It has a dialog with a long data initialization. In order to visualize the dialog quickly, I have a short code in InitDialog function (in order to execute this function quickly). I am
|
| Debug techniques with eVC++ | 21 Jun 2005 16:16 GMT | 2 |
currently I'm debugging my application developed with eVC++ 4.0 directly on the target device. To do the remote debug I use the TCP/IP protocol launching every timer the 'cemgrc' command on the target device: the problem
|
| enable PCI device | 21 Jun 2005 16:13 GMT | 1 |
good day! i am currently developing a PCI device, was able to initialize everything, including the interrupt and other things. but after creating an event and thread, i can't seem to receive an interrupt event from the device, i was thinking, maybe that this is because of the ...
|
| Pinning dialog on top of other dialogs | 21 Jun 2005 15:14 GMT | 3 |
(I posted this to ms.public.vc.mfc but I suspect this is a CE-specific issue, as I've tried the suggestions I got there and they didn't work.) I have an MFC that is essentially a dialog app controlled by a process control layer. The control layer is responsible for hiding and ...
|
| Memory mapped files (MMF) removed | 21 Jun 2005 08:51 GMT | 3 |
I have a doubt about memory mapped files (MMF)... In my application I load a file as MMF from a storage card (like a sd card) with exclusive access. How can i detect if while my program is running the memory mapped file is always valid, or for example the user extract the
|
| Toolhelp32 Crash | 20 Jun 2005 18:40 GMT | 8 |
The code listed below runs once per second for several hours, with no problems, then causes an Access Violation error, as follows: (the error text is from my exception filter routine, and includes available memory reported by GlobalMemoryStatus() ):
|