| Thread | Last Post | Replies |
|
| Trouble printing the contents of a CString using fprintf. | 22 Jul 2004 13:35 GMT | 3 |
fprintf( pFile, "%s", strSomeString); I cannot get this to print more than the first character in the CString when I try this in embedded visual c++. I did a search and couldn't find anything on this, even though I'm sure it's in there somewhere... I'm able to do this in Visual ...
|
| GetFileSize to an integer value | 22 Jul 2004 07:12 GMT | 3 |
i would like to use the function GetFileSize... but i don't know how to convert the DWORD variable that i obtain to an integer value... for example, i have a file of 4200 bytes... how can i obtain "4200" with GetFileSize ? thanks
|
| readin from a port | 21 Jul 2004 13:01 GMT | 1 |
i'm writing a simple GPS program for windows ce, but i think i have a problem with the threading part or maybe the closing of the port but i think it's the thread itself. when the program wants to read from the port it gives me an error
|
| How to copy files between the Emulator and my PC? | 21 Jul 2004 10:55 GMT | 1 |
I am beginning to develop an application for Windows CE and up to now I have not met big problems. At the moment I am still using the Emulator and not a physical device, the problem that I encounter is that I'm not able to copy files between the
|
| Does CppUnit work with Windows CE? | 20 Jul 2004 07:48 GMT | 2 |
Does anybody know how to get work CppUnit on Windows CE? When compiling, i receive the following compiler error: ..\cppunit\include\cppunit\portability.h(172) : fatal error C1083: Cannot open include file: 'sstream': No such file or directory
|
| xml strange | 20 Jul 2004 07:29 GMT | 3 |
I'm using evc4 & pocket pc 2003 emulator. I'm using MSXML API's. Sometimes, after a couple of debugging sessions xml source files are deleted.
|
| Howto debug target over tcp/ip with Platform manager | 20 Jul 2004 07:13 GMT | 9 |
Howto debug the target over tcp/ip. Hello I created my own SDK with CEPB, now I'd like to debug my application developing with eVC++4 directly on the target hardware.
|
| Porting English application to Chinese | 19 Jul 2004 23:16 GMT | 4 |
I have a custom XScale board and WinCE 4.1 in a kiosk application. Basically, dialogs are displayed listing options and the user presses buttons to make selections. Right now, my interface is in USA English. I have been asked what it would take to support Chinese.
|
| event communication between application | 19 Jul 2004 19:20 GMT | 4 |
I'm trying to use CeRunAppAtEvent(_T("\\test.exe"),NOTIFICATION_EVENT_WAKEUP) to notify my mainapplication when it comes out of standby. test.exe is called fine. I found this posting
|
| Compiling sockets | 19 Jul 2004 17:08 GMT | 1 |
I have a simple DLL (source) using WinSockets 2.2. I can compile it with dev-C++ on a classic windows. I just have to link with the file "libwsock32.a" which contains winsock implementation. Now, I want to compile the same code with eMbedded Visual C++. The
|
| WaitMessage In WinCE 4.2 | 19 Jul 2004 17:06 GMT | 1 |
WaitMessage is a windows API function that does not exist for Windows CE 4.2 but exists for other versions of the Windows (Win95-8, WinXP, Win2K, etc.). Is there a method or combination of methods that WinCE 4.2 offers to cover the same functionality as WaitMessage? *** In ...
|
| open parallel port failed | 19 Jul 2004 17:05 GMT | 3 |
I can open serial port using CreateFile() but parallel port. My platform has parallel port and I add the paralle port's driver in my WindowdCE4.2 image. Thanks for your help!
|
| how to use WRITE_PORT_UCHAR() | 19 Jul 2004 17:03 GMT | 3 |
I want to use function WRITE_PORT_UCHAR() in my EVC application. I met a build error :error LNK2019: unresolved external symbol _WRITE_PORT_UCHAR referenced in function _WinMain. I included ceddk.h in my cpp file.
|
| change the size of a file | 19 Jul 2004 13:54 GMT | 1 |
I want to change the size of a file, but I can´t use the function int _chsize( int fd, long size ); because it requires the header io.h, which is not avaiable for evc4. Anybody knows if there is a similar function for evc4 that I can use? Thanks a lot, Amaia.
|
| using sockets | 19 Jul 2004 09:27 GMT | 6 |
i nee to develop a ftp client for windows ce using socket classes (csocket...), where i could get information an samples ? thanks
|