| Thread | Last Post | Replies |
|
| time()/localtime() | 27 Oct 2004 20:49 GMT | 2 |
eVC++ 4.0 compiles projects that use time()/localtime(), but the linker does not find their implementation. So which replacements exist under Windows CE that I can use?
|
| need I set a handle to NULL after CloseHandle()? | 27 Oct 2004 14:09 GMT | 1 |
What does CloseHandle do? Is it necessary or proper to set the handle NULL after CloseHandle? Just like: -------------------------------------------------- // some thing done
|
| Migrate eVC++ 4.0 (PocketPC 2003) library to VS.NET (TabletPC) dll | 27 Oct 2004 05:39 GMT | 6 |
I have a PocketPC application that is layered as so: GUI <--> Core <--> HardwareInterface I am want to put the application on the Tablet PC with a new GUI and Hardware Interface, but leave the Core intact. The new GUI (which
|
| Base64 encoder/decoder | 27 Oct 2004 01:17 GMT | 3 |
Does anyone have already developed or know where I can find a function that encode/decode a base64 to simple text? I am implementing a MIME_TEXT parser and the message encoding is base64.
|
| Loading Documents from an App | 27 Oct 2004 00:53 GMT | 2 |
I have an application that is running on PPC 2003. From time to time the application needs to be able to open various types of files into their appropriate viewers (i.e. a Word Doc, Excel Sprd Sheet, maybe PDF). My question basically is what is the best approach to tackle this ...
|
| problem with cstring to char * convertion | 26 Oct 2004 20:18 GMT | 4 |
Hello there I am trying to convert the cstring data into a char ptr as I need to send the data collected in a message box which is of CString type.When i try to put it in the sockets send function it complains that Cannot convert class CString to char *.I could not find any help ...
|
| VirtualCopy cannot be found by Platform Builder. | 26 Oct 2004 19:33 GMT | 9 |
Writing a driver for WinCE, but when i compile my driver under platform builder, it cannot find VirtualCopy Have i forgot to include something? - Joe
|
| CreateFile (Using data file loaded as resource) | 26 Oct 2004 18:46 GMT | 4 |
How can I use CreateFile to read a datafile that I have loaded as a resource? I have succesfully read this file and processed it, but my datafile is unchanging, and I would like to have one executable, rather then an
|
| Error on install eMbedded Visual C++ 4.0 | 26 Oct 2004 17:44 GMT | 11 |
I have a problem when i install evc, this message is displayed : "Impossible to find VBSCRIPT" for script "c:\Program files\ Embededd C++ 4.0\Common\EVC Bin\rg.vbs". The install is for a PC with Windows XP Home SP2. Can someone please help me in get this problem resolved? I ...
|
| Embedded HTML Control Not Submitting Forms | 26 Oct 2004 05:37 GMT | 2 |
I have created an application that embeds the IE component for displaying HTML. In the container program I trap BeforeNavigate2 to check for special URLs. On most Windows CE devices it works just fine. On this particular device (it's a CE.NET 4.2 Arm Processor device) it will ...
|
| which libraries should be used to capture webcam images in Pocket | 25 Oct 2004 17:59 GMT | 1 |
Hello sir, I am looking for a graphics library like (directx ) for pocket pc 2003 emulator. At present i am working in evc++4.0 and pocket pc emulator on my XP device
|
| Threads on class, | 25 Oct 2004 01:37 GMT | 68 |
I have a class, one private method is a thread routine. In publics declarations I expose one function to createThread and run the upwrite routine. Compiler say: "error C2664: 'CreateThread' : cannot convert parameter 3 from
|
| Serial Port : error in opening | 24 Oct 2004 21:39 GMT | 6 |
Does anybody can tell me how to set the file descriptor to open the RS232 COM1 port on a device? I have used the following code: hComPort = CreateFile(lpFileName,
|
| Datatype misalignment exception | 23 Oct 2004 13:12 GMT | 6 |
I'm getting a "Datatype misalignment" exception on a call to LocalAlloc using EVC 4. My target CPU is Win32 (WCE ARMV4) Debug. There is only one LocalAlloc call (among many other successful ones) which gets this exception. Any ideas about what's going on and how to stop it? Is ...
|
| GetprocAddress() error | 22 Oct 2004 21:14 GMT | 9 |
I used LoadLibrary() and GetProcAddress() in my application to call a exported function in dll. But GetProcAddress() failed: GetLastError=87. What kind of problem caused this error? Thanks.
|