| Thread | Last Post | Replies |
|
| Windows Pro CE 3.0 | 02 Aug 2006 22:46 GMT | 1 |
I have a old NEC Moble pro 770 that has Windows Pro CE 3.0 on it . Is ther any way to upgrade to a newer CE?
|
| SetSystemTime & inexplicable debug message? | 02 Aug 2006 16:31 GMT | 1 |
I am developing an application base on winCE4.2 OS, when I set system time by calling a system function (SetSystemTime), the function return value indicate the operation is success, but in the eVC's output window, there is a inexplicable debug message list below.
|
| SHChangeNotify | 02 Aug 2006 12:22 GMT | 1 |
I've registered a PROGID and an application extension in the registry under HKEY_CLASSES_ROOT and now I want to call SHChangeNotify(SHCNE_ASSOCCHANGED, SHCNF_IDLIST, 0, 0); to tell the shell about it. SHChangeNotify is declared in <shlobj.h> but I get an
|
| Cannot build Folder Browser Dialog Project | 02 Aug 2006 10:36 GMT | 1 |
I downloaded the project "A File Open Dialog for the PocketPC 2002" at: http://www.codeproject.com/ce/cefileopendlg.asp I want to integrate it with application for wince4.2 device using evc++ 4.0. However, when I compile it, I find the following errors e.g.:
|
| linking issue | 01 Aug 2006 19:17 GMT | 5 |
I have made library of my code and is linking one application with that library. The problem which i am facing in this is that application is linking with that library but functions used in that are not getting linked.The functions used in my library are just WinCE API's.Could
|
| comdef.h compiler error | 01 Aug 2006 17:27 GMT | 2 |
I have a VC++ project that I want to use a COM library in. So, I import my COM dll with an absolute path (since it's in my VS project directory) like this. #import "C:\\...\\MyDLL.dll"
|
| template problem | 01 Aug 2006 09:06 GMT | 1 |
I'm trying to create a function template and I keep getting a link error. template<class T1, class T2> void logger_log(const int final_len,TCHAR text[],T1 par1, T2 par2) {
|