First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
cannot apply vs2005 sp1
Hi everyone -- My environment: Win XP Pro SP3, .NET Framework 2.0 Because of a virus, I reloaded XP and its SP3. Before reloading XP, I'd been using VS2005 with no problems. But now, after reloading XP, VS2005 devenv.exe will not run, complaining of missing DLLs, the latest being that MSVCR80.dll is not found.... 23 Jan 2010 12:05
How to build a library using Visual Studio 2008
Sorry, I have asked this question before and saved the reply but I have since managed to lose the saved file (through re-installation of Windows). I don't use Visual Studio much and have forgotten. My question is how does one go about building a library using Visual Studio 2008? If you reply note that I am no... 21 Jan 2010 22:34
How to provide right click event on cbitmapbutton?
Hi All, How to provide right click event on cbitmapbutton in MFC? Regards, jjoohhnn. ... 21 Jan 2010 11:12
What happens when Win+E is pressed?
Hello, Excuse me, if it's not the right place to ask this question. What happens exactly as a response to win+e (launch explorer)? Are there some messages sent to all the windows/threads? Is there any article, which explains the subj in details? I've got a strange issue: when my COM-based application is runn... 21 Jan 2010 16:55
One more foolishness of the C++ Standard
Let consider an example. There is a class named Person. And it has a member size_t personalID and an equality operator bool operator ==( const Person &lhs, size_t targetID ); However there is not a Person constructor with one argument equal to size_t as a personal ID. So there is the above equality opera... 26 Jan 2010 07:39
Why is CArchive class not derived from Cobject class in MFC
Hi all, I am new to MFC My question is why is CARCHIVE class not derived from COBJECT class I am not able to find satisfying answer from blogs Please explain on this TIA, RAGHU ... 21 Jan 2010 04:34
Dumb C question
Sorry for asking this - I haven't been using C for a long time and I'm adapting some C code to another language. Here is a line from the C code I'm adaptinge: x = mt[mti++]; Is x set to mt[mti] or mt[mti + 1]. after this statement is executed. Regards Chris Saunders ... 2 Feb 2010 17:36
Template compilation
Why is not compiled the following code in Visual C++ 2005 EE? template <template <typename T, typename A> typename Container, typename T, typename A> inline typename Container<T, A>::size_type size( Container<T, A> &c ) { return ( c.size() ); } Vladimir Grigoriev ... 18 Jan 2010 13:11
SetMapMode and MouseMove messages
Hi, case WM_PAINT: hDC = BeginPaint(hWnd, &PaintStruct); SetMapMode(hDC, MM_ISOTROPIC); SetWindowExtEx(hDC, 450,450,NULL); SetViewportExtEx(hDC, cxClient, -cyClient, NULL); SetViewportOrgEx(hDC, 0, cyClient, NULL); //[snip] ... case WM_MOUSEMOVE: int xPos, yPos; xPos = LOWORD(lParam);... 19 Jan 2010 03:36
Abou tstd::random_shuffle's RandomNumberGenerator
Why is the RandomNumber Generator parameter passed by reference in the std::random_shuffle() while other algorithms take a function parameter by value? What is the reason? When a function parameter is passed by reference it can not be built on the fly. For example std::random_shuffle( first, last, UserRando... 20 Jan 2010 09:32
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26