| Thread | Last Post | Replies |
|
| help I need an assembler | 19 Jan 2006 16:16 GMT | 7 |
I want to call an assembly function for Xscale from a C++ code but I cant find an assembler, so please if anyone can help me and tell me about a good assembler aslo tell me how to link the assembly function to the C++ code. Thank you
|
| Problem with CBitmapButton | 19 Jan 2006 13:24 GMT | 1 |
Urgent! I'm developing an application using Evc++ 4.0. Our customer needs to change button image at runtime. I'm using CBitmapButton and tried to load new image using LoadBitmaps() but nothing happened. If I load an image from resource
|
| Adding images to a popmenu on a menubar | 19 Jan 2006 12:44 GMT | 1 |
I am able to add images to a menubar. However, I would like to add images inside a popmenu. For instance I would like to add an image next to File --> Save (like a picture of a disk) I am not using MFC I need to do this with just API calls.
|
| Command-line arguments on start up. | 18 Jan 2006 23:07 GMT | 5 |
Hi, All I am not sure that this is the right way to receive to access command-line arguments when the App. starts up. The argument is string, which will be used as
|
| Doubt to Write a WCHAR at Binary File | 18 Jan 2006 21:24 GMT | 8 |
At my project I need to make a Binary File (.DAT) that will receive any word or phrase, at this I want to write it at binary to get a less file, but when I write to the file and open it the "string" was write at ASCII code and not binary, anyone know how is the problem ? it's
|
| Displaying Jpeg in eVc program | 18 Jan 2006 18:40 GMT | 2 |
Is there any method to display a jpeg or gif image in eVc programs. In VC++ there is GDI+ available. Is something like that available in eVc? Regards Kiron
|
| Serial Communications Driver | 18 Jan 2006 17:15 GMT | 3 |
Can anyone recommend/send me a free or inexpensive serial port driver I can use with EVC++ 4? I only need the ability to open and set up a port with all the usual parameters, and have an event for data being received and for this to
|
| VS 2005 import custom SDK | 18 Jan 2006 07:25 GMT | 3 |
I'd like to develop WIN32 application on my WindowsCE 5.0 custom device with VS2005. How can i import my custom SDK in VS2005? Thanks
|
| IP Multicast example errors | 17 Jan 2006 19:35 GMT | 9 |
I am using eVC++ 4 targeting a Windows CE 4.2 device. I am trying to write an application that can send one message to multiple other devices at the same time. I don't know much about network programming but through my searches I ended up at the following MS links that look ...
|
| setting font size and type in evc++4 and wince 5 | 17 Jan 2006 19:33 GMT | 1 |
hi, i'm trying to change the font type and size of our application's dialog box. I've built the app using evc4 with WCE Application as its project type. I've made our dialog box inside evc4. im changing the font size and type by
|
| question using FtpGetFile | 17 Jan 2006 15:57 GMT | 6 |
the below code is just the example given in evc4 about the use of ftp to get a file with some error-out statements shorted. i think that should work. But i wonder where to place the function? is that ok just to place it at the back of the file?
|
| Detect ActiveSync State | 17 Jan 2006 15:33 GMT | 5 |
How can I determine through an application on pocket pc, if a device is currently cradled and if syncronization is currently in progress. Is there any API for detecting the state. I have gone through the Pocket PC registry, but i am not bale to get the
|
| Connection problem!!??Help!! | 17 Jan 2006 04:52 GMT | 2 |
Hi all!! I am new to Windows CE.net.I make a OS image and copy it to the harddisk. Then I start my divice CEPC from harddisk.At that time,I want to connect the target with ethernet on EVC,and dowmload my application to it,debug and so
|
| Dynamic loading of NDIS miniport under WinCE 5.0 | 17 Jan 2006 00:20 GMT | 1 |
This is my first WinCE posting in some time, so please forgive the cross-posting ... 1/ If I want to create a virtual NDIS miniport under WinCE 5.0, which does NOT control a PC Card NIC, is it possible to still dynamically
|
| How to upload a file using socket?? | 16 Jan 2006 17:30 GMT | 2 |
|