| Thread | Last Post | Replies |
|
| Cleaning up resources | 30 Nov 2006 16:16 GMT | 1 |
Hi, i have a general question on cleaning up resoures. I have a Pocket pC app in C++. In the app i get handles to various resources eg function() {
|
| Closing down thread after exception | 30 Nov 2006 15:02 GMT | 10 |
Hi, i have a problem. I have 2 threads in my app, the main process app and a background worker. In the background thread i have a top level try catch block. I need to know best way to clean up handles to the background
|
| question with classview | 30 Nov 2006 14:45 GMT | 4 |
I use a macro to replace the type : complex<double> like this: #define Cmplx complex<double> But I found that the ClassView can't locate the functions whose parameters are of the complex<double> type.How can I fix it?
|
| SignalStarted() | 29 Nov 2006 16:51 GMT | 1 |
I would like to start an application straight after booting: I set the registry entries "Launch101" and "Depend101". I started the programm but I get a popup saying: 101 was not found. Then I found information on SignalStarted().
|
| windowsCE socket programming | 29 Nov 2006 08:20 GMT | 3 |
I am doing dialog based program for a client/server socket. On host PC side, I inherited the CAsyncSocket Class (MFC class)on VC++6.0. For the client side, I followed (class inherited) the same on eVC4.0. I would like to communicate between host PC and WinCE x86 device.
|
| Problem getting the data properties to populate a MFC Combobox in | 29 Nov 2006 07:55 GMT | 3 |
I am trying to get the combobox to display the values I placed in the Data property of a combobox. I did set the Style property to droplist but I still do not get the values displayed. I am using VS2005 with a WinCE 5.0 emulator for this code.
|
| CArray & GlobalMemoryStatus | 28 Nov 2006 19:51 GMT | 6 |
The following code manage a CArray object : in the step 1 dwMemoryLoad = 11, in the step 2 dwMemoryLoad = 18, in the step 3 after that I've deleted my CArray object, dwMemoryLoad = 17. Why this value isn't 11 as at the start ?
|
| Difference beetween MEM_RESERVE & MEM_COMMIT | 28 Nov 2006 16:20 GMT | 1 |
I don't undenstand the difference between MEM_RESERVE and MEM_COMMIT parameter for VirtualAlloc, in the same case the system allocate memory. I believe that use MEM_RESERVE the memory is only reserver but not allocated. Instead if i watch dwAvailVirtual parameter the memory
|
| close modal dialog from view class?? | 28 Nov 2006 14:29 GMT | 5 |
I need to be about to determine if a modal dialog is open when switching views so it can be closed. Is this possible?
|
| XML Parser in EVC++ 4.0 | 28 Nov 2006 13:17 GMT | 8 |
I've a program written in EVC++ 4.0 under Windows CE 5. I've one file XML with XSD schema : <?xml version="1.0" standalone="yes"?> <Impianti>
|
| Connecting to DB | 28 Nov 2006 08:27 GMT | 1 |
I’m VC++ programmer and I want to use database in Windows mobile, Is there any way to use MS Access in Win mobile or I must use MS SQL server Mobile? I think we cannot create ODBC link in Win mobile, then how can we access to SQL server or other mobile DB engine?
|
| EDB and storage card? | 27 Nov 2006 21:44 GMT | 1 |
Is it possible to create an EDB volume on a storage card. When I try to create a volume on the storage card CeMountDBVolEx fails and GetLastError returns 5 - access denied. I do not believe this is a problem with permissions, as I can use CreateFile
|
| Standard SDK for WinCE 6.0 | 27 Nov 2006 21:14 GMT | 2 |
Is there any Standard SDK for Wince 6.0 as there was in WinCE 5.0? If there is, can anybody provide the link?Is that integrated in VS 2005.. THen how it can be used for app devolpment like smart device mfc_ application.
|
| about Visual Studio mobile development simulator | 27 Nov 2006 16:51 GMT | 12 |
I am wondering whether the generated binary code on Visual Studio integrated mobile simulator is the same as that of real device (for example, real HP ARM iPAD)? Is the answer to the question (binary code on simulator is the same as that
|
| Compact Framework for ARM | 27 Nov 2006 16:50 GMT | 3 |
Where do I find WinCEPB50-051027-KB904260-Armv4I.MSIdownload for CF support ?
|