|
Error About CrtlsValidHeapPointer() I am facing a strange error when I compile my code in win32 debug mode. I am using MS VC++ 6.0 compiler and i am allocating and deallocating memory using new and delete operators. Below is a brief code flow of my application, i think it can be helpful. The code compiles fine but at the time of execution (Debug mo... 14 Feb 2005 02:11
Debug assertion in afxwin2.inl Hi, I have created an activex control that works fine in the activex test container of TCTCON.exe but when I try to embedd it in webpage, I get Debug assertion failed error with reference to file:afxwin2.inl. line 168. The code thats written at this line in afxwin.inl is : AFXWIN_INLINE void CWnd::UnlockWindo... 12 Feb 2005 17:12
instability: assigning values at different levels in class hierarchy I'm creating an ActiveSync DLL using * VC++ 7.0 in VS 2003; unmanaged code * MFC71 with STL * statically linking MFC * not using ATL * ignoring default library msvcrtd.lib * multiple inheritance * use multi-byte character set +++ We created a C++ class hierarchy that is about 3 levels deep wi... 12 Feb 2005 17:13
Problem: "Debug Assertion Failed", File:afxcmn.inl Hi, I have created an ActiveX ocx control in VC++6.0. When I run it in an ActiveX container of TSTCON32.exe. (the one that is shown while debugging) it runs perfectly. Iam trying to include it in a webpage (I am using visual-interdev for web page creation) by first customizing the toolbox for that ActiveX cont... 12 Feb 2005 17:12
Disabling ESC button in a Wizard Hi, I have been writing a wiz97 wizard succesfully. But there is one thing: In a certain page I have to temporarily disable all posibilities to close the wizard. Disabling the wizard cancel button and the close (X) button was easy. However, hitting the ESC button still shuts it down. I have overriden the OnCanc... 12 Feb 2005 17:12
xml creation using msxml hello i am a new vc++ programmer. I want to create a xml file using msxml 3.0 i had tried the msdn code , but it several errors occurred in that. plz can i have the hint of the proper code . thx ... 12 Feb 2005 17:12
XMl creation using msxml 3.0 Hello , plz tell me how 2 create an xml using msxml , the msdn code are not working properly i am getting the following errors : error C2065: 'IID_IXMLDOMDocument2' : undeclared identifier : error C2660: 'createElement' : function does not take 2 parameters 'put_text' : cannot convert parameter 1 from 'char [5... 12 Feb 2005 17:12
Help about AFX_MANAGE_STATE macro I have an MFC based dll that only exports some classes. I need to ask where should i place this macro (AFX_MANAGE_STATE) in the class, do i really need it? Tariq ... 12 Feb 2005 17:12
the number of controls is dynamic On a dialog,the number of controls is dynamic.Please see the attachment. There are 6 static controls and 6 editbox controls on the red rectangle.If the number is 10 static controls and 10 editbox controls,or 20 static controls and 20 editbox controls,and area of the dialog is fixed.How do I do? Maybe listctrl can ... 12 Feb 2005 17:12
Set the text color of particular cell of list control Hi, I want to set the background color of particular cell in a multicolumn list control. How can this be achieved. Thanks in Advance, vijay ... 12 Feb 2005 17:12 |