2012-11-01から1ヶ月間の記事一覧

拡張モジュール作成 (1)

http://owa.as.wakwak.ne.jp/zope/docs/Python/BindingC/ を参考にWindows版のビルドを試した。 // hello.cpp int add(int x, int y) { return x + y; } void out(const char* adrs, const char* name) { printf("こんにちは、私は %s の %s です。\n", adrs…