-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
Labels
No labels