Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #2

Closed
texas2607 opened this issue Oct 16, 2021 · 4 comments
Closed

Error #2

texas2607 opened this issue Oct 16, 2021 · 4 comments

Comments

@texas2607
Copy link

Hi
When I run the program I get this error message:

Capture d’écran 2021-10-16 115626

any idea ?
Thanks

@Kotaless
Copy link

Kotaless commented Oct 16, 2021

Hi. Same problem. Do I missing a dependency?
image

@HerMajestyDrMona
Copy link
Owner

HerMajestyDrMona commented Oct 16, 2021

Thank you for the report, and sorry for the inconvenience. It should be fixed in version 1.1.2.0:

  • Fixed issue Error #2, runtime error: "The procedure entry point __std_tzdb_delete_leap_seconds could not be located in the dynamic link library...":
    • Compiled the program with multithread, static version of the run-time library (MT). It will make the executable size much greater, but I have not much time to investigate this problem more. It's most likely caused by using the C++ 20 standard in function ReturnConfigFileTime().

I don't know what exactly caused this error. There are no information regarding __std_tzdb_delete_leap_seconds on Google. Let's just hope that the static library does the job. After all we are not going to use this program for more than 1 year, after Microsoft finally releases 22H2.

Please let me know if it works good now, so we can close this issue.

@Kotaless
Copy link

Thank you for the report, and sorry for the inconvenience. It should be fixed in version 1.1.2.0:

  • Fixed issue Error #2, runtime error: "The procedure entry point __std_tzdb_delete_leap_seconds could not be located in the dynamic link library...":

    • Compiled the program with multithread, static version of the run-time library (MT). It will make the executable size much greater, but I have not much time to investigate this problem more. It's most likely caused by using the C++ 20 standard in function ReturnConfigFileTime().

I don't know what exactly caused this error. There are no information regarding __std_tzdb_delete_leap_seconds on Google. Let's just hope that the static library does the job. After all we are not going to use this program for more than 1 year, after Microsoft finally releases 22H2.

Please let me know if it works good now, so we can close this issue.

It works now. Thank you for the fix.

@HerMajestyDrMona
Copy link
Owner

Thank you for confirmation!

I guess we can lock this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants