| Thread | Last Post | Replies |
|
| DLL profiling | 04 Feb 2005 16:13 GMT | 2 |
I want to discover all exported functions in a DLL on Windows CE (both ppc 2002 and CE 4.2). My hope is to use these functions via : - LoadLibrary and GetProcAddress in C++, or - [Dllimport] .... in c#
|
| AYGSHELL.DLL from AYGSHELL.LIB | 04 Feb 2005 14:11 GMT | 1 |
I have created a AYGSHELL.DLL from AYGSHELL.LIB/AYGSHELL.H. The Make is OK but not it function in the device. When start the program that use AYGSHELL.DLL but stop all wince3.0. For created the DLL I have usated tha file DEF.
|
| get 1 char width static text | 03 Feb 2005 21:00 GMT | 7 |
I want to make input which has a format like <editbox>-<editbox>-<editbox> Between the editboxes I want a "-" to seperate the boxes. The Problem is the "-" I dont get a static text which is only one char
|
| Solving overwrites/leaks | 03 Feb 2005 19:34 GMT | 7 |
The embedded VC++ 4.2 documentation suggests that one can use the _CrtSetDbgFlag function to aid in discovering memory leaks and buffer overwrites. Does anyone know if this (and associated functions) can be used? If so, what header should be included?
|
| lib to dll | 03 Feb 2005 18:42 GMT | 1 |
Is it possible to create DLL from LIB in wince 3.0 and evc++3.0 ???? Thanks.....
|
| Creating a CStatic object in CDialog - newbie problem | 03 Feb 2005 18:27 GMT | 6 |
I'm trying to dynamically create a CStatic object in Dialog. In the dialog resource document, I created a static text box with ID IDC_STATIC_TEST. I associated a CStatic object called StringTest to it. In OnInitDialog(), i'm trying to test if I can change the text in the static
|
| Correct string copy padding | 03 Feb 2005 17:33 GMT | 2 |
I was wondering if anyone knew of a better way to do this. I have a unsigned char array, which I need to put in string values at certain spots that are not null terminated. However, after I copy the string into the array I need it padded with zeros for a set limit. I have
|
| CE DrawAnimatedRects() Alternative | 03 Feb 2005 17:14 GMT | 3 |
It looks like DrawAnimatedRects() isn't included in MFC for CE, but the CE shell (or OS?) still draws exploding and imploding rects as windows are created (unless they're created with WS_EX_NOANIMATION set). We have a dialog-based app that loads all dialogs at run-time. I would
|
| Code quality tool ? | 03 Feb 2005 15:26 GMT | 2 |
Besides coding, I think test/debug are very important. Recently I am looking for some good test/debug tools. Is there any tool to verify "Code Quality" ? Freeware/shareware/commerical software are welcome ?
|
| Database in CE 3.0 ... | 02 Feb 2005 19:10 GMT | 7 |
Does anyone have some tutorials or website that would explain me how to create, open, read, write, modify and close a database in a CE platform 3.0 ? The only things I found, are the ones from MSDN and I have never found
|
| Fast Forward/Reverse Problems in WinCE.Net 4.2 and 5.0 | 02 Feb 2005 17:57 GMT | 2 |
Dear experts, I have encountered a troublesome problem related to Fast Forward/Reverse features in both WinCE4.2 and 5.0 platforms. Could you give your help? I have customized the MediaPlayer based on the privded sample codes located
|
| How to download JPG-File with InternetReadFile in eMbedded Visual C++ 4.0 ??? | 02 Feb 2005 15:59 GMT | 1 |
I want to download a JPG File in my application and use InternetReadFile. The File is downloaded, but I can't open it. How can I use InternetReadFile for downloading JPGs ??? Please help me !
|
| How to Turn off Screen? | 02 Feb 2005 15:58 GMT | 1 |
Only,I hope to Close Screen,and not hope to Supend device,by program. What can I doing?
|
| How to set SSID in eVC | 02 Feb 2005 15:51 GMT | 15 |
How to program WLAN card to set or force its SSID in eVC? What kind of class? or any other programming method?
 Signature Thanks for your help in advance!
|
| Aygshell Function.... SHINITDIALOG | 02 Feb 2005 13:42 GMT | 1 |
I have the software that use SHINITDIALOG imported from aygshell.dll library. For my processor SH3 and SO windows ce 3.0 not exist this library. Can I do replace this function???
|