CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2009
    Posts
    1

    Help! error in vc++

    so ive been working on visual studio c++ express edition
    and it has been working for all my programs..
    all of a sudden i was unable to run my final program because of an error..

    "0xC000000D: An invalid parameter was passed to a service or function."

    i then checked my previous projects, all of which compiled and ran on my computer before, now contain the same error..
    no matter what program i run it still has the same error..


    here is a screen shot


    any suggestions on how to solve this would be great

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Help! error in vc++

    Quote Originally Posted by jpinili View Post
    so ive been working on visual studio c++ express edition
    and it has been working for all my programs..
    all of a sudden i was unable to run my final program because of an error..
    Show us your code.

    Regards,

    Paul McKenzie

  3. #3
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,019

    Re: Help! error in vc++

    Is it possible for you to uninstall and reinstall VSExpress? Looks like possibly one of your DLLs is corrupted.
    Succinct is verbose for terse

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