タグ

あとでコード読むに関するsnaka72のブックマーク (2)

  • C++で作るCOMサーバ » Jeans & Development

    Jeans & Development コンピューターのことなどを綴った日記、メモと Bookmark 集 (旧:目から鱗 w/SQLite) .NET を用いればregasm.exeでCOMサーバを簡単に登録することが出来るのだが、やはり.NETは重い。加えて、.NET Framework がインストールされていないコンピュータの割合はそれほど低くないと思われる。 他方で、簡単な構造のCOMサーバなら、C++を用いてWin32プログラムとして製作すればよい。この場合、動作は軽いし汎用性もある。ただし、複雑なプログラムを組むのはやはり骨が折れるのだが…。 今回C++を用いたCOMサーバを製作することになったので、その方法をここにまとめておくことにした。  COMサーバの基となるインターフェース部分を一つのcppファイルにした。以下の通りである。このファイルはいっさい変更することなく用

  • pdf.js: Rendering PDF with HTML5 and JavaScript

    Andreas Gal Entrepreneur. Technologist. Former CTO Mozilla, CEO Silk Labs. Now  Update: I updated the links again. pdf.js has moved to a new location on github. Why? While traveling to the Firefox 4 launch parties in Seoul and Taipei all the way from California, we killed a lot of time by brainstorming cool things to do with the web platform. Like many before us, we were wondering why nobody had

    pdf.js: Rendering PDF with HTML5 and JavaScript
  • 1