-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
TBD: Reproduce MSVC/NANT build process (:success:) #14
Comments
Using:
|
…g the version from 80 to 81. **Note**: The changelog in ClientVersion.xml runs ahead of what you will observe in these commits: I did the work first, then did these commits to lock it in as only now I am confident that my attempt at jimmejardine#14 actually delivers a working exe that's equal or better than last commercial release v79 (for me at least; caveat emptor!)
Met a few bumps along the way, but it now works with modern dev tools (MSVS2019). Turns out NANT doesn't support C#6.0, went all over StackOverflow and elsewhere, did a quick check at https://github.com/nant/nant -> https://github.com/GerHobbelt/nant/commits/master but since that didn't work out within a few hours, I killed that sidetrack and did a hack instead: see How to build First successful result: https://github.com/GerHobbelt/qiqqa-open-source/releases/tag/v81.0.7158.38371 This ends with #33 |
Ah, forgot I had this: the set of relevant commits: Revision: e702b0c Revision: 44e1575 Revision: 177a2be Revision: aac705a Revision: 542fc81 |
🎉 👍 Got an experimental Qiqqa binary built using Microsoft Visual Studio 2019 today (2019/august/1).
Also using Syncfusion 17 instead of Syncfusion 14 as that is the release currently available as main choice at Syncfusion for MSVC2019 and I want to use my 'regular' MSVC version instead of having to dual-install or otherwise run an old MSVC setup in parallel on an already pretty loaded dev box.
happy news: despite many warnings and errors at the start of this activity a few days ago, I now have a working binary (at least, it works for me 😋 🤡 ) and able to modify the source code to hunt down the major showstopping Qiqqa bugs that block me from actually using my PDF collection the way I need!
The text was updated successfully, but these errors were encountered: