| Thread | Last Post | Replies |
|
| Is fopen supposed to work witn non-ascii string path? | 21 Dec 2005 20:38 GMT | 8 |
If you don't mind, I'll give you a little background explanation. I'm a polish and users of my software are also polish (mostly). So, they expect to use polish characters in folders/files names. Polish characters in ASCII stings are encoded using ISO-8859-2 (lating2)
|
| Memory leaks when using sockets | 21 Dec 2005 16:09 GMT | 10 |
I have developped(with VC++) an embedded application running under WinCE 4.2 using GPRS modem to connect to a socket server. My application use Wince RAS (Remote Acess Service) and Winsocks dll It works well but I have a memory leaks problem when disconnecting and
|
| Help Me !! Displaying Png Image...!! | 21 Dec 2005 09:54 GMT | 1 |
Hi !! I'm developing one application where I'm downloading one png format Imate from the webserver and displaying it on WinCE 5.0 OS Devices. I can able to connect to webserver and can downlod the image in buffer.
|
| Struct of CString overflow problem? | 20 Dec 2005 15:18 GMT | 3 |
I have wrote a small program in evc4 and i have a problem. I don't know if it is due to CString or not. Here what i have discovered. I attach a small piece of code: *************************************************************************************************
|
| SIP in Fullscreen application | 20 Dec 2005 09:20 GMT | 4 |
I've read many (many) posts related to SIP and fullscreen mode, and, nearly tryed everything but i didn't manage to correct my pb : when my app goes full screen, the SIP icon is available at the bottom right of the screen, but when it click on it, the keyboard appears
|
| WINCE registry edit | 20 Dec 2005 00:11 GMT | 1 |
When i change the registry key,such as menu fonts or system fonts. How can i use the new registry key without restart the system. For example, in program I first change registry key in XXXApp.InitInstance(), then I can use the new fonts in dialog.
|
| How to disable a button? | 19 Dec 2005 20:46 GMT | 2 |
Is there any way I can programmatically enable and disable a command button? I am hoping I can kdo something like in VB: button.disable = TRUE or something to that effect. I am using plain C with eVC++ 4.0 with the standard Pocket PC SDK and targeting HP iPAQ and Dell Axim ...
|
| VS 2005 and PPC2002 | 19 Dec 2005 17:59 GMT | 2 |
Is it possible to work with PPC 2002 SDK from within the VS 2005 IDE? I just did not want to maintain two IDEs for WM 2005, PPOC 2003/SE, and PPC 2002 machines. I tried to search if anybody had ever tried this, but could not find any postings.
|
| How can I resize my bitmap picture? | 19 Dec 2005 17:53 GMT | 1 |
Thank you for reading my question. I want to display bitmap picture in my program, but some bitmap pictures are too large to display. Some pictures size like 2560x1960 may too large to my memory limitation...
|
| VC++ to EVC4.0 | 19 Dec 2005 12:51 GMT | 1 |
We are porting the code from VC++ to EVC 4.0. We are getting following compilation problems 1. Direct.h not found --- This file has been included in the code for the following functions ( chdir,mkdir,getcwd etc) required in our code. Is there
|
| vs 2005 and direct3d | 19 Dec 2005 07:54 GMT | 1 |
I know vs 2005 support direct3d but does the PDA that ships windows mobile 5.0 support direct3d ? % I worry that vs 2005 supports d3d, but windows mobile 5.0 PDA device
|
| Ini file support | 17 Dec 2005 15:26 GMT | 7 |
I am writing an app in eVC++ 4.0 with MFC. I was planning on using the good old ini file for storing application info but just read somewhere that winCE does not support it. I can't seem to find any 3rd party classes for it either. The reason I prefer it to the registry is ...
|
| Type Casting | 16 Dec 2005 22:28 GMT | 2 |
CString strRetBufLen; long max; strRetBufLen ="1234456566"; max = atol(strRetBufLen);
|
| Building an app on Pocket PC | 16 Dec 2005 22:28 GMT | 3 |
I have a Windows Mobile 2003 SE based PocketPC device. I have written a simple hello world type of application. I have writtent the makefile and I basically build it using embedded Visual C++ compiler and linker. I am not using the IDE.
|
| LocalTime() function not found! | 16 Dec 2005 21:20 GMT | 3 |
LocalTime() is defined in time.h so it looks like it should be available, however the linker can't seem to locate it. Can anyone give me a clue as to how to use this. (using Visual Studio beta)
|