| Thread | Last Post | Replies |
|
| Max Code size in Secondary Thread Procedure | 22 Aug 2005 09:24 GMT | 3 |
Which is the max code size that i can write inside the function started with createThread(..)? Thank you in advance. Riccardo.
|
| Code compiles with VS2003 but not eVC4 | 22 Aug 2005 01:05 GMT | 1 |
The following code compiles fine with VS 2003 but not with eVC4 SP4. I am not sure VS.NET is right since the situation is kind of ambiguous. Basically, we have a MultiEar class derive "twice" from the same IListener interface - we do that by aliasing the interface with AListener ...
|
| DC and BITMAP troubles | 20 Aug 2005 00:56 GMT | 1 |
Im trying to draw on a bitmap and then draw the bitmap to a printer. This is what im doing, but it doesnot work. Am i doing somthing odvously wrong? Pesudo Code
|
| parsing a char* using strtok | 19 Aug 2005 23:28 GMT | 7 |
i am writing a GPS app in evc++ 4.0, i am using c-style char* instead of CStrings, i want to parse NMEA sentence such as "GPZDA,162913.48,19,08,2005,,*63" problem is when i use strtok it ignores an empty data field
|
| Context Menu in a ComboBox | 19 Aug 2005 23:11 GMT | 1 |
I am trying to bring up a context menu in a ComboBox and I can not find where the WM_LBUTTONDOWN message is posted? I've tried setting up a message handler for the edit control inside of the ComboBox but the message is never posted to the new message handler. The new message ...
|
| WriteFile() returns 1, but writes 0 bytes | 19 Aug 2005 21:34 GMT | 7 |
I am using WriteFile() to write to a serial port on an embedded CE device without overlapping. Very intermittantly, WriteFile() will return 0 in lpNumberOfBytesWritten, but the function returns 1 (Success). GetLastError() will return 0 when called right after WriteFile(). Most ...
|
| problem with MIDL.exe | 19 Aug 2005 12:32 GMT | 1 |
I get following errors from MIDL when compiling release version from my application. When compiling Debug version everything is okey. What is wrong? error MIDL2311 : statements outside library block are illegal in mktyplib compatability mode : [ Interface 'ICalc' ]
|
| RAS and TCPIP | 19 Aug 2005 01:11 GMT | 4 |
It's possible to connect to the WinCE device we are developing by ethernet and also serial to a PC. The PC will offer remote control of the device and the device will send messages back to the PC. Writing the ethernet comms will be straightforward for me, however for
|
| Black background to bitmap. | 18 Aug 2005 21:18 GMT | 1 |
I create a bitmap but it is black. Is this corect? should it be white? HDC hDC = CreateDC("DISPLAY", 0, 0, 0); HDC hdcCompatible = CreateCompatibleDC( hDC );
|
| Standard SDK for Wince 5.0 setup Problem | 18 Aug 2005 15:49 GMT | 2 |
I have installed PB 5.0 and VS.net 2003 in my XP pro sp2 system. When I setup eVC 4.0 and SP4,everything is OK, but when I setup STANDARDSDK_500, the setup fails. When the setup program display: "Status: removing backup files", they stop
|
| Create global HBITMAP | 18 Aug 2005 11:44 GMT | 5 |
I have a dll that creates a bitmap and returns the HBITMAP. When the caller process comes to use this HBITMAP it is invalid. How can i change my dll to product a global HBITMAP that can be used across all processes?
|
| How to Remove a custom Font | 18 Aug 2005 10:35 GMT | 7 |
For one part of my application I want to use a custom ttf Font, so I copy it to the Fonts directory of the PPC device. Later when I have no need for it any more I want to remove it from the Fonts Directory. A simple DeleteFile does not work. Probably some sharing problem.
|
| Read from a Virtual Memory Location | 18 Aug 2005 04:06 GMT | 4 |
I'm using WinCE.net BSP 4.2/eVC/PXA255. I need to read 20 bytes from a Virtual Memory Location. The address is out of the segment where my software is currently running. Can some one help me with that ? Best regards
|
| Link error: LNK1181: cannot open input file 'armv4_POCKET.obj' | 17 Aug 2005 16:00 GMT | 2 |
I'm doing a project in Microsoft embedded Visual C++ 4.0 and I get the following error when I try to compile: ... Generating Code...
|
| interprocess communication with messages | 17 Aug 2005 13:50 GMT | 8 |
Is there any sample of messaging between two distinct process(xx.exe and device.exe). I tried postmessage with HWND_:BROADCAST parameter but I could not managed to get the message with
|