diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-10-18 11:40:51 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-10-18 11:40:51 +0800 |
commit | d985112164bd2bfeca0c895abb523d45f0e065bb (patch) | |
tree | 3a44ae92001c2a8cac89eb46fe74248249d6e0ea /doc/miscellaneous.html | |
parent | 48dd5f9fb11f0a2e69291271d9140ebcec640117 (diff) | |
download | QMidiPlayer-d985112164bd2bfeca0c895abb523d45f0e065bb.tar.xz |
API changes and crash fixes.
Details in the changelog.
Diffstat (limited to 'doc/miscellaneous.html')
-rw-r--r-- | doc/miscellaneous.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html index d8e90c3..7f46d33 100644 --- a/doc/miscellaneous.html +++ b/doc/miscellaneous.html @@ -55,6 +55,13 @@ Please download and install <a href="https://www.microsoft.com/en-us/download/details.aspx?id=48145"> Visual Studio 2015 Runtime Library</a>. </p> + <p> + Nighly builds are compiled with MSVC2017 (using Qt MSVC2015 x86, though). So you need two runtime libraries + to run it. Damn. + </p> + <p> + Anyway, you are in the DLL Hell(TM), specific to Microsoft Windows(R). + </p> <h4>1. Can I help translate this program?</h4> <p> Of course! Please make a pull request or contact me. @@ -77,6 +84,10 @@ <li>Windows 10 Insider Pro on the ThinkPad X1 yoga mentioned above.</li> </ul> </p> + <h4>4. The code is full of shit and has no comment at all!</h4> + <p> + I know. I got pissed off for that everytime. + </p> <h3 id="contact">Contact the author</h3> <p> E-mail: chirs241097 'at' gmail 'dot' com<br> |