| Thread | Last Post | Replies |
|
| Starting off in evc++, best place for information? | 30 Nov 2003 15:10 GMT | 1 |
I will soon be starting to develop an application for pocket pc 2002 using evc++ 3.0. I was wondering where the best place is to find documentation on using evc++, the last platform I
|
| CryptVerifySign() - how work | 29 Nov 2003 11:26 GMT | 1 |
I need information how verify (hash data and signature) this function. I get data from hash by using CryptGetHashParam(...)and send to SmartCard (infineon). This card prepare digital signature. Next step call CryptVerifySign(...) for this signature and hash but receive
|
| terminating an application | 28 Nov 2003 07:41 GMT | 2 |
I've just found out a strange thing. When I close the main window of my application (click on x), the window disappears, but process obviously stays in a memory - I put a code into ExitInstance and it is not called until I deinstall the application.
|
| Detect which ce version during precompilation | 27 Nov 2003 18:29 GMT | 3 |
My application should work on different devices and wince version. But how can you detect during precompilation the ce version so there are no errors regarding functions that do not exist one function but exist in the other.
|
| CeRunAppAtEvent Error | 27 Nov 2003 15:24 GMT | 3 |
Hi, I am using CeRunAppAtEvent to launch my application after device is turned on. It works fine as long as i have the file existing at the path i provide.
|
| SSPI and the emulator | 27 Nov 2003 13:40 GMT | 2 |
I am having problems with SSPI on the Emulator 420. Same code seems to work on the target but this is not the prime choice for debugging. Especially since I can only debug from Plat Builder today. eVC++ not working yet with this processor.
|
| Help needed for DirectShow On CE 4.2 , plz | 27 Nov 2003 03:52 GMT | 1 |
I am new to |Windows programming. I am writing a program to play midi file. There was a sample for DirectMusic, but it took quite a while to load the midi file(may be something wrong with my code). Anyway, I hope I might have better luck with DirectShow. I found some samples that ...
|
| Retrieving App's Path Name | 26 Nov 2003 15:56 GMT | 2 |
I guess all my mind can think of is turkey, because I cannot for the life of me remember how to get the directory the app is in when it is run. I'm trying to create a file that will be in the same directory as the
|
| unresolved external symbol occurs!!!! | 26 Nov 2003 15:38 GMT | 1 |
When I use SHGetPathFromIDList() method in my program, "error LNK2019: unresolved external symbol SHGetPathFromIDListW referenced in function" error occurs. I included "Shlobj.h","shellapi.h" and linked ceshell.lib.
|
| Properties page doesn't pop up. | 26 Nov 2003 06:40 GMT | 1 |
Dear I'm developing a Mail Transport DLL under Windows CE 3.0 After I add my Transport DLL, I created a new service using my Transport DLL.
|
| Problems linking RTTI w/EVC++ 4.0 sp2 | 25 Nov 2003 20:52 GMT | 3 |
I am compiling a program that includes severel libraries that I am also building. All LIBs and the EXE are compiled from streight C++ (i.e., no MFC, COM, etc) using the /GR and /GX options. However, I still get the following error when linking:
|
| How to use shared COM port ? | 25 Nov 2003 20:24 GMT | 1 |
For WinCE 3.0 I have written two applications in eVC, which deal with Bluetooth COM port. I have opened COM port (say e.g. "COM7:") by both applications in shared mode, using API CreateFile() and both worked properly.
|
| serial port | 25 Nov 2003 20:21 GMT | 1 |
Could I read two times the same character from the Serial Port with ReadFile? Which configuration of commtimeouts behaves that way? I'd like to have a serial communications that reads
|
| Function which can return immediately. | 25 Nov 2003 19:20 GMT | 1 |
I know that the function CeRapiInitEx returns immediately. No wait for processing. I want to implement such a function. Returns immediate. no wait. How do I implement such a function? Thanks
|
| Include DLL when debugging in eVC++ | 24 Nov 2003 23:04 GMT | 2 |
I need to include a DLL when I debug my WinCE MFC application but where do I tell eVC++ to upload the the DLL file along with the executable? -- Best regards
|