| Thread | Last Post | Replies |
|
| SHLoadImageResource() | 31 May 2008 15:07 GMT | 12 |
Env: eVC++4(SP4), CE5.0 standard SDK, XP emulator When compiling SHLoadImageResource(), I got the following error: D:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\Include\emulator\aygshell.h(68) : error C2061:
|
| PathFileExists() | 31 May 2008 06:11 GMT | 1 |
Is there a function under eVC++4/CE5.0 to do as PathFileExists() under VC++6/XP? If not, how to check if a file is there under CE? ou
|
| GetCurrentDirectory() | 30 May 2008 14:48 GMT | 5 |
Env: eVC++4(SP4), CE5.0 standard SDK, AFLLX800 Under eVC++, how to get current directory? That is to say that how to do as GetCurrentDirectory() under VC++6.00? TIA
|
| Hints on Debugging Managed C# .NET and unmanaged C DLLs? | 30 May 2008 02:37 GMT | 4 |
I'm trying to debug an application on a Windows CE (Mobile SmartPhone, specifically) device. I can debug the managed C# .NET code, but my native C DLLs have no symbols loaded and there is no way I can find to load them. I'm using VS 2008 as my development platform. I have symbols
|
| SDK related Problem | 28 May 2008 17:06 GMT | 8 |
I develop on XP, eVC++4.0 for Symbol MC1000 device. I installed the SDK for C asked by the device company. I created an MFC application, selected my platform as STandard SDK, Win32 (WCE) Enumerator & Standard SDK Enumarator. The application is working fine.
|
| Control over multiple dialogs | 28 May 2008 16:58 GMT | 2 |
I am developing an application for a device under Win Ce5 with eVc++4. The application is an SDI application. The device dowsn't have mouse or stylus to select any control & the screen is of 240*240. So, I have to trap "Enter" key for all buttons and work
|
| FindNextFlashCard | 26 May 2008 22:17 GMT | 4 |
I have a problem with FindNextFlashCard but I not know the library that has this functions.... How do I build the project that uses this function? Thanks
|
| strftime & mktime | 25 May 2008 15:41 GMT | 3 |
Deal All, How do I build the procjet that uses strftime & mktime? That library I must include? Thanks
|
| OleLoadPicture() | 25 May 2008 05:18 GMT | 1 |
CE 5.0 does not support OleLoadPicture(), right? TIA ou
|
| const char * to LPCWSTR | 24 May 2008 23:25 GMT | 1 |
How do I convert const char* to LPCWSTR? So I can use the CopyFile&DeleteFile funtions Thanks Miky
|
| error LNK2001: unresolved external symbol __security_cookie | 23 May 2008 17:10 GMT | 4 |
I have a strange error.... I have builded a project for PDA with VS2005 and I used the SDK for my device. If you build this project is ok but I changed the platform with "Pocket PC 2003(ARMV4)" and I have these errors: error LNK2001: unresolved external symbol __security_cookie
|
| download a file to emulator | 23 May 2008 02:57 GMT | 1 |
Env: eVC4++, SP4, CE SDK 5.00 I wonder how to download or copy a file(*.jpg) from XP to CE emulator. TIA ou
|
| sdk for CE5.0 and sdk for NET | 21 May 2008 21:12 GMT | 7 |
I am trying to install eVC++4.00 on Windows XP SP2, in order to create apps for x86 target system with CE5.0。 During installing eVC++4.00, I check sdk for NET and Installer says that "Platform Manager" is requried. So, Platform Manager4.0 is also installed.
|
| change between CDialogs | 21 May 2008 00:54 GMT | 2 |
I made an app based on CDialog. MainDlg have two SonDlgs(SonDlg1 and SonDlg2). I hope that SonDlg2 can go to SonDlg1 directly also(destroy itseft). I made as follows,
|
| C Compiler | 20 May 2008 16:24 GMT | 12 |
I have a C project that I want to import and build with EmbeddedC++ or VS2005 but I have many problems because the EmbC++ and VS2005 are C++ compiler. How do I build with these IDE a C project?
|