のねのBlog

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

2014-08-01から1ヶ月間の記事一覧

80246007 vs2010

Visual Studio 2010 SP1 のインストールが続行できない場合がある

VS2010 Windows Update で コード13EC

Windows8.1 で Visual Studio 2010 Service Pack 1 の適用に失敗する

enable native messaging

If you are not prompted to enable native messaging immediately ("Communicate with cooperative native applications" - select "Allow) then go to LP Icon > Tools > About, and click on enable native messaging next to the Binary component detai…

PR-400KI

情報機器ナビゲーション

フレッツ光隼 PR-400KIのVPNにWindows7でつなぐ方法

エラー番号:807でvpnがつながらないとき。 VPN(PPTP)接続の設定方法(Windows 7) 13番のところでプロパティをクリックする。 14の画面でセキュリティタブをクリックする。 VPNの種類で(L2TP/IPSEC)という項目を選ぶ。 詳細設定をクリックする。 認証…

C# Win32 API での DLL

C# Win32 API および DLL の利用

StructureToPtr

Managed側からUnmanaged側のポインタへ構造体内容をコピーするにはMarshal.StructureToPtrメソッドを使用する。

C2059 構文エラー:’文字列’

ifdefをつけたら消えた。 #ifdef __cplusplus extern "C" #endif

VS2013 シンボルを読み込んでいます 遅い

ツール>オプション>デバッグ>シンボル 除外されるモジュールの指定で遅いモジュールを追加した。

warning C4505: 参照されていないローカル関数は削除されました。

warning C4505: 'Microsoft::VisualStudio::CppUnitTestFramework::ToString' : 参照されていないローカル関数は削除されました。 c:\program files (x86)\microsoft visual studio 12.0\vc\unittest\include\cppunittestassert.h警告レベルを4から3に戻し…

エラー 60 既に fixed が使用されている式のアドレスを取得するために、fixed ステートメントを使用することはできません。

// 既に fixed が使用されている式のアドレスを取得するときに、fixed ステートメントを使用する必要はありません。

Raspberry Piで、Freetypeの出力をOpenVGで表示

static void MyRenderNative(NATIVE_FONT_INFO *nfi, NATIVE_OPENVG_INFO *nopvgi, NATIVE_VIEWER_INFO *nvi) { uint top_space = 1; uint bottom_space = 1; uint left_space = 1; uint right_space = 1; uint oneChar_width = 0; uint oneChar_height = 0;…

freetypeのconfig.mk

# # FreeType 2 configuration rules for UNIX platforms # # Copyright 1996-2000, 2002, 2004, 2006 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and dis…

FreeTypeのmodules.cfg

# modules.cfg # # Copyright 2005-2007, 2009-2011, 2013 by # David Turner, Robert Wilhelm, and Werner Lemberg. # # This file is part of the FreeType project, and may only be used, modified, # and distributed under the terms of the FreeType …

raspberry pi freetype make

pi@raspberrypi ~/freetype/freetype-2.5.3.tar/freetype-2.5.3 $ make FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./b…

raspberry pi xset

apt-get install x11-xserver-utils Display Power Management Signaling (日本語)

raspberry pi EGL init

ソースコード

libegl.so: undefined reference to `glxx_buffer_info_set'

以下のエラーメッセージがでた。

'CLOCK_REALTIME' undeclared (first use in this function)

raspberry pi でコンパイルオプションに-std=c99を追加した。

'for' loop initial declarations are only allowed in C99 mode

Simply open the project preferences and add -std=c99 to Settings/C Compiler/Miscellaneous/Other Flags

Error during file upload.

Error during file upload. Operation failed. File system input or output error Operation failed. File system input or output error Operation failed. File system input or output errorプロセスが残っていたのでKILLしてみたらエラーが消えた。 pi …

raspberry piにBluetooth Mouseを買った。

正常につながった。 動きも悪くない。ELECOM Bluetooth3.0マウス NFCペアリング レーザー 3ボタン ブラック M-BT10BBBK/N出版社/メーカー: エレコム発売日: 2013/05/18メディア: Personal Computersこの商品を含むブログを見る

raspberry pi type B+ ケースが来た

raspberry pi type B+用のケースを買った。 (有)ビクトリーセブンで買った。 値段は、864円、送料込みで1028円だった。 組み立て手順の紙を見なくても組み立てられるぐらい簡単だった。 組み立て手順の用紙もついている。上が開くようになっているのは、い…

WindowsのEclipseでraspberry pi用のクロス開発環境を作成

WindowsのEclipseでraspberry pi用のクロス開発環境を作成する。

VS2013 依存関係 リンクしてくれない。

VS2012 でもプロジェクト依存関係があるのですが、 それを設定して自動でリンクしてくれません。

VC_RECT_T

typedef struct tag_VC_RECT_T { int32_t x; int32_t y; int32_t width; int32_t height; } VC_RECT_T;

タスクバーのアイコンが正しく表示されない

C:/ユーザー/ユーザー名/AppData/Local/IconCache.db

raspberry pi openvg

gcc -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -L/opt/vc/lib -lGLESv2 rshapes.c -o rshapes

raspberry_samba

Raspberry Piをファイル共有サーバーにする(samba)

CA1060 P/InvokeをNativeMethodsクラスに移動します

internal static class NativeMethods