| Thread | Last Post | Replies |
|
| problem related to WAVEOUTMESSAGE for msg=2053... It's urgent | 09 Jun 2006 03:25 GMT | 1 |
I am working on a application which has to play windows applications installed in a server. I am using WinCE client of that application. In the section where is case WAVEOUTMESSAGE i got a msg (value is 2053) when this partcular message comes then after some time i get Windows
|
| How To Transfer Files from a PocketPC to a Desktop | 08 Jun 2006 20:41 GMT | 5 |
I am trying to write a C++ application that will transfer files from the my pocket pc to the desktop without using activesync. I am running into the problem of not finding the proper API to do so, I've checked the RAPI function list and I cant find what i am looking for. Is there
|
| Problem during install SDK for Windows CE 5.0 | 08 Jun 2006 20:41 GMT | 2 |
My PC is configurates as Windows XP SP2 with Framwork 2.0 (only runtime). When I install after Visual C++ Embedded SDK for my device (genarated with platform builder 5.0), I have this error : "Inizializzazione di windows script host non riuscita (accesso negato)".
|
| /MACHINE:IX86 vs X86 | 08 Jun 2006 18:13 GMT | 3 |
The linker swallows both IX86 and X86 as machine type, what is the difference? Funny thing is that it does not swallow arbitrary values, it then gives a list of valid values but that doesn't include IX86 (which is the default used by the eVC4 IDE).
|
| weird behaviour when debugging a retrow statement | 08 Jun 2006 18:10 GMT | 5 |
void inner() { try { throw 42;
|
| HELP Needed: CreateDC failure (error 14) | 08 Jun 2006 17:18 GMT | 3 |
for a project of mine I've written a .NetCF1 application for WinCE V4.2 which does some printing using a DLL written in eVC4. Everything works great but from time to time CreateDC fails (GetLastError returning 14=out of memory) - unfortunately this isn't reliably reproducable. Of ...
|
| ZMODEM | 08 Jun 2006 17:15 GMT | 1 |
Is it possible to send the files with zmodem? BR Miky
|
| Console title | 08 Jun 2006 09:11 GMT | 3 |
Hello all. Another newbie with a question. I am developing a passenger information system for windows CE 5.0 with eMbedded VC++ 4.0. This system has several applications each of which is a console application. I was wondering if anyone knows how to change the
|
| why the API GetCaretPos() can not receive correct value in MS Word | 08 Jun 2006 04:32 GMT | 2 |
Dear, I want to get caret pos in MS Word, but the API GetCaretPos() can not receive correct value in MS Word (it always return (0,0)) , the API can work well in other application. How to get the caret pos in Word?
|
| access sql server using replication | 07 Jun 2006 11:26 GMT | 1 |
1. I am trying to access sql server from my IRIS reader(windows CE .NET) through replication. Executing my application gives the following exception: 0xC0000005. Snippet of my code is pasted below printf statements with test1 and test2 executes fine. application shows
|
| RSS Reader on Windows CE | 06 Jun 2006 22:53 GMT | 1 |
Want to know if there are some RSS readers for Windows CE, what's their name?
|
| Forcing to enter password | 06 Jun 2006 17:31 GMT | 1 |
I want to force the user of the sytem to Enter the password at the logon. How do I implement the Logon Dialog for the user using eVC++. Please help me, in doing so.
|
| Linking to custom dll in evc | 06 Jun 2006 16:31 GMT | 1 |
Hi, I'm trying to link to a dll i've created in my EVC project. I've included the necessary headers and am now trying to link to the import library custom.lib. I've added this in the Link tab of project settings. I've also in Tools->options in the Directories tab added the
|
| _invalid_parameter_noinfo ? | 06 Jun 2006 12:55 GMT | 2 |
I found this function in the msvcr80.dll. Does anybody know where it is used, and what it does? I want to avoid using it because of compatibility reasons. Thanks!
|
| Windows CE + EnumPrinters | 06 Jun 2006 11:19 GMT | 3 |
I am newbie in Windows CE Developement, I am writing a very simple application using Embedded VC 4.0, In that I am trying to enumerate printers installed on machine, For that I am using EnumPrinters API, I am not sure that does printing is supported on Windows CE, For some
|