| Thread | Last Post | Replies |
|
| Issue with STL | 31 Aug 2004 15:22 GMT | 1 |
Some time back there was a post with the subject "Issue with STL". I do not see it any more. Does it mean it has been removed from the news group and if so why? Amar
|
| Internal heap limit reached | 31 Aug 2004 03:37 GMT | 2 |
where do I specify /Zm in Project > Settings ? (the help file is no help in this case)
|
| BLUETOOTH socket | 31 Aug 2004 02:05 GMT | 2 |
Anyone knows how to write a blue tooth socket for pocket pc ??
|
| C++ exceptions on windows CE | 30 Aug 2004 22:29 GMT | 2 |
I am trying to use C++ exception and have included the /GX compiler option and I get the following warning afxtempl.h(74) : warning C4291: 'void *__cdecl operator new(unsigned int,void *)' : no matching operator delete found; memory will not be freed
|
| where is WSALookupServiceBeginW | 30 Aug 2004 20:51 GMT | 1 |
hi folk, i try to find bluetooth services and use the example in the win ce.net 3rd edition book. My problem is if i try try to start the lookup service the compiler say
|
| Serial programming | 30 Aug 2004 20:31 GMT | 20 |
I've been trying to make this code work for some time now , but it look like it's going to haunt me for ever! i know i've asked about this before and you have been great by giving me tons of tips , but the thing is that i still can't read from the port? but i can write to it and ...
|
| Ending an unnamed process | 30 Aug 2004 18:59 GMT | 3 |
I am hoping someone can help me out with ending a process that my program calls. First the enviroment: A MIPS IV device (a specialized HMI touch panel).
|
| Still not working | 30 Aug 2004 17:20 GMT | 1 |
I have done the changes like you suggested but it is not working yet. I have tried to debugg the dll and this is what I get: - when I press the Ctrl key on the soft keyboard then the debugger enters the callback function and nothing happen. (that's OK)
|
| SetWindowsHookEx | 30 Aug 2004 14:59 GMT | 4 |
Does this function exists in eVC 4.0 (PPC2003) and if does what to include so that we can use it? Thanks Dule
|
| May I add buttons in calibrate function? | 30 Aug 2004 02:31 GMT | 1 |
Dear Sir: Use funtion TouchCalibrate() could start the calibrate function. May I add any button when the calibrate function is running? I wonder if I could modify the file calibrui.cpp...
|
| urgent : prining in windows ce.net | 28 Aug 2004 03:22 GMT | 4 |
Hi, can anyone help me write application that can use printers. I don't want to use any third party controls. Asif
|
| Newbie question. | 27 Aug 2004 20:57 GMT | 3 |
Hi, I'm developing a school project, part of project I will need read and write binary files. I would like to make a DLL where it read and write a array of bytes. My knowledge in evc is little. What I will need to study to get this ?
|
| Windows CE message queues | 27 Aug 2004 20:55 GMT | 5 |
Is it possible to use a Windows CE message queue with a single reader but multiple writer threads? What I need to do is: - Create a message queue in a thread (the "reader"), using CreateMsgQueue
|
| ExitThread | 27 Aug 2004 14:31 GMT | 30 |
How can I exit the secondary working thread. Here is the working code: UINT threadFunction(LPVOID lParam) { while(true) {
|
| Inserting items at the end of the list | 27 Aug 2004 10:12 GMT | 4 |
I have a list control which I add items in report view. I want to add new items (new lines) to this list control each time a key is pressed, so I override LVN_KEYDOWN message for this control and call the function which fills in the list control. I keep the line number of the last ...
|