CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Alabama USA
    Posts
    32

    Q: Profiling seg faults - Why?

    I link a couple libraries together to form an executable with the /PROFILE option specified. A map file was successfully created. From the command line, I run "prep" on the team and this is successful. Then I run "profile" on the team. I get the following error:
    The application failed to initialize properly (0xc0000018). Click on OK to terminate the application.

    Any suggestions as to why this is happening?



  2. #2

    "Appln not initialized properly .." ERROR Re: Q: Profiling seg faults - Why?

    I have the same problem.
    Message:
    "Application not initialized properly (0xc0000007). Click on OK to terminate the application."

    How did you solve it ? Does anyone know the solution ?

    Please reply.
    Prithi.



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