Thread: Program Running Issue

  1. #1
    Registered User
    Join Date
    Jan 2019
    Posts
    2

    Question Program Running Issue

    I am using jgrasp on Windows 10 with MinGW GNU c++ compiler. When I was trying to test some code, it passed the compile and link with no error. However the program won't open and shows the error below:

    "The Procedure entry point _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaI cEEC1EPKcRKS3_ could not be located in the dynamic link library D:\Users\Administrator\Desktop\V1.1.exe"

    ...and here is what shows on the jgrasp console:

    ----jGRASP exec: D:\Users\Administrator\Desktop\V1.1.exe
    ----jGRASP wedge2: exit code for process is -1073741511 (0xC0000139).
    ----jGRASP: operation complete.

    I have tried to reinstall mingw32-gcc-g++-bin and the latest version of JDK, but neither of them works. I did not find a similar situation on Google, so I wonder if someone know how to fix it. Thanks a lot!

  2. #2
    Registered User
    Join Date
    Dec 2017
    Posts
    1,633
    I found this similar situation on google. Have you run the "System File Checker" as recommended?
    the procedure entry point could not be located in the dynamic link - Microsoft Community
    A little inaccuracy saves tons of explanation. - H.H. Munro

  3. #3
    Registered User
    Join Date
    Jan 2019
    Posts
    2
    I have tried to use sfc /scannow command and fixed some system issues, but the error is still existing. I know this situation is kinda weird somehow, but thanks anyway!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Having issue in running this code
    By Nazila Sedaei in forum C++ Programming
    Replies: 11
    Last Post: 11-12-2017, 05:42 PM
  2. Running a program
    By dingolay in forum C Programming
    Replies: 4
    Last Post: 10-01-2006, 09:03 PM
  3. FAQ : running program inside program (spawn)
    By nipun in forum C Programming
    Replies: 3
    Last Post: 06-13-2004, 02:30 PM
  4. running a program
    By task in forum C Programming
    Replies: 1
    Last Post: 05-31-2003, 08:01 AM
  5. Replies: 0
    Last Post: 04-27-2003, 02:04 AM

Tags for this Thread