yes it's a managed C++
knarasimharao
yes it's a managed C++
knarasimharao
Hi, I am using Visual studio 2005 (VC.Net). I am getting a very strange error in my application when i am calling managed code function ie. When I am loading XML file through load function with System::XML::XmlDataDocument object variable. The error message is Managed Debugging Assistant 'FatalExecutionEngineError' has detected a problem in 'C:\TestApp.exe'. Additional Information: The runtime has encountered a fatal error. The address of the error was at 0x79f9432a, on thread 0x3d4. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack. Please kindly help me. Regards, KN Rao
knarasimharao
Hi, I am trying to execute .Net 2005 executable in Test PC.It's not executing and giving an error message "The application has failed to start because the application configuration is incorrect. re-install the application and fix the problem" Do we need to install any framework or service packs in Test PC? Please help me. thanks & regards, Narasimharao
knarasimharao
Hi, When I am using _bstr_t variable (member variable) then I am getting Null Reference exception while destorying the class object.In that class,I am assigning different values to _bstr_t member variable. When we are assigning different values to that variable do we need to allocate any memory for that variable explicitly before assigning the values to it. or else how can we solve this problem. Please give to me any suggestions Thanks & regards, Narasimharao
knarasimharao
I am reading some value (path) from the registry. But that contains ~ operator in the path. But I want to display the full path. So kindly help me How can I translate ~ operator from file names or folder names using VC++ Regards, K. Narasimharao knarasimharao
I am reading some value (path) from the registry. But that contains ~ operator in the path. But I want to display the full path. So kindly help me How can I translate ~ operator from file names or folder names using VC++ Regards, K. Narasimharao knarasimharao
Hi, I have two unicode text files. Each file contains different SymbolicID's with corresponding messages. Now I want to replace the a line of text in the second file of the corresponding symbolic name is found in the first file. So kindly help me anybody, how to replace a line with files using VC++. Thanks & Regards knarasimharao knarasimharao
I have installed MSDE software in one machine. it's running fine. Daily i am testing. if's working fine. But two weeks later, when i am trying to start MSSQL Server, It's not running. MSSQL Server immediately turn to off mode. what happened to the software? Please give any suggestions. knarasimharao
Hi, I am asking the file structure for reading .PST files. Becuase I have to open .PST files using File Handling in VC++ in binary mode, and I have to read the messages and display on the correcsponding Rich Edit Control. If you know the structure of .PST file, that helps alot to me. Because structure contains the size of each column like sender name, receivers name, message and so on. knarasimharao
Every body knows Outlook.pst file stores person folders info. But how to read the contents of this binary file in order to know how many folders under the personal folders and what are their names? If anybody knows please help me? knarasimharao
How to read .PST file using VC++? What is the structure to read .PST files using Files. knarasimharao
I am unable to read .PST files using VC++. I am developing an application like Outlook. In that I have to read the outlook mails into my application. Please give any suggesstions. knarasimharao
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
I have two edit boxes. By default edit boxes allow copy, cut, paste and delete features. But now i should not allow copy, cut, paste and delete features in edit boxes. knarasimharao
I have a static control(derived from CStatic) and rich edit controls and it contains two lines. I want to set the color of the first line to blue and the second line to red. Currently I am using the CDialog::OnCtlColor and using the SetTextColor function to set the color. However it sets the color for the whole static control i.e. both the lines. Can someone help? knarasimharao
I have a static control(derived from CStatic) and rich edit controls and it contains two lines. I want to set the color of the first line to blue and the second line to red. Currently I am using the CDialog::OnCtlColor and using the SetTextColor function to set the color. However it sets the color for the whole static control i.e. both the lines. Can someone help? knarasimharao
I have a static control(derived from CStatic) and rich edit controls and it contains two lines. I want to set the color of the first line to blue and the second line to red. Currently I am using the CDialog::OnCtlColor and using the SetTextColor function to set the color. However it sets the color for the whole static control i.e. both the lines. Can someone help? knarasimharao
Testing VC++ code for pointer underflow/overflow for data type char *. knarasimharao
how to solve the problem of overflow and underflow using char * datatype using VC++ knarasimharao
how to indicate sorting icon in the list control on clicking column header. knarasimharao