First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
leak using Clipboard in Unicode with richedit
Hello, I am trying to use the clipboard in Unicode with richedit control , I can't get rid of a memory leak. My project is ATL with Mfc support Here is the clipboard function: HGLOBAL hBuf; _TCHAR* pBuf; CString oDataConverted = CStringSelectedinRichEdit(); oDataConverted.FreeExtra(); int iL... 20 Dec 2006 07:54
Programming for Vista ?
Hi guys, Will programming for Vista be much different than WinXP ? Will MFC still essentially be wrapper classes for the underlying Win32 SDK ? I'm still using VC6, I never switched to .NET, and I'm getting a little worried. Thanks. ... 13 Dec 2006 17:52
Help with CHTMLView and Session
I have an MFC application that incorporates a browser in one of its views using CHTMLView. We have a company website that this view navigates to. On this website, people log in and download stuff (at least in IE they do). When they login, a session gets associated with their process. If they click on a link... 8 Dec 2006 15:37
Failure of rand_s() Why?
I've had newsgroup problems today, so sorry if this comes out as a duplicate... In Visual Studio 2005, in a Visual C++ solution, I tried to do this: #define _CRT_RAND_S #include <stdlib.h> // Microsoft's default code for a MFC Dialog Application UINT number; errno_t err; err ... 8 Dec 2006 12:53
A little help with a LNK2019 error?
Recently turned UNICODE on in my project. Builds fine in debug mode. Release gives me only this error on build. " .... error LNK2019: unresolved external symbol __imp___CrtDbgReport referenced in function "public: unsigned short & __thiscall ATL::CSimpleArray<unsigned short,class ATL::CSimpleArrayEqualHelpe... 7 Dec 2006 23:12
How to LPCTSTR Convert to char *
How to LPCTSTR Convert to char * thank :) -- rxgmoral ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------ ... 8 Dec 2006 09:37
why is CoUninitialize being called in CDHtmlDialog::Navigate
0010c614 7e27e725 ole32!CoUninitialize 0010c61c 7e27eb20 ieframe!SHCoUninitialize+0x10 0010c638 7e27e99e ieframe!SHGetNameAndFlagsW+0x78 0010d6b8 7e27eb4a ieframe!IEGetNameAndFlagsEx+0xf2 0010d6d8 7e2763aa ieframe!IEGetDisplayName+0x1c 0010e744 7e262562 ieframe!GetEventURL+0x3f 0010e7e8 7e22a07b ieframe!FireEvent... 5 Dec 2006 15:24
Manually set the row height of CListCtrl
Hi, does anyone know if there is a way to change the row height of CListCtrl? Thanks. xg ... 30 Nov 2006 19:43
VC6 project fails in VS2006
I have a number of old projects last compiled in VC++6. Most of them compile in VS2002 C++, but some of them won't compile. Most of the errors are minor compiler changes - declaring variables inside for() brackets etc. Not a problem, but there are 3 problems which I am struggling with: 6 of my environments hav... 22 Nov 2006 12:47
Warning: Cannot load CRuntimeMap from archive. Class not defined.
Can someone please help on this - im seriously baffled! When the MFC framework attempts to de-serialise the first class( its already de-serialised some CString and primitive types) it enters the following MFC method: CRuntimeClass* PASCAL CRuntimeClass::FromName(LPCSTR lpszClassName) { CRuntimeClass* pClass=... 17 Nov 2006 11:07
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90