| Thread | Last Post | Replies |
|
| Writing our own routines in WINCE(Kernel Mode) | 23 May 2006 15:30 GMT | 4 |
I am devoloping application in wince (on ICOP 6072-6s Board). In that, I need to draw 10 to 15 graphs for every 5 milliseconds with different colors (in Both Screen DC and Memory DC) and . Currently I am using SelectObject to select the color and MoveToEX and LineTo API's to plot ...
|
| LoadLibrary gives error 1114 on 53rd load. | 23 May 2006 10:33 GMT | 4 |
Has anyone seen a call to LoadLibrary suddenly fail after quite happily working? I have some web pages which have common functionality. I have therefore implemented this functionality within a DLL. When the web pages are opened
|
| Datatype missalignment exception - windows mobile 2003 | 23 May 2006 09:41 GMT | 5 |
I am porting an appplication for Windows Mobile 2003 SE running on XScale processor(PXA255). At runtime the application is crashing. when i debug it is Datatype missalignment exception. I tried with all the structure member alignments ( 1, 2,4,8,16 bytes).
|
| tabstop | 22 May 2006 15:11 GMT | 4 |
I am new to windows and C++ programming. I am developing an evc++ 4.0 application for a handheld computer running CE .NET 4.2. I have a dialog with many editbox, combobox and datetime picker controls. At runtime it may be determined that some of the data should be unavailable ...
|
| how to generate a makefile using Visual studio 2005 | 22 May 2006 14:27 GMT | 1 |
In Embedded VC++, we have provision to export a makefile which creates a .vcn file. This file can be used for command line building. But the same is not present in Visual studio 2005. What is the alternative for this? I need to build my project from
|
| open internet explorer window in a specific url | 21 May 2006 04:03 GMT | 2 |
hi, i'm programming an app in evc`++4 and i need open the internet explorer by pressing a button in my program, if its possible to open the url of my company automatically. Thank you for your help, i'm very new in this world of pda's
|
| Remote File Profiler | 20 May 2006 13:52 GMT | 1 |
I need to test my application on the target device using Remote profiling. I've enabled kernel profiling while building the image. I'm able to launch the application on the platform, from the host. It shows "Waiting for data" on the collection control dialog box. But After that ...
|
| Problems installing Pocket PC 2003 on Windows XP | 20 May 2006 10:25 GMT | 4 |
When installing Pocket PC 2003 on Windows XP, a message indicating buffer overrun detected on c:\Windows\System32\cscript.exe execution is displayed and the installation is stopped. Does anybody know how to solve or make a workaround on this ?.
|
| I want Some Samples and SoftCopy Books | 19 May 2006 17:42 GMT | 3 |
Hai Guys, I am working in Real Time Clocker in eMbedded VC Pocket PC 2002 tool Kit and Smart Phones, Hand Held PC. I want some samples how to develop programming in eMbedded VC related to Real Time Clocker. Any Body, who
|
| what can I do for creating a WM_TIMER message every 16ms | 19 May 2006 14:23 GMT | 5 |
what can I do for creating a WM_TIMER message every 16ms? please tell me. Best Regard! Kidd
|
| How to minimize jitter in BitBlit to screen ? | 19 May 2006 14:19 GMT | 2 |
I am writing a program that in real time draws signals to the screen. I have been struggling to get a smooth scroll of such signals. Maybe someone has found a solution... I am using MFC with the view being responsible to do the scroll and
|
| dst in wince | 19 May 2006 11:21 GMT | 3 |
I am trying to extract dst information from WinCE 4.2 and WinCE 5.0. My clock is set to GMT. Using the registry HKLM\Time\TimeZoneInformation or the C runtime api (DaylightDate in TIME_ZONE_INFORMATION) I get 5 March 1am. Manually changing the system clock the clock changes
|
| Removing Wince Desktop | 18 May 2006 17:05 GMT | 4 |
I am working in ICOP - VORTEX-6072-6s Board. I ported wince on that and developoed application on that wince. I wanted my application to be run automatically after booting the wince without showing the wince desktop. I could run my application automatically after booting. But i ...
|
| OleCreatePropertyFrame | 18 May 2006 09:52 GMT | 4 |
Which lib does this link from? thx -B
|
| Database and Microsoft Foundation Class | 17 May 2006 22:57 GMT | 3 |
I try to open a cdb database using MFC. It looks everything ok but the CCeDBDatabase::Open 's function can't open the database. What i need to do in order to open it?
|