<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uyamae</author_name>
  <author_url>https://blog.hatena.ne.jp/uyamae/</author_url>
  <blog_title>見切り発車</blog_title>
  <blog_url>https://uyamae.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>C++</anon>
    <anon>Lua</anon>
  </categories>
  <description>いざというときのために Lua を試してみました。バージョンは 5.1。以下のスクリプトを C++ から呼び出すテストをしてみました。 f = function () print(&quot;hello&quot;) end C++ 側のプログラムは以下のような感じ int _tmain(int argc, _TCHAR* argv[]) { // LUA API の初期化 lua_State * luaState = lua_open(); // LUA スクリプトファイルの読み込み int result = luaL_loadfile(luaState, &quot;hello.lua&quot;); switch ( resu…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fuyamae.hatenadiary.org%2Fentry%2F20070614%2F1181794359&quot; title=&quot; Lua に手を出してみる - 見切り発車&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>2007-06-14 13:12:39</published>
  <title> Lua に手を出してみる</title>
  <type>rich</type>
  <url>https://uyamae.hatenadiary.org/entry/20070614/1181794359</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
