CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Sep 2004
    Location
    A Planet Called Earth... :-)
    Posts
    835

    Attempt to initialize the CRT more than once....

    I have an application, when i run this, it reports the following error.

    Runtime Error

    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Quote Originally Posted by ErrorNum - R6034
    C Run-Time Error R6031


    Error Message

    Attempt to initialize the CRT more than once. This indicates a bug in your application.

    This diagnostic indicates that MSIL instructions were executing during loader lock. For more information, see Initialization of Mixed Assemblies.






    This is what I know about the history of the application, as of now.
    All was well, this was when the modules were built using VS 6.0.
    Now that, things have been ported to VS 8.0, this is what I came across.

    I am quite lost where to start looking?
    Settings ? but what ?
    Last edited by Vedam Shashank; July 31st, 2006 at 07:24 AM.
    C++ program ran... C++ program crashed... C++ programmer quit !!

    Regards

    Shaq

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured