| Thread | Last Post | Replies |
|
| about emulators & target devices & IDEs.. | 30 Nov 2004 22:40 GMT | 2 |
I have a few questions concerned with emulators & target devices & IDEs: Important note :My target device is a HHP Dolphin 7300 and uses WinCE 3.0 as operating system. 1- Which development tool (embedded visual C++ 3.0 or embedded visual C++
|
| WaitCommEvent blocks WriteFile function | 30 Nov 2004 22:30 GMT | 1 |
for serial communication i want to use in tan receive thread the WaitCommEvent function. The problem is if i use this function the WriteFile function is not able to send data over the com port and stuck in this the WriteFile function.
|
| Why does console window appear | 30 Nov 2004 20:54 GMT | 4 |
Hi when running a program on pocket pc, I get a console window appear with 3-digit numbers in angle brackets. What is causing this? Thanks
|
| showing control panel dialog with syntax? | 30 Nov 2004 15:39 GMT | 5 |
hi, is there a way to implement you control panel that can do syntax support, like the application (.exe) can do? thanks
|
| My eMbedded Visual C++ Stopped Working!? | 30 Nov 2004 15:12 GMT | 5 |
My eMbedded Visual C++ with Visual Tools 3.0 had been working just fine. Hadn't used it for some time and now when starting it I get "Failed to connect the drop-in CPU database". The next message box states "DEVCPU This required file cannot be loaded. Please re-install ...
|
| How to get handle of a control (hwnd)? | 30 Nov 2004 12:43 GMT | 1 |
sorry for my novice question. but i don't know how to get handle of a (for example) static control (IDC_MYLABEL) in the related DLGPROC. thanks, Sean
|
| MSXML Crashing w/ invalid XML | 30 Nov 2004 10:27 GMT | 12 |
Hey folks-- Hopefully someone here has some insight into my problem with MSXML. Here's the short story: From within the X86 Emulator and eVC++ 4.2 w/ sp3, I am using the MSXML
|
| Custom RS-232 application with symbol handheld with ActiveSync | 29 Nov 2004 23:29 GMT | 2 |
I want to develop my own custom RS-232 application with a RS-232 Active Sync cable. Is that possible? I have a 2700 Symbol handheld. I was told it was possible but I don't see any supporting documentation. What is the ActiveSync cable COM port number? Can I instantiate it ...
|
| Data loss with TCPI/IP socket on Wince 4.2 | 29 Nov 2004 16:41 GMT | 1 |
I've a problem usign the socket interface on WinCE 4.2 Sometime my program is seem to don't reveice some byte from the network: the sender signal me that it sent the byte on the socket interface on the other side of the connection, but the ::recv(...) API don't receive
|
| port from smartphone | 29 Nov 2004 16:39 GMT | 1 |
Hi, Everyone, I wrote a program for Smartphone 2003 and want to port it to WinCE 4.2 recently. Initialy I think it is easy but I found most of them need to be rewrite.
|
| How to create a message pump, in a background process? | 29 Nov 2004 16:36 GMT | 1 |
Hi, I wan?t to be able to catch all the mouse click messages in the system, but I don?t wan?t to create any window. The application has to run in the background. In a PC (Visual c++) you could use a mouse HOOK and the SetWindowsHookEx
|
| Send a DB to server | 29 Nov 2004 16:05 GMT | 1 |
I wont to create an application tat send, and receve, a db file from palm to server! Are there a specific library?is there a soap library to microsoft eMbedded visual c++?
|
| using main() | 29 Nov 2004 09:28 GMT | 4 |
The problem I have is that when compiling a program with just main() in it, it fails to link because it needs '_WinMain'. A simple workaround is this: int WINAPI WinMain( HINSTANCE, HINSTANCE, LPTSTR, int) { return main(); }
|
| Menu | 28 Nov 2004 17:14 GMT | 5 |
I have created one Pocket PC 2003 dialog based application and i want to use a menubar in it. I am using following lines of code but somehow i dont get it working. CMenu *menu = m_Dlg.GetMenu();
|
| possible to display JPEG's? | 28 Nov 2004 04:38 GMT | 1 |
I've seen numerous information about displaying bitmap images in pocketpc/windowsce applications. But i have found nothing about jpegs. Is it possible to load a jpeg and display it in a pocket pc application? George
|