Skip to content

MSVCP140.DLL is missing #62

@zzador

Description

@zzador

I tried to test your disassembler and it seems you missed bundling the microsoft runtime library with your application. I'm a dev myself and this is often a sign of "not knowing your compiler enough". If you are using the low quality compiler that is called "Microsoft Visual C/C++" you should know that there are commandline arguments to static link against the MS Runtime library. Or even better: Use a better compiler like Mingw-w64 GCC that is precompiled for static linkage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions