|
Visual Studio 6 vs. .NET 2005 I have been using VS6 (Enterprise Edition) for years, originally as a paid software development engineer, but now for my own amusement and hobby. I am familiar with C++, MFC and the workings of the IDE. My subscription to MSDN has expired. Is there a reason to switch to Visual Studio .NET 2005, especially if... 15 Mar 2006 06:57
Facing problem to convert Variant to BSTR Hi all, I have changed decimal symbol in regional and language option after that if i tried to run this code i am facing problem. CComVariant svScaleHeight = { "some float value"} svScaleHeight.ChangeType(VT_BSTR); if suppose svScaleHeight =644.875 and if i changed decimal symbol in regional and lan... 7 Mar 2006 09:19
Upgrading to VS2005 I'm moving from VS6 to VS2005 and am having problems with some message map declarations. I'm getting this error: error C2440: 'static_cast' : cannot convert from 'void (__thiscall CMyClass::* )(UINT *,BOOL)' to 'void (__thiscall CWnd::* )(UINT,UINT,UINT)' on this line (among others): ON_WM_KEYDOWN() How... 2 Mar 2006 18:41
WMI Win32_PingStatus address help Hi I have below the following piece of code in a vc++6 MFC dialog project. i want to have it that the ip address can be entered into a "edit box" and that ip address can then be pinged. im guessing that i change the WHERE Address=\"127.0.0.1\"" to WHERE Address='"+Addy+"'" or is that wrong? how do i decl... 2 Mar 2006 14:30
Catch(...) I have a VC 6.0 DLL in release mode that crashes on a users PC. I am unable to recreate the same problem on my PC. Its hitting a Catch(...) statement. I realize the use of the catch(...) isn't recommended. I have two questions: 1) How do I determine what the exception is and who threw it? Can I remove the C... 6 Mar 2006 11:27
finding an access violation in msvcr71.dll (0xc0000005 at 0x0000fedc) Is there any way to find out what the access violation exception (0xc0000005) that I'm seeing in msvcr71.dll? It seems to be at address fedc (fault address 0x000fedc). For what it's worth, the flags are 0, record is 0, and the address seems to be 000000007c34fedc. Unfortunately I haven't been able to produc... 2 Mar 2006 07:44
Window Subclassing? Hello , For the persons that have been usually helping me through Petzold's book, I have another question regarding COLORS1 sample program. I must admit, I am having more difficulty fully understanding everything that is going on in this program than usual. I have to say, For myself, Petzold is constantly ex... 24 Feb 2006 16:59
Embedded VC++ Developers needed I am Robert, an individual Project Manager. I need Experienced Embedded VC++ developers. catch me: mail: energyonboard(a)gmail.com chat: energyonboard - yahoo, msn, gtalk, aol, icq -Robert ... 25 Feb 2006 04:23
Buffer Overrun in SQLDriverConnect()? Hi, I am running a unicode web application where data passed is in the form of MBCS. Now i am receiving 'Buffer Overrun Detected' error while connecting to CDatabase::OpenEX(). I have an application developed in VC++ (MFC). BTW, connection string passed is in non-unicode format hence there should not be a pro... 24 Feb 2006 04:19 |