Skip to content

Commit

Permalink
READMEの更新,ランタイムの変更
Browse files Browse the repository at this point in the history
  • Loading branch information
udaken committed Jul 5, 2017
1 parent 1865b83 commit d8bfff8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ OS以外には依存ファイルがないので、外部ライブラリ等は不
- 処理を高速化するために、各ページの画像ファイルのサイズは1バイトとして報告します。(展開するときに実サイズがわかります)
この仕様により、Massigra,Leeyesは表示できるようですが、NeeViewではエラーになってしまいます。

## ダウンロード
[https://github.com/udaken/axwrpdf/releases](https://github.com/udaken/axwrpdf/releases)

## 謝辞
こちらの情報が大変参考になりました。

- http://dev.activebasic.com/egtra/2015/12/24/853/
- [Direct2DでPDFを描画するAPIを使ってみた - イグトランスの頭の中](http://dev.activebasic.com/egtra/2015/12/24/853/)



2 changes: 1 addition & 1 deletion axwrpdf.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;AXWINPDF_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit d8bfff8

Please sign in to comment.