Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

K narasimharao

@K narasimharao
About
Posts
20
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • FatalExecutionEngineError was detected
    K K narasimharao

    yes it's a managed C++

    knarasimharao

    C / C++ / MFC help csharp com dotnet visual-studio

  • FatalExecutionEngineError was detected
    K K narasimharao

    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

    C / C++ / MFC help csharp com dotnet visual-studio

  • unable to execute .Net 2005 executable in Test PC
    K K narasimharao

    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

    C / C++ / MFC help csharp question workspace

  • Null reference exception
    K K narasimharao

    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

    C / C++ / MFC performance help

  • How can I get full path of the file name when tilde (~) operator is found in the file names.
    K K narasimharao

    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

    C / C++ / MFC c++ windows-admin help question

  • How can I translate ~ from filenames using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ windows-admin help question

  • how to replace line of text in files using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ help tutorial

  • MSDE is not running
    K K narasimharao

    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

    Database sql-server sysadmin testing beta-testing question

  • Read PST file structure using VC++
    K K narasimharao

    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

    C / C++ / MFC question c++ tutorial

  • How to read contents of outlook.pst file in VC?
    K K narasimharao

    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

    C / C++ / MFC help tutorial question

  • Read PST file structure using VC++
    K K narasimharao

    How to read .PST file using VC++? What is the structure to read .PST files using Files. knarasimharao

    C / C++ / MFC question c++ tutorial

  • how to read .PST file using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ tutorial

  • How to display XP Style buttons using VC++6.0?
    K K narasimharao

    How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao

    C / C++ / MFC c++ tutorial question

  • Should not allow copy, cut, paste and delete in the edit boxes using VC++
    K K narasimharao

    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

    C / C++ / MFC c++

  • Display multi line colors in Rich edit control using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ help question

  • Display ulti line colors in Rich edit control using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ help question

  • Multi line colors for Rich edit control and static controls using VC++
    K K narasimharao

    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

    C / C++ / MFC c++ help question

  • problems in Pointer overflow/underflow
    K K narasimharao

    Testing VC++ code for pointer underflow/overflow for data type char *. knarasimharao

    C / C++ / MFC c++ testing beta-testing

  • problems in Pointer overflow/underflow
    K K narasimharao

    how to solve the problem of overflow and underflow using char * datatype using VC++ knarasimharao

    The Lounge c++ help tutorial

  • how to indicate Sort icon in the list control on column header
    K K narasimharao

    how to indicate sorting icon in the list control on clicking column header. knarasimharao

    C / C++ / MFC algorithms tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups