{"id":501,"date":"2012-07-28T23:59:10","date_gmt":"2012-07-28T14:59:10","guid":{"rendered":"http:\/\/dev.activebasic.com\/egtra\/?p=501"},"modified":"2013-09-21T21:31:50","modified_gmt":"2013-09-21T12:31:50","slug":"%e7%a9%ba%e3%81%ae%e3%82%a6%e3%82%a3%e3%83%b3%e3%83%89%e3%82%a6%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b%e3%81%a0%e3%81%91%e3%81%aewindows%e3%82%a2%e3%83%97%e3%83%aa%e3%82%b1%e3%83%bc%e3%82%b7-2","status":"publish","type":"post","link":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/","title":{"rendered":"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL)"},"content":{"rendered":"<p>\u524d\u56de\u306b\u7d9a\u304d\u3001Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3001\u4eca\u5ea6\u306fWTL\u3092\u4f7f\u3063\u305f\u3082\u306e\u3067\u3059\u3002<\/p>\n<pre lang=\"cpp\">\r\n#define WINVER 0x0400\r\n#define _WIN32_WINNT 0x0403\r\n#define _WIN32_WINDOWS 0\r\n#define _WIN32_IE 0x0300\r\n#define _ATL_NO_AUTOMATIC_NAMESPACE\r\n#define _WTL_NO_AUTOMATIC_NAMESPACE\r\n\r\n#include <windows.h>\r\n\r\n#include <atlbase.h>\r\n#include <atlwin.h>\r\n\r\n#include <atlapp.h>\r\n#include <atlcrack.h>\r\n\r\nclass TestWindow : public ATL::CWindowImpl<TestWindow>\r\n{\r\npublic:\r\n  DECLARE_WND_CLASS(TEXT(\"Test Window Class\"));\r\n\r\nprivate:\r\n  BEGIN_MSG_MAP(TestWindow)\r\n    MSG_WM_DESTROY(OnDestroy)\r\n  END_MSG_MAP()\r\n\r\n  void OnDestroy()\r\n  {\r\n    PostQuitMessage(0);\r\n  }\r\n};\r\n\r\nint WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int cmdShow)\r\n{\r\n  TestWindow wnd;\r\n  if (!wnd.Create(nullptr, ATL::CWindow::rcDefault,\r\n    TEXT(\"Hello, world\"), WS_OVERLAPPEDWINDOW))\r\n  {\r\n    return -1;\r\n  }\r\n\r\n  wnd.ShowWindow(cmdShow);\r\n  wnd.UpdateWindow();\r\n\r\n  WTL::CMessageLoop msgLoop;\r\n  return msgLoop.Run();\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5,13],"tags":[247,273],"class_list":["post-501","post","type-post","status-publish","format-standard","hentry","category-cpp","category-winapi","tag-wtl","tag-skeleton-program"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d<\/title>\n<meta name=\"description\" content=\"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\" \/>\n<meta property=\"og:description\" content=\"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/\" \/>\n<meta property=\"og:site_name\" content=\"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ysk.noh\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-28T14:59:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-09-21T12:31:50+00:00\" \/>\n<meta name=\"author\" content=\"egtra\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@egtra\" \/>\n<meta name=\"twitter:site\" content=\"@egtra\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"egtra\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/\",\"url\":\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/\",\"name\":\"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\",\"isPartOf\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#website\"},\"datePublished\":\"2012-07-28T14:59:10+00:00\",\"dateModified\":\"2013-09-21T12:31:50+00:00\",\"author\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164\"},\"description\":\"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\/\/dev.activebasic.com\/egtra\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#website\",\"url\":\"https:\/\/dev.activebasic.com\/egtra\/\",\"name\":\"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d\",\"description\":\"\u982d\u306e\u4e2d\u306e\u304b\u3051\u3089\u3002ActiveBasic\u3092\u4e2d\u5fc3\u306b\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u8a71\u3092\u307c\u3061\u307c\u3061\u3068\u3002\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.activebasic.com\/egtra\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164\",\"name\":\"egtra\",\"sameAs\":[\"https:\/\/x.com\/egtra\"],\"url\":\"https:\/\/dev.activebasic.com\/egtra\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","description":"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/","og_locale":"ja_JP","og_type":"article","og_title":"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","og_description":"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002","og_url":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/","og_site_name":"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","article_publisher":"https:\/\/www.facebook.com\/ysk.noh","article_published_time":"2012-07-28T14:59:10+00:00","article_modified_time":"2013-09-21T12:31:50+00:00","author":"egtra","twitter_card":"summary_large_image","twitter_creator":"@egtra","twitter_site":"@egtra","twitter_misc":{"\u57f7\u7b46\u8005":"egtra"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/","url":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/","name":"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL) - \u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","isPartOf":{"@id":"https:\/\/dev.activebasic.com\/egtra\/#website"},"datePublished":"2012-07-28T14:59:10+00:00","dateModified":"2013-09-21T12:31:50+00:00","author":{"@id":"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164"},"description":"Hello World\u3059\u3089\u8868\u793a\u3057\u306a\u3044\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u30d7\u30ed\u30b0\u30e9\u30e0\u3067\u3059\u3002C++\u3067WTL\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.activebasic.com\/egtra\/2012\/07\/28\/501\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/dev.activebasic.com\/egtra\/"},{"@type":"ListItem","position":2,"name":"\u7a7a\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u8868\u793a\u3059\u308b\u3060\u3051\u306eWindows\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3 (WTL)"}]},{"@type":"WebSite","@id":"https:\/\/dev.activebasic.com\/egtra\/#website","url":"https:\/\/dev.activebasic.com\/egtra\/","name":"\u30a4\u30b0\u30c8\u30e9\u30f3\u30b9\u306e\u982d\u306e\u4e2d","description":"\u982d\u306e\u4e2d\u306e\u304b\u3051\u3089\u3002ActiveBasic\u3092\u4e2d\u5fc3\u306b\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u306e\u8a71\u3092\u307c\u3061\u307c\u3061\u3068\u3002","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.activebasic.com\/egtra\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/dev.activebasic.com\/egtra\/#\/schema\/person\/8de756b2ff20b964f64594dfe8f18164","name":"egtra","sameAs":["https:\/\/x.com\/egtra"],"url":"https:\/\/dev.activebasic.com\/egtra\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts\/501"}],"collection":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/comments?post=501"}],"version-history":[{"count":0,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/posts\/501\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/media?parent=501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/categories?post=501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dev.activebasic.com\/egtra\/wp-json\/wp\/v2\/tags?post=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}