<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>p-tal</author_name>
  <author_url>https://blog.hatena.ne.jp/p-tal/</author_url>
  <blog_title>ゲームプログラマ見習いの日記</blog_title>
  <blog_url>https://p-tal.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラム</anon>
    <anon>メモ</anon>
  </categories>
  <description>libファイルの作成はできたので、次にDLLを作成してみる。 まずはプロジェクトを作り、DLLの項目にチェック。 通常と同じようにヘッダを作り、出力したい関数に「__declspec(dllexport)」を加える。 クラスの場合はクラス名の前に「__declspec(dllexport)」を加えればOK。 #defineしておくと便利。 // test.h #define DLLEXPORT __declspec(dllexport) void DLLEXPORT test(); class DLLEXPORT testClass { public: testClass(); ~testCl…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fp-tal.hatenadiary.org%2Fentry%2F20091013%2F1255397007&quot; title=&quot;DLLを作る - ゲームプログラマ見習いの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/p/p-tal/20091013/20091013102303.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-10-13 10:23:27</published>
  <title>DLLを作る</title>
  <type>rich</type>
  <url>https://p-tal.hatenadiary.org/entry/20091013/1255397007</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
