| Thread | Last Post | Replies |
|
| Removing SIP button from mFC menu bar | 23 Nov 2007 10:57 GMT | 7 |
Hi, I'm developing an MFC app for PPC and SP. I add a menu bar to the main dialog like this m_dlgCommandBar.Create(this) // m_dlgCommandBar is of type CCommandBar
|
| New to CE | 23 Nov 2007 07:32 GMT | 1 |
I've been using XPe for a few years now and I use Delphi Win32 for my application development. Very sucessful deployment of several hundered systems. I've done several systems running in DOS but need something a little more
|
| Detect memory leak | 22 Nov 2007 09:16 GMT | 2 |
Do you know how to detect memory leak of our application in WindowsCE platform? because I found that EVC remote monitor does not good sometime. Thanks for your attention
|
| Updating Progess bar form MFC worker thread | 21 Nov 2007 16:30 GMT | 4 |
Hi, I am working on a MFC app for PPC and SP using VS2005. My dialog has a progress bar which i need to update with the result of a count set on a MFC worker thread. Is it OK to call pMyClass->m_Prog.SetPos(Count)
|
| Q: read ini file by GetPrivateProfileString... | 21 Nov 2007 14:16 GMT | 4 |
There are dozens of ini read/write classes on internet and all of them are using GetPrivateProfileString fuction to do the job. but the function seems NOT be supported in WIN CE , be noted : Requires Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me,
|
| STL for Windows CE: compilation problems on VS2005 | 20 Nov 2007 18:46 GMT | 4 |
I'm trying to use STL for Windows CE porting (http://www.pocketpcdn.com/libraries/stl.html) in a PocketPC application compiled in Visual Studio 2005, but I get an error. I'm trying to use that porting instead of default stl for a couple of
|
| Intercepting keypress on Windows Mobile | 20 Nov 2007 15:35 GMT | 2 |
Hi, On the PPC and Smartphone there is the joystick, how does one intercept the keypresses from this, ie left right, up down and select. I need to customise different from the default Thanks
|
| Get system time in Milliseconds | 19 Nov 2007 13:52 GMT | 6 |
I am using GetLocalTime and GetSystemTime andd in both these functions I am geting wMilliseconds as 0. I dont know why? My application requires to set the time of another with accuracy upto milliseconds. So please help and suggest any alternatives.
|
| Compiling for WinCE C++ code developed with a non-MS IDE | 15 Nov 2007 16:10 GMT | 2 |
I've recently had a request about an application written in C++, which should use STL and be portable among different Operating Systems. A GUI was needed, so I chose wxWidgets and I developed it under Windows using wxDev-C++. Now it turns out that this application needs to run ...
|
| ERROR: Use of C runtime library internal header file. | 15 Nov 2007 02:25 GMT | 2 |
I am trying to compile some projects, originally developed for winXP, for WinCE. With some of the projects, when including the crtdefs.h I get an error comming from this piece of code:
|
| Customising CProgressCtrl | 14 Nov 2007 08:42 GMT | 2 |
Hi, In my PPC MFC app, I want to customise CProgressCtrl so i can set the color of the progress bar and the background color. Any ideas how to do this. can i just derive from this class and overide the OnPaint.
|
| Subsystem Ver | 12 Nov 2007 16:59 GMT | 7 |
What is the Subsystem option on the VisualStudio 2005 for WINCE5.0? Why on the Depency Walker is read the OS: 5.1 and Subsystem Ver: 4.0? OS: 5.1 is Wince version?? Thanks...
|
| Winsock send() from Multiple Threads Question | 12 Nov 2007 15:21 GMT | 3 |
I have created a socket in my application to send data over a wireless connection. My calls to the Winsock send() function are *not* overlapped. Is it ok for the application to call send() on the socket from one thread, and then call send() from a second thread on the same
|
| auto_ptr not recognised in smartphone project | 12 Nov 2007 11:29 GMT | 5 |
Hi, I created a test MFC project for PocketPc and Smartphone and included the following line: auto_ptr<int> p(new int); It compiles fine for PPC but i get the following error for Smartphone
|
| Separate resource dll for PPC and Smartphone | 12 Nov 2007 11:09 GMT | 4 |
Hi, I'm creating a resource dll for my PPC\Smartphone MFC project. DO i need to create a separate dll for each platform or do i just have 2 rc files within the dll ie ppc.rc and sp.rc ( the way the wizard creates for an MFC app targeted at both platforms). If i do it the latter way
|