| Thread | Last Post | Replies |
|
| MDI apps | 31 Jan 2008 15:31 GMT | 2 |
I'm trying to port some win32 software to CE6. The original code uses CMDIChildWnd and CMDIFrameWnd classes. Has someone tried to implement them? Or are you all working with SDI applications? I absolutelly need MDI applications. Is there any way I can develop
|
| how to close gprs wireless network card so as to finish Flight Safety Mode. | 31 Jan 2008 14:56 GMT | 1 |
My OS is WindowsCE6.0 Now,I will finish Flight Safety Mode via close wireless network card. I am programming in EVC and C#. How can I do?
|
| STANDARDSDK_500 not available in Visual studio 2005 | 30 Jan 2008 15:53 GMT | 3 |
on my machine i have installed EVC4 + StandardSdk_500 + PB5. Later on i installed Visual Studio 2005 to port the projects from EVC to VS05. My problem is that VS05 doesn't see my Standardsdk_500. What can i do (some registry hack?) to make VS05 see my SDK, without
|
| Embedded C++ 4.0 and file handling | 29 Jan 2008 21:38 GMT | 5 |
Does anybody know how to delete a file on a Windows CE device from Embedded C++? I have tried the DEL xxxx command, and the compiler does not recognize the command.
|
| Thread attach memory management | 29 Jan 2008 09:37 GMT | 5 |
Hi to all, I've 2 functions "InitImageArea" and "InitThread" in C++ (see below). These 2 functions are called by VB code using "Declare" statement. First, VB code calls "InitImageArea" and after, calls "InitThread".
|
| ffmpeg | 28 Jan 2008 15:14 GMT | 1 |
where I find the ffmpeg for the wince? Thanks
|
| Macros for Build Commands | 28 Jan 2008 10:37 GMT | 1 |
The link http://msdn2.microsoft.com/en-us/library/c02as0cs(VS.71).aspx shows a list of Macros for Build Commands and Properties such as
|
| Bug in afxdlgs.h??? | 25 Jan 2008 12:56 GMT | 1 |
I may have found a bug in afxdlgs.h. There is a function declaration in afxdlgs.h: #ifdef _DEBUG public:
|
| VS2005 disconnects remote debugging | 25 Jan 2008 12:22 GMT | 3 |
I have a PPC/WM application that uses the IP Helper API function IpReleaseAddress(). As soon as I call that function, the Smart Device debugging session ends and Visual Studio 2005 pops up an error dialog that says: "The remote connection to the device has been lost. Verify
|
| Creating SQL Server CE Files in an MFC project | 24 Jan 2008 21:37 GMT | 5 |
Is there a way to create and maintain a SQL Server CE (.sdf) database file in an MFC project? If so, please do tell. If not, what is the process for creating and maintaining the database file if I am coding a C++ app in MFC?
|
| Debug problems with VS2005 SP1 and Windows CE 5.0 without activesy | 23 Jan 2008 15:30 GMT | 5 |
We have problems making the VS2005 debugger to work without ActiveSync. I have installed the SP1 and I found several discussions where others have had similar problems. We have ported our application from the eVC 4.0++ and compiled, linked and
|
| Network connection info on Windows Mobile | 22 Jan 2008 17:02 GMT | 13 |
Hi i'm using the following function on Windows Mobile 5.0 PPC
::DeviceIoControl ( hNetAdapter, IOCTL_NDISUIO_OPEN_DEVICE,
|
| DMA device driver | 22 Jan 2008 15:16 GMT | 3 |
I have built a device driver with WCE 4.2 .net and I would like to access it with an application built with EVC 4.0. The device driver uses DMA, which means that I need the virtual and physical address of the data buffer passed by the application. I am passing the virtual address ...
|
| How to add column in a treeview | 22 Jan 2008 08:34 GMT | 10 |
I'm working with evc++ on windows ce 5. I'm working with standard API (no MFC). Do you know how can i add column to my treeView ??? I already have ccreated a treeview but with only one column.
|
| Reading from a Unicode file into wstring | 17 Jan 2008 19:22 GMT | 3 |
I'm a beginner in programming for WinCE, but I'm working on a small project where I need to read a text file (if I understood properly, it must be Unicode) and put its rows inside an STL vector<wstring>. I usually do it using the STL streams, but I found they're not available on
|