| Thread | Last Post | Replies |
|
| problem with dll | 08 Sep 2005 21:14 GMT | 7 |
Hi all. I have a problem, i must to use dll or api for programming a camera in a pocke pc that has windows mobile 2003. How can i know what are the name of this dll? and if i know his name how can i see the method or function that use this dll??
|
| winsock2 trouble | 08 Sep 2005 21:02 GMT | 7 |
I porting a WIN32 lib to CE. While it works on the big machine I can not get the CE interfaces reported via WSAIoctl / SIO_GET_INTERFACE_LIST - on CE I always get an error 10022 WSAEINVAL (while this call works under VC7 on the PC).
|
| How to call a callback function | 08 Sep 2005 14:28 GMT | 4 |
I inherited an application for an HP iPAQ and am using eMbedded VC to compile it. The application uses the following function format to handle the application messages: LRESULT CALLBACK XXXXX(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam). The callback functions handle ...
|
| HttpSendRequest Help | 07 Sep 2005 20:00 GMT | 1 |
I am writing a simple program which utilizes the WinInet APIs to talk to a servlet program. The WinInet program will run on PocketPC device (either running PocketPC 2002 or 2003) whereas the servlet will run on my desktop. The program communicates to the servlet via ActiveSync ...
|
| MSXML IXMLDomDocument Load problem | 07 Sep 2005 17:47 GMT | 9 |
Has anyone used this. In a bit of test driven development we implemented a set of tests in C++ (unmanaged) for the WinCE5.0 emulator to test some code we wrote to use the IXMLDomDocument to load an XML file from the CE device.
|
| DCOMCnfg.exe on CE? | 07 Sep 2005 08:58 GMT | 2 |
Hy there, exists the standard Windows Tool DCOMCnfg also on Windows CE.Net 4.2? Or is there any similar tool? Thanks
|
| Newbie message loop in a console app | 06 Sep 2005 14:08 GMT | 1 |
I'm new to this whole windows programming stuff but have a few years experience of C++. I am trying to write an application for CE 5.0 on a Embedded Logic PB550 board. The device is going to be a headless system so the OS image has minimal GWES configuration.
|
| Memory leak detected by CodeSnitch on modeless dialogs | 06 Sep 2005 11:34 GMT | 3 |
I'm evaluating CodeSnitch from Entrek ToolBox Standard, and I've found a strange memory leak using modeless dialogs on an MFC project running on PocketPC emulator. The same memory leak can be verified on the application called "Modeless"
|
| CXimage question | 06 Sep 2005 10:36 GMT | 8 |
I try to use cximage in our project. Now i can compiled all components of cximage. but when add some codes in CPocketPCTestView.cpp. then i got the following error: PocketPCTestView.cpp(86) : error C2039: 'Draw' : is not a member of 'CxImage'
|
| DCOM, specific CPU | 05 Sep 2005 15:47 GMT | 1 |
I want to transfer a VC++ application based on COM/DCOM using Excel to a mobile device using pocket excel. Is there an easy way to do that? Is COM/DOCM supported by PocketExcel? How can I compile an application for a specific CPU, e.g. samsung s3c2410?
|
| hard solution for simple problem? | 02 Sep 2005 23:19 GMT | 1 |
Hi to all! I'm working on Windows CE 4.2 platform and I'm trying without success to do a VERY SIMPLE evc++ isapi (but could be a console application instead, doesn't matter) which uses DOM to do the following things:
|
| cannot start service app to magneto | 02 Sep 2005 23:12 GMT | 1 |
i create a service on evc4 that has no problem at all running it to wm2k3se ppc device, now i install the service on magneto but i can't get it to work and seems like on
|
| UI like PocketPC "Contacts" | 02 Sep 2005 22:24 GMT | 3 |
I have to develop an application with eVC++ 4 and MFC that must works on Windows CE (4.2 and upper) and Pocket PC (2003 and upper) and I would like to implement an UI similar to the grid where you can edit contacts information on PocketPC "Contacts" application.
|
| Custom open/save file dialog (derived from CFileDialog) | 02 Sep 2005 19:44 GMT | 2 |
I have a problem creating custom open/save file dialog under eVC 4.0 STANDARTSDK. I create a dialog resource with a group box with ID stc32=0x045F and dialog style "Child", border "None" and "clip siblings" properties.
|
| socket programming in vc++ 6.0 | 02 Sep 2005 15:30 GMT | 1 |
im a beginner in sockets..but i want to learn about it more but i don't know where to start and which things first...i still have a lillte knowledge in vc++ environment...but since i have to make a clien-server program....please help..thnxx
|