| Thread | Last Post | Replies |
|
| Inherit from a custom dialog | 28 Feb 2005 13:32 GMT | 1 |
In a MFC project I have a few dialogs, which have some common variables and methods. I put all common features in a dilog and tried to inherit from it, but this was not possible in the class wizard. is there any way to do this? Thanks for your help!...
|
| For the die hards : where does my processor time go ? | 28 Feb 2005 00:53 GMT | 7 |
I have a piece of code that takes approx 900?s to run on an X86 (400Mhz Eden), which is way too long for what it is doing. This is what it looks like (B is located in a different module than A): void B(void)
|
| File sharing wince | 25 Feb 2005 21:50 GMT | 1 |
i have open a dbf-file for permanent appending data records. Over ftp i will copy this opening dbf on a other pc. The file copy operation doesn't work !! - WHY ?? Doesn't wince 4.2 support file sharing ?
|
| Problem in loading image files | 25 Feb 2005 20:48 GMT | 1 |
Is there any API available for loading ".jpg", ".gif", ".bmp" and ".wmf" files. Regards, Prakash.
|
| closesocket | 25 Feb 2005 15:47 GMT | 12 |
I have created an app with blocking socket and everything is working fine until I shut down the app. The problem is that when I shutdown the app, a small rip of my app's GUI remains on the desktop window. It looks like someone rip a piece off the GUI and paste it on the desktop
|
| Passing pointers to managed C# code..question. | 25 Feb 2005 15:46 GMT | 5 |
I've got few quick questions. 1. I am sending char * , to managed C# code. How shall I declare my method in my managed application. for example,
|
| EV4 and CE3 | 25 Feb 2005 15:41 GMT | 2 |
Hi, is it possible to use EV4 and its features (RTTI, expections) to deploy applications for CE 3? Thank you, Luigi
|
| Make MFC DLLs | 25 Feb 2005 11:06 GMT | 3 |
I can to make MFC DLLs???? I have look in the POCKEPC SDK the source code of the MFC DLLs???? As it is make the DLLs. Thanks
|
| Attach(), but no Detach()... | 25 Feb 2005 01:34 GMT | 2 |
Friends, It's confession time. The very odd bug I had been tracking turns out to be rather mundane; although it did manifest itself in very odd and unpredictable ways. No stack problem, no bad/outdated LIB or bad alignment.
|
| EVC++ 3.0 to EVC++ 4.0... | 24 Feb 2005 19:16 GMT | 8 |
Friends, During our last release cycle, we made the move from EVC++ 3.0 to EVC++ 4.0, with the latest SP. We were able to do this as our last customers moved off of PocketPC 2002; we now ahve only Mobile 2003 devices in the field. Things
|
| Stack Allocations: Reserve/Commit... | 24 Feb 2005 18:51 GMT | 8 |
Friends, I did a post a few days ago inquiring about some odd (really odd) behavior after we switched from EVC++ 3.0 to 4.0. One reply I received (thanks Vyacheslav) mentioned inadequate stack allocation as his source of "odd"
|
| Problem with EVC4 SP4 and Active Synch | 23 Feb 2005 20:54 GMT | 5 |
I have done a lot of .NET development with Visual Studio and can connect to the device no problem and debug on the device with Visual Studio 2003. Now I have to do some development with eVC so downloaded SP4. I have
|
| Converting CString to float | 23 Feb 2005 20:54 GMT | 3 |
Hi all, how do I convert CString do float or double? RML
|
| About file transferring | 23 Feb 2005 15:49 GMT | 3 |
Hi, all I am working on CE.net 4.2 and my device is a CEPC. From my device I tried to get a large file(about 1MB) on a remote ftp server. But I alwayse get a smaller corrupted one. For example, the file size on ftp server is 400k, but
|
| CreateFile fails with error 32 in Windows CE 5.0 | 23 Feb 2005 14:32 GMT | 1 |
I am writing to a log file in one thread of my program. Occasionally another thread needs to read the contents of the log file to memory while the log file is still open for write by the other thread; however it is unable to open a handle.
|