| Thread | Last Post | Replies |
|
| afxres.h error | 06 Jun 2006 10:44 GMT | 1 |
Hi, I've imported the WCEUnit tool from CodeProject into EVC4 SP4 and upon compiling i get error fatal error RC1015: cannot open include file 'afxres.h' What am i missing?
|
| msvcrt80d.dll and __CxxFrameHandler3 | 05 Jun 2006 22:57 GMT | 4 |
I'm having problems with a program, built using VC8 and an SDK generated with PB5. The problem is that if I build the program normally, it doesn't run because it fails to find some symbols that from msvcrt80d. Now, if I add this DLL [1] to the deployed DLL manually (is there a way ...
|
| Embedded VC++ 4.0 and WinCE 5 | 05 Jun 2006 21:27 GMT | 16 |
apologies if this is a stupid question, but I'm relatively new to mobile app development! I'm using eMbedded Visual C++ 4.0 with the Pocket PC 2003 SDK. Will my code/app run successfully on devices using WinCE 5.0?
|
| Problem with .COD files | 05 Jun 2006 17:58 GMT | 3 |
My program breaks in release version at address 16107f18; in the output window vc++ give me this information : Exception 006 Thread=8e71b000 Proc=4e9d9002 'NPMonLT.exe' AKY=00000401 PC=00107f18(NPMonLT.exe+0x000f7f18) ESP=1613fb6c EA=00000000
|
| Trying to run same application twice give me error "AfdRasGetEntryProperties Return Code 623" | 05 Jun 2006 13:54 GMT | 1 |
I have developed a VOD application using UPnP framework. My controlpoint exe call the exported function by MediaRenderer dll. When I run this application first time, it works fine for me. But when I try to run second time same control point exe it gives me error
|
| Cookie support in HttpSendRequest? | 05 Jun 2006 13:46 GMT | 1 |
I am now developing an application which using HttpSendRequest to send data, however, I would like to know those HTTP classes support Cookie or not? If it supports, how can we do this? Thank you for all of your help. Alex Yung
|
| Access violation in release but not in debug version | 05 Jun 2006 07:36 GMT | 5 |
My program has a "for" that continuosly allocate and disallocate different object. If I execute this in debug version, my program run correctly. If I execute in release version my program fails (access violation). Visual C++ Embedded when my program fails show in ouput window ...
|
| How to cancel the navigation operation from IWebBrowser2?! | 03 Jun 2006 23:26 GMT | 1 |
I can navigate web by IWebBrowser2. Now I want to stop the navigation operation when I connect to special web site. I use the BeforeNavigate2 event to implement the funciton.
|
| restart the Device ( Time Clock Device ) when ever we push button on that clock | 02 Jun 2006 21:09 GMT | 4 |
Hai Guys, I am working in Embedded VC envirnoment using C & C++ Code. we have one Timer Clock Device on that device when ever we click button the Clock is reboot. How can we do this one, any body know pls let me know
|
| How to change color of LED programitically????? | 02 Jun 2006 17:38 GMT | 2 |
Hello CE Gurus, I need ur help. I am using mfc for my pocketPc application. I want the control over LED status.In my application i want to change the color of LED from green
|
| Parallel Interrupt | 02 Jun 2006 13:55 GMT | 6 |
I am using WINCE application in ICOP 6072-6S board, In this I am using parallel port. I need to handle the parallel port interrupt. I dont want to use any device driver for this. so, i want to handle it in my application itself. Is there any way to handle the parallel port ...
|
| Processor mode change using eVC | 02 Jun 2006 04:15 GMT | 2 |
I'm new here. I'm trying to switch to supervisory mode from the system mode in ARM v5TE core (PXA270) using eVC but i'm not able to switch it properly and my hardware module hangs (it has windows mobile OS on it)
|
| linking MIPSII_FP with /MACHINE:MIPSFPU | 02 Jun 2006 00:26 GMT | 1 |
Using eVC4, I noticed that both MIPSII and MIPSII_FP use /MACHINE:MIPS while MIPSIV and MIPSIV_FP use /MACHINE:MIPSFPU. I'm wondering if this is right, because it links an FPU-less MIPSIV as MIPSFPU and a MIPSII with FPU as plain MIPS.
|
| exit(0) in wince | 01 Jun 2006 21:27 GMT | 3 |
Can any one tell me an equivalent function in windows ce for exit(0). While compilation i got that this function doesnot exist in windows ce. Please let me know if some one has an alternative. Thanks and regards
|
| FN / numlock status on PPC with hardware keybord | 01 Jun 2006 19:44 GMT | 1 |
I would like make the keyboard is automatically switched to numeric mode when the focus is on a numeric edit field. Anybody knows if there's a way of getting / setting the FN or numlock keys on Pocket PCs with hardware keyboard? Is it vendor specific (I'm
|