| Thread | Last Post | Replies |
|
| Getting Application path in EVC | 06 Jun 2004 17:30 GMT | 1 |
I don't know how to get the path of my EVC-Program from within the program. I need to retrieve an ini-file from the directory where my application will be installed. The mentioned install directory will vary - chosen by the user.
|
| getsockopt function failes | 06 Jun 2004 09:08 GMT | 6 |
I need to send something from PocketPC to network using UDP. When I try to check and change length of buffers for send and recieve packets with functions "getsockopt" and "setsockopt" in WinCE 3.0 these functions
|
| Profile | 05 Jun 2004 19:32 GMT | 3 |
I am using eVC4.0 to develop application recently, and have bought a new PC for development. In the eVC IDE, I have customized some keyboard settings and editor behaviour, how can I "copy" my settings to the new machine?
|
| Direct show support for WINCE | 05 Jun 2004 13:38 GMT | 1 |
Some one please let me know to what extend I can expect Directshow support in WINCE? Is it possible to develop a source filter which can read data from network. Thanks in advance. Best regards,
|
| newbie: Concatinating | 04 Jun 2004 08:29 GMT | 1 |
Development environment: embedded visual c++ 4 + sp3 + smartphone 2003 How can I concatinate those two variables below so I can use the result as the lpszFileName (datatype is LPCTSTR) argument in FtpOpenFile? Maybe I declared the two variables with the wrong datatype?
|
| How to turn off compiler/linker timestamping? | 04 Jun 2004 02:57 GMT | 2 |
Everytime we re-compile/link our software, the CRC on the executable file (.exe) changes, even if we have made no changes in the source code. Doing a diff shows 1 or more byte changes in three widely separated areas of the file. More bytes are changed the longer it's been since ...
|
| Migrating eVC 3.0 to 4.0 | 04 Jun 2004 02:19 GMT | 1 |
I am currently developing programs for DAP handhelds running ARM processors and Windows CE 3.0 using custom SDK. I also have Symbol Pocket PCs with applications developed in eVC 3.0. I would like to know if it's possible to migrate to eVC 4.0 and the steps involved. Also if there's ...
|
| aygshell.h | 03 Jun 2004 17:33 GMT | 1 |
I don't have it, nor the .lib on m,y computer. Where can I get it?
 Signature -Gernot int main(int argc, char** argv) {printf
|
| CCeSocket OnClose() dones not get called for socket closed. | 03 Jun 2004 17:32 GMT | 1 |
i use the CCeSocket (MFC) class to build a TCP client application, i override the CCeSocket::OnClose() function, but it not called when i call CCeSocket::Close() to close the connection. what wrong with it?
|
| wake up! | 03 Jun 2004 12:01 GMT | 18 |
is it possible to "wake up" a pocket pc remotely ? Basically I'm coding and my pocket pc is going into sleep mode, when i transfert my app i have to tap the screen to wake the device up. I'd like my program to do that. ( eventually an active sync call would rule too )
|
| Simple Newbie Request | 01 Jun 2004 20:05 GMT | 1 |
I'm pretty green when it comes to this evc 4.0. I was wondering if anyone had any source code for implementing a simple file transfer program using TCP. I have snippets from other sources and books in my possession, but not getting it to work. I was wondering also if threads ...
|
| Enable Network Adaptor Programically | 01 Jun 2004 18:35 GMT | 3 |
Can someone tell me if it is possible to programically enable and disable a connection adaptor, say a NIC. I have a app that I want to send data to another computer periodically and I don't want the user to have to remember to turn on the wireless on and off. Is there any way to ...
|
| Scale down an image file | 01 Jun 2004 13:19 GMT | 2 |
I am doing some development for a XDA II using the evc++ 4.0. I know there is a lot of posts on this topic already. But somehow the ones I looked at couldn't help me. What I want to do is simple to describe. I have an image file in a JPG or BMP format and I want to create a second ...
|
| imgdecmp.dll | 01 Jun 2004 13:10 GMT | 1 |
I want to use imgdecmp.dll in order to decompress some jpeg files. Is this library present in all Pocket PC and other Windows CE platform? Arsa
|
| CString length | 01 Jun 2004 12:23 GMT | 3 |
I use CString::GetBufferSetLength(BuffSize) to set the length of the string. I then set a buffer into the string that contains a null terminator. I hoped that CString::GetLength() would return the number of chars up to the zero termination but it returns the total number of bytes ...
|