タグ

2013年9月6日のブックマーク (2件)

  • Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2

    Download demo project - 33.54 KBDownload source (Visual Studio 2008) - 206.38 KBWindows Feature Pack for Storage 1.0 Introduction Windows introduced the new IMAPIv2.0 with the release of the Vista Operating System which was a big improvement over the original IMAPI. The original IMAPI is great for CDROMs, but it has some huge limitations like not being able to write to DVD media. I am sure this li

    Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2
    tkpyoi
    tkpyoi 2013/09/06
    WindowsのIMAPIv2を使ってCD/DVDに書込するプログラムのサンプル
  • PHPエクステンションでHelloWorld

    はじめに PHPを使っていると、パフォーマンスの問題や仕様上の欠点に遭遇することがあります。また、LinuxなどでPHPを動かしている場合、すでにある便利なライブラリをPHP上で使いたいケースもあるでしょう。このような時に、PHPエクステンションという選択肢は、開発者にとって非常に大きな強みになります。また、直接PHPエクステンションを作る用途がなくても、仕組みを知っておくと、PHPで原因不明の問題が発生した場合にも役立ちます。そして、そのような問題に遭遇しないための開発につながることもあります。 連載ではPHPエクステンションを初めて作成する方のための全体の流れや、関数やクラスの作成方法、そして、より実践的にライブラリをPHPエクステンションとして利用する方法を紹介いたします。 対象読者 PHPとC言語の基構文を理解していて、PHPエクステンションに興味がある方、さらに深くPHPを知

    tkpyoi
    tkpyoi 2013/09/06
    PHP モジュールの HelloWorld。意外と簡単。