Skip to content

Question on using phcpy on Windows #71

Description

@yuhangli-econ

Dear Developers:

I have encountered an issue in using phcpy package on Windows platform. The libPHCpack.dll was successfully built, but ctypes is unable to load it possibly due to lack of dependencies.
Using dumpbin command, I have the following
Image has the following dependencies:
libstdc++-6.dll
ADVAPI32.dll
KERNEL32.dll
msvcrt.dll
It seems my system lacks the first dll file. However, when trying to directly copy and pasting the first file from another device of mine, I have Unable to find an entry point named '_ZSt21ios_base_library_initv' in DLL 'libPHCpack.dll' error (does this suggest wrong version of libstdc++-6.dll? If so, what will be the correct version?)

I'd appreciate any help.
Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions