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

Threaded View

  1. #5
    Join Date
    Mar 2011
    Posts
    4

    Re: dll error references

    Ok. So I opened up the dll files (They have different names, so that's why I'm guessing that they're different) which were in the folder of the program. After all the squares and symbols, they both look like this:
    SING error
    DOMAIN error
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    R6033
    - Attempt to use MSIL code from this assembly during native code initialization
    This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
    R6032
    - not enough space for locale information
    R6031
    - Attempt to initialize the CRT more than once.
    This indicates a bug in your application.
    R6030
    - CRT not initialized
    R6028
    - unable to initialize heap
    R6027
    - not enough space for lowio initialization
    R6026
    - not enough space for stdio initialization
    R6025
    - pure virtual function call
    R6024
    - not enough space for _onexit/atexit table
    R6019
    - unable to open console device
    R6018
    - unexpected heap error
    R6017
    - unexpected multithread lock error
    R6016
    - not enough space for thread data

    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    R6009
    - not enough space for environment
    R6008
    - not enough space for arguments
    R6002
    - floating point support not loaded

    Afterwards is more symbols and squares.

    The reason why it's put an exclamation mark above my head is that they both look like this, so there's a pattern. Or that's what I'm thinking.

    And when I said "command", the command is what the script tells the program to do.
    Last edited by concrete Building; March 5th, 2011 at 12:33 PM.

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