Thread: Cannot start application correctly 0xc00007b

  1. #1
    Registered User
    Join Date
    Jun 2021
    Posts
    31

    Cannot start application correctly 0xc00007b

    Recently getting this error when trying to open .exe of compiled source code. Everything compiles fine but when I go to open the program it gives me error : cannot start application correctly 0xc00007b

  2. #2
    Registered User
    Join Date
    Jun 2021
    Posts
    31
    Also it runs via code blocks.. but not by the .exe in folder on desktop

  3. #3
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    Quote Originally Posted by kotacoder View Post
    Also it runs via code blocks.. but not by the .exe in folder on desktop
    If they error code 0xc00007b is correct you are mixing 32/64 bit binaries.
    If it is working in CB but, not outside of it you are missing DLLs that need to be copied to the exe folder.

    Likely the exe you are trying to run is not the exe CB is running.

    Tim S.
    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.." Bill Bryson

  4. #4
    Registered User
    Join Date
    Jun 2021
    Posts
    31
    What DLLs do you think I need?

  5. #5
    Registered User
    Join Date
    Jun 2021
    Posts
    31
    Update : I needed the DLLs out of mingw/bin


    It works now thank you stahta01

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Runtime Error - Application unable to start correctly
    By EverydayDiesel in forum C++ Programming
    Replies: 14
    Last Post: 01-27-2014, 01:49 PM
  2. Replies: 2
    Last Post: 05-18-2012, 04:20 AM
  3. start application
    By munna_dude in forum C Programming
    Replies: 4
    Last Post: 12-12-2006, 06:53 AM
  4. Application has failed to start?
    By VirtualAce in forum Game Programming
    Replies: 5
    Last Post: 05-08-2006, 12:30 PM

Tags for this Thread