タグ

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

  • Visual Studio Graphics Debugging

    Information about the Visual Studio Graphics Debugger feature in Visual Studio by Ian Huff, one of the developers on the Graphics Debugging team Visualizing Common DirectX Performance Problems with GPU Usage in Visual Studio 2015 With the upcoming release of Visual Studio 2015 Update 2 we’ve been hard at work adding some... Author: IanHuff - MSFT Date: 02/04/2016 GPU Usage for DirectX in Visual St

    Visual Studio Graphics Debugging
    kamimoo
    kamimoo 2008/09/02
  • yamamo's Blogs : Interop.xxx.dll を配布したくない

    一般的に.NETからCOMを使う場合、VS.NETの参照設定でCOMへの参照を追加しますが、その時に Interop.xxx.dll というラッパーができます。このラッパーを通じて.NETからCOMへアクセスが行われます。 Windows Form アプリケーションの場合は特に気にすることは無いのですが、はてなブックマークMenuBar のようにIEにホストされるようなアプリケーションの場合、Interop.xxx.dll をGACに登録する必要があったりします。 他の.NETアプリケーションでも同じCOMを使っていると同じ名前の Interop.xxx.dll ができるわけで、それがGACに登録されてたりするとなんか影響しそうでいやな感じです。(実際には署名とかバージョンとかで大丈夫な仕組みになってるのかな?) そこで、Interop.xxx.dll を配布しなくて済む

    kamimoo
    kamimoo 2008/09/02