のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2014-08-05から1日間の記事一覧

Creating device failed: org.bluez.Error.AuthenticationRejected: Authentication Rejected

pi@raspberrypi ~ $ sudo bluez-simple-agent hci0 00:18:A3:06:EA:24 Creating device failed: org.bluez.Error.AuthenticationRejected: Authentication Rejectedpi@raspberrypi ~ $ sudo vi /usr/bin/bluez-simple-agent #capability = "KeyboardDisplay"…

putty 右クリックが貼り付けになってる。

右クリックでメニューを表示したい人は"Windows"を選択して下さい。

Raspberry pi Bluetooth Keyboard

Raspberry Piへつなげるために、Bluetoothは以下のものを買った。 Elecom BlueTooth(LBT-UAN04C2)Logitec Bluetooth USBアダプタ コンパクト Ver4.0 Class2 LBT-UAN04C2BK出版社/メーカー: ロジテック発売日: 2012/05/16メディア: Personal Computersこの商…

Raspberry pi WIFI(Buffalo WLI-UC-GNM2)

Raspberry PIへネットをつなぐために、無線LANのWifi(Buffalo WLI-UC-GNM2)を買った。 raspberry piのGUIのWIFI Configで設定した。 WPSのタブでPBC-push Buttonを押し、ルータのWPSのボタンを押したら、 うまく接続できた。BUFFALO 11n対応 11g/b 無線LAN…

MonkVG

glue32.libの実体が見つからないので、リンクが完了しなかった。 昔のDLLなのかな。

GLintptr GLsizeiptr

glew.h typedef ptrdiff_t GLintptr; typedef ptrdiff_t GLsizeiptr;OpenGLESContext.h /* GL types for handling large vertex buffer objects */ //typedef long GLintptr; //typedef long GLsizeiptr; typedef ptrdiff_t GLintptr; typedef ptrdiff_t GLs…