| Thread | Last Post | Replies |
|
| I have built a window using the dialog editor with embedded c++ 3.0, its called IDD_MAINDIALOG, I want to open it as a child window | 31 Dec 2003 19:40 GMT | 2 |
How do I open this window as a child window of the MAIN window? Using the DialogBox(g_hInst, (LPCTSTR)IDD_MAINDIALOG, hWnd, (DLGPROC)MainProc) function doesn't give me the results I want. I want this to be the
|
| CTabCtrl Loses Menu Bar | 31 Dec 2003 14:20 GMT | 1 |
eVC++ 3.0 PocketPC 2002. MFC application whose view is derived from CFormView. Add a CTabCtrl object, and when I add the first tab the control removes the program's menu bar. I have a copy of the XTabCtrl from
|
| Linking errors | 31 Dec 2003 02:34 GMT | 4 |
Hi all, i had a linking error when i tried to build my application. i'm trying to connect to pocket access database using ADOCE. I don't know if i had the correct setting on eVC++.
|
| SendInput is successful but no characters on screen ?? | 30 Dec 2003 22:40 GMT | 1 |
In my application driver for a keyboard (connected to Pocket PC on serial) after some time SendInput API returns success but characters appear on screen. Also I observed that some control key combination like CTRL+ALT+DEL,
|
| Keyboard Input Method | 30 Dec 2003 22:35 GMT | 4 |
When we choose the keyboard Input Method on pocket pc, we can choose between two different configurations: small keys and large keys. How can i retrieve this information from my application? thanks a lot
|
| C2059: syntax error : 'end of file' in STL <xtree> header | 30 Dec 2003 16:53 GMT | 1 |
Hello, all. When using STL in combination with MFC through StdAfx.h, I get the following error when the STL xtree header is compiled: c:\windows ce tools\wce410\ppt8800\include\armv4i\xtree(560) : error C2059:
|
| accessing data from an array created by another dialog class | 30 Dec 2003 14:13 GMT | 3 |
I am trying to access data collected into an array of intergers filled up by another dialog class. I have declared the array as static in the 'filling' class and i use 'extern' in the 'reader' dialog class. It seems like the data is not persisting to be read by the reader dialog ...
|
| Read specific line in a file | 29 Dec 2003 12:28 GMT | 1 |
Is it possible to read a specific line of a text file in evc? e.g. for a text file: ///////////////////////////////
|
| NDISUIO debugging problem | 29 Dec 2003 03:02 GMT | 1 |
I use eVC++ 4.0 and WinCE 4.1 for X86 and found the following bug: At first I open ethernet device (rtl 8139) via NDISUIO using CreateFile() and then start a thread which blocks on
|
| time functions in WIN CE??????? | 27 Dec 2003 21:18 GMT | 1 |
I'm trying to use the regular time functions (time, ctime, localtime, gmtime, ...etc) in Win CE .NET 4.2. My code compiles fine but the linker gives me LNK2019 errors on unresolved symbols like the following error:
|
| Printing formatted multiple lines to a dialog screen | 27 Dec 2003 16:46 GMT | 2 |
I am new to Pocket PC and I have recently been developing a dialog based application. How do I print out multiple lines to a dialog screen? I wanted them formated e.g. Temperature: 58 Degrees
|
| Please help with this error message | 27 Dec 2003 16:26 GMT | 2 |
I have a field in a structure difined like so: struct PStruct { TCHAR Account[10];
|
| using sockets for bluetooth | 26 Dec 2003 21:30 GMT | 1 |
the socket function causes an access violation - this is the line that causes the exception: socket (AF_BT, SOCK_STREAM, BTHPROTO_RFCOMM); and we get the exception - first chance exception in ... - 0xC0000005 access
|
| serial port, again | 26 Dec 2003 21:05 GMT | 1 |
I've a bluetooth serial communication. I'm transmitting about 100 bytes per second to a PDA. But in my PDA I read (with ReadFile) about 165 bytes per second. How can this happen? These are my
|
| programming bluetooth help | 26 Dec 2003 20:29 GMT | 1 |
I tried to connecting to the Hci layer without success. the Hci_EstablishDeviceContext returns error code 1062 (SERVICE NOT STARTED) also if I try to modify the state of the stack using btloader application (the call start card returns 1).
|