rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
472 stars 109 forks source link

64-bit windows binary on AppVeyor #29

Closed leavittx closed 1 year ago

leavittx commented 6 years ago

There is 32-bit binary provided here: https://github.com/rainers/cv2pdb/releases/tag/v0.38 Shouldn't there be a 64-bit version as well? Or is that possible to use 32-bit one to work with 64-bit exe/dll?

rainers commented 6 years ago

You can use the 32-bit version to convert 64-bit executables, there's just a lower limit on the maximum size (about 1GB IIRC).

dscho commented 2 years ago

@leavittx there are now binaries being built as part of the GitHub workflow and offered as build artifacts (called "bin"). See for example https://github.com/rainers/cv2pdb/actions/runs/1563947603. Does that address this ticket?

olback commented 1 year ago

@dscho Sadly, artifacts expire after a few weeks.

dscho commented 1 year ago

@olback good thing that you can push the branch to your fork, then, to build the artifacts yourself :grin:

rainers commented 1 year ago

There are also permanent releases available here: https://github.com/rainers/cv2pdb/releases I have added a 64-bit binary to the latest release.