| Thread | Last Post | Replies |
|
| Truetype font with Bitmap | 07 Dec 2004 01:06 GMT | 11 |
Windows Mobile 2003 second edition comes with turetype font as default font, so all the normal text will be displayed accordingly. In my application, where ever I use 'DrawText' onto HDC, it displays truetype font, but it is still displaying bitmap font if I use
|
| Logon to Network Message Box | 06 Dec 2004 23:23 GMT | 1 |
We are attempting to connect and access a file using third party software (CEfusion 3.7 file agent component) to transfer a file from our Windows 2000 Server to the CE device (XScale, WinCE 4.1, C/C++, eMbedded C++ 4.0). The file will transfer properly despite receiving the “Logon ...
|
| MSMQ and MSXML in evc4 SP4 | 06 Dec 2004 21:37 GMT | 4 |
Being a newbie to evc4 I have the following problem: If I try to #import "mqoa.dll" or "msxml.dll" I get a compilation error stating that either IDispathPtr (in mqoa.tlb) or IUnknownPtr (in msxml.tlb) are not recognized types. Ihave tried alle the possible types of apps offered ...
|
| NewBie: eMbedded Visual C++? | 06 Dec 2004 20:47 GMT | 4 |
Can someone please help me with this? 1) I have downloaded this in following order: * eMbedded Visual C++ 4.0 * The Intermec SDK ( "The Intermec SDK is a set of C++ language functions
|
| can't see my menu item | 06 Dec 2004 19:24 GMT | 2 |
In my application (EVC3, PPC 2000/2002), i create a menu with the resource editor. The first item is a pop-up (with items inside), and the second item is not a pop-up. The problem is i can't see the second item (under emulator or device).
|
| saving a GIF file | 06 Dec 2004 17:59 GMT | 2 |
I need to save a GIF file from windows CE. I have looking, and I already can save a BMP and a JPG. DO you know how or where is a DLL or an code snipplet for do that? I though imgdecmp would work, but only can read, not write :-(
|
| Help! | 06 Dec 2004 17:07 GMT | 11 |
I am new to the WINCE platform. We may be using WinCE in our next generation of products. I've installled the 120-day evaluation version of Platform Builder for Windows CE ver 5.0 and embedded VC++ 4.0 sp4. I have followed the tutorials for creating an OS for the emulator and ...
|
| How can I get a exact 500us delay time? | 06 Dec 2004 16:15 GMT | 1 |
hello, I'm byung chon, chae I made a PCI Driver based Windows CE and I need 500 micro second delay time Sleep() function can't delay under 1 ms, so I can't use this how can i get 500 micro second, Please help me
|
| different name decoration in .lib files for differene platform | 06 Dec 2004 14:20 GMT | 4 |
Will a libfile complied eg for the arm4 platform have different name decoration than a lib file compiled for like x86 emulator. My problem is that I'm using eVC and the x86 Emulator and are linking against one .lib file compiled for the arm4 platform.
|
| time.h problem C2146 | 06 Dec 2004 14:00 GMT | 9 |
I have got a (I hope) small problem mit VC embedded. I started a dll project (with WCE MFC AppWizard) on a shared dll basis. I just need to do #include <time.h> and the create something like clock_t whatever
|
| ERROR_DLL_INIT_FAILED | 06 Dec 2004 12:35 GMT | 1 |
I have a problem with an COM object. I have a library destdll.dll that I do not succeed to registration on windows ce the 3.0. The library is for PDA. Registering it with regwince.exe visualizes the error 1114 "ERROR_DLL_INIT_FAILED".
|
| port of stl::complex<float> for WinCE | 06 Dec 2004 07:27 GMT | 2 |
I'm attempting to port a library to WinCE 4.2 (PocketPC 2003) that uses the STL library stl::complex<>, which is missing from the embedded STL version. Has anybody found a workaround to this? Either another library (STLPORT) or attmpted to port the VC++ version over to the ...
|
| remote debug | 05 Dec 2004 02:11 GMT | 2 |
I have a WinCE CEPC 4.10 x86 platform. From a WinXP pc host machine running eVC 4.0 I can: - connect to the device using TCP/ip manual server in Platform Manager. - download the software
|
| How to get mouse button click without using a WinProc! | 03 Dec 2004 22:27 GMT | 6 |
Hi, I want to be able to disable all the messages sent to the shell or the desktopwindow, and to be able to capture when the mouse button is pressed from my application! I cannot use any winproc because then the window have to be
|
| Opening a TCP socket from the PC into the Emulator | 03 Dec 2004 12:41 GMT | 4 |
Is it possible to open a connection from the PC into an application running inside the emulator? what is the emulator IP address?
|