| Thread | Last Post | Replies |
|
| outlook express and Windows Mail | 05 May 2007 14:04 GMT | 1 |
am having problems importing my addressbook from OE to Windoes Mail. Please help.
 Signature lady
|
| [VC++]Disable console app close wen code is done | 05 May 2007 04:05 GMT | 5 |
Topic says it all. after the app is done with the code it exit the console window without asking how to disable it? in C# its
|
| passing a struct with an array by reference | 05 May 2007 03:47 GMT | 1 |
I have a struct that has an array in it. I need to assign space to the array in a function and pass the corresponding struct by reference to another function so that it can store values into the array. When I try it with the following code i get these errors
|
| passing 2-dim array from c++ to managed c++ to c# | 03 May 2007 16:52 GMT | 4 |
I want some communication to take place between a c++ app and a c++ .dll with an intermediate managed/unmanaged c++ dll. Basicall, I want the unmanaged c++ dll to have a callback to the unmanaged c++ app. Also, the managed c++ part should call the c# dll. I don't mind about where ...
|
| TCP/IP comms problems between WinXP and DOS | 03 May 2007 15:00 GMT | 9 |
I am using VC++ 6.0 (with SP5 installed). When using WinXP this is with SP2 installed. I am developing an instrumentation system comprising a set of networked PCs connected using TCP/IP TCP links. Communications on the Windows PCs use a
|
| A mysterious undocumented keyword? | 03 May 2007 14:35 GMT | 3 |
In VS 2005 (SP1), the following code does not compile: ============= typedef int _sptr ; _sptr p = 1;
|
| GetLogicalDrives doesn't retrieve remote drives on Windows Vista | 02 May 2007 18:31 GMT | 9 |
I have a big problem with a Visual C++ 6.0 function that retrives the logical drives and types in the local system. This function works perfectly on Windows 98, NT, 2000, XP and 2003, but I have tested it on Windows Vista and it doesn't retrieve remote network
|
| left handed use of conditional | 01 May 2007 16:41 GMT | 15 |
I was just thinking that I understood the conditional operator when I coded the following expecting it to fail: int a= 10, b= 20, c= 0; ((a < b) ? a : b) = c; // a=0
|
| Crash on target PC (not dev PC) when hosting a WinFormsView in a CFrameWnd? | 01 May 2007 14:22 GMT | 1 |
Grateful if anyone has any suggestions here? I have a VS2005 MFC app which hosts several types of views in CFrameWnds - one of which contains a managed control hosted in a CWinFormsView Everything works well on my dev pc (and other peoples dev pcs), but
|
| Thread deadlock inside CString::AllocBuffer and sudden crashes | 01 May 2007 08:27 GMT | 1 |
Jochen Kalmbach [MVP] wrote:
> *Hallo rajayan! > > > Now that we are towards the fag end of the project, we are getting |