| Thread | Last Post | Replies |
|
| Create virtual Serial Port | 31 Oct 2007 17:46 GMT | 2 |
How can I create a new virtual Serial Port in pocket-pc 2003? I am developing with c++ under Visual studio 2005. Thanks, Jalal
|
| strncat | 31 Oct 2007 16:43 GMT | 11 |
it exists an command same strncat but for the memory? (memcat) Thanks
|
| DirectShow: Problem with Registering filter on Windows Mobile | 30 Oct 2007 16:01 GMT | 1 |
I am working on a DirectShow application. I have a dll created using eVC++ 4.0 . I am trying to register it using regsvrce.exe in my Windows Mobile5.0 device, where I get an error "Dll Register Server Failed" . Please help me in this regard.
|
| Smartphone SpinnerCtrl with horizontal scrollbar | 30 Oct 2007 09:39 GMT | 3 |
using WTL I'm trying to show a CExpandListBox (spinner control), but I'd like to show a horizontal scrollbar when the user expand the list to fullscreen, because some items don't fit inside. I tried calling SetHorizontalExtent on CExpandListBox object, but in this
|
| enabling optimizations using PXA270 XScale/MMX | 29 Oct 2007 10:42 GMT | 1 |
we are developing multimedia applications in an Intel PXA270 device. we wish to fully leverage the MMX instructions provided by PXA270. my question is whether VC (VS2005) supports optimizations using the MMX instructions of PXA270 ? if so how do we enable it ? or do we have to ...
|
| error C2296 | 26 Oct 2007 17:45 GMT | 3 |
Why I have this error? void Speed_to_Byte ( const unsigned short* pm_speed, unsigned char* pm_strBuffer ) {
|
| help need..... | 26 Oct 2007 09:48 GMT | 1 |
I am totally new to eVC++4.0 and downloaded the eVC++4.0 from Microsoft site and I want build application for WindowsCE OS very simple apps like "hello world", what i downloaded is sufficient to write code or do i need to downnload some other SDK's,if that is the case plz list ...
|
| Simple exception take too long on Windows CE 5/6 | 26 Oct 2007 02:49 GMT | 16 |
I am using: - Visual Studio 2005 SP1 - Platform Builder Plugin for Windows CE 6.0 - cumulative patch WinCEPB60-061231-Product-Update-Rollup-X86.msi
|
| Alignment problem? | 25 Oct 2007 14:43 GMT | 4 |
it seems that I ran into some alignment problem again (target is a Xscale PXA255 ARM with CE 4.2). But it is very obscure this time. Doing a DeviceIoControl into the driver in question, gives error code 87 (ERROR_INVALID_PARAMETER). As during this IOCTL the driver accesses an
|
| Vista and eVC++ | 25 Oct 2007 13:18 GMT | 17 |
Is there any way to get eVC++ 4.0 running on Vista? We have got our own platforms for CE 3.0 and CE 5.0 and we need to do applications for them. Also platform modifications are needed all the time. Is the only way to get Microsoft's own developing tools to work on Vista
|
| toolhelp.dll error when Attaching to WCE Process | 24 Oct 2007 16:23 GMT | 4 |
I am having trouble debugging an application using Embedded VC 4 SP4. Whenever I try to use the "Attach to WCE Process" option I get the message "Toolhelp.dll cannot be copied to the target device". There have been a couple of posts in the past regarding this error message,
|
| AlphaBlend Question | 24 Oct 2007 08:43 GMT | 2 |
I develop with eVC4.0 & windows ce 5.0 standard SDK. Now, I used an API : AlphaBlend(). When I compile , it is error occured : error C2065: 'AlphaBlend' : undeclared identifier
|
| How to flush values in editable CListCtrl | 24 Oct 2007 08:43 GMT | 1 |
I have two checkboxes. When I check the first one, a page containing an editable CListCtrl will be loaded. After I modify some value there, I check the second checkbox which will load second page also containing an editable CListCtrl.
|
| Display an animated *. gif file ? | 22 Oct 2007 12:57 GMT | 3 |
Do you know how can i displayed an animated *.gif file in my application please ? (i use evc++ and windows ce 5) Thanks a lot
|
| HTTP 1.1 - "Transfer-Content-Encoding: chunked" - Support on PPC (EVC4.0) | 21 Oct 2007 07:33 GMT | 1 |
We are using Embedded Visual C++ 4.0 for developing a module that communicates with an HTTP server. The server supports only HTTP 1.1, and sends data as chunked data using the HTTP 1.1 "Transfer-Content- Encoding" header.
|