<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>happyholiday</author_name>
  <author_url>https://blog.hatena.ne.jp/happyholiday/</author_url>
  <blog_title>六帖のかたすみ</blog_title>
  <blog_url>https://rokujo.hatenadiary.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>DLLファイル関連でハマりました。C++で作ったDLLで、 _declspec(dllexport) を使ってエクスポートした関数をC#側から読み込もうとしても、うまくいきません。「エントリ ポイントがありません」と言われて動きません。原因を調べたところ、dllexportの仕様で、名前に余計な文字列を付けるからだそうです。 例えば、SetDataという関数をDLLに __declspec(dllexport) void SetData(unsigned char* data) と登録したとします。Dependency Walkerを使ってDLLを開くと ?SetData@@YAXPAEH@Z…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frokujo.hatenadiary.com%2Fentry%2F2015%2F07%2F21%2F084811&quot; title=&quot;C++で作るDLLにはDEFファイルをつけるべき - 六帖のかたすみ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-07-21 08:48:11</published>
  <title>C++で作るDLLにはDEFファイルをつけるべき</title>
  <type>rich</type>
  <url>https://rokujo.hatenadiary.com/entry/2015/07/21/084811</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
