Monday, October 6, 2008
Wednesday, October 1, 2008
Tuesday, September 30, 2008
Friday, September 26, 2008
Thursday, September 18, 2008
Tuesday, September 16, 2008
Sunday, September 14, 2008
Tuesday, September 9, 2008
Thursday, June 5, 2008
Microsoft Visual Studio 2008 LINK : warning LNK4075
リンク中...
LINK :warning LNK4075 : /EDITANDCONTINUE は
/INCREMENTAL:NO の指定によって無視されます
対処:
プロジェクトのプロパティに行く。構成プロパティ=>リンカ=>全般に行く。それでインクリメンタル リンクを有効にする。
これでオーケー。
OpenGL programming in Windows Vista with Microsoft Visual Studio 2008
Step 1.First Download Glut from here. Then uncompress it. The uncompressed folder(glut-3.7.6-bin) should contain the following files
1. glut.h
2. glut.def
3. glut32.dll
4. glut32.lib
5. README-win32.txt
Step 2. Copy glut.h to . Make a folder named "gl" under "C:\Program Files\Microsoft Visual Studio 9.0\VC\include". Then copy "glut.h" there.
Step 3. Copy "glut32.lib" under "C:\Program Files\Microsoft Visual Studio 9.0\VC\lib".
Step 4. Copy "glu32.dll" under "C:\Windows\System32".
Finished. OpenGL source file should include GL/glut.h.
1. glut.h
2. glut.def
3. glut32.dll
4. glut32.lib
5. README-win32.txt
Step 2. Copy glut.h to . Make a folder named "gl" under "C:\Program Files\Microsoft Visual Studio 9.0\VC\include". Then copy "glut.h" there.
Step 3. Copy "glut32.lib" under "C:\Program Files\Microsoft Visual Studio 9.0\VC\lib".
Step 4. Copy "glu32.dll" under "C:\Windows\System32".
Finished. OpenGL source file should include GL/glut.h.
Thursday, May 29, 2008
How to mount external USB NTFS pertition in debian with full permission
ntfs-3g device path mount path -o nonempty,force,umask=000,nls=utf8
How to mount external USB NTFS pertition in debian with full permission
http://translate.google.com.au/translate?u=http%3A//be.nucl.ap.titech.ac.jp/%7Ekoba/mem/debian.html&hl=en&langpair=auto|en&tbb=1&ie=EUC-JP
ntfs-3g "device path" "mount point" -o nonempty,force,umask=000,nls=utf8
ntfs-3g "device path" "mount point" -o nonempty,force,umask=000,nls=utf8
Saturday, May 17, 2008
Monday, May 12, 2008
ショートカットキー Shortcut key
Windows Vista のショートカットキー Windows Vista shortcuts
最終更新日:2007/6/3 Last Updated: 2007/6/3
Thursday, May 1, 2008
Wednesday, April 30, 2008
Monday, March 10, 2008
Debain etch apt update java
#apt-update
......
sun-java5-doc (1.5.0-14-1etch1) を設定しています ...
This package is an installer package, it does not actually contain the
J2SDK documentation. You will need to go download one of the
archives:
jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip
(choose the non-update version if this is the first installation).
Please visit
http://java.sun.com/j2se/1.5.0/download.html
now and download. The file should be owned by root.root and be copied
to /tmp.
[Press RETURN to try again, 'no' + RETURN to abort]
To solve this problem open your browser. Go to http://java.sun.com/j2se/1.5.0/download.html and download jdk-1_5_0-doc.zip or jdk-1_5_0-doc-ja.zip and save in tmp. then press enter.
......
sun-java5-doc (1.5.0-14-1etch1) を設定しています ...
This package is an installer package, it does not actually contain the
J2SDK documentation. You will need to go download one of the
archives:
jdk-1_5_0-doc.zip jdk-1_5_0-doc-ja.zip
(choose the non-update version if this is the first installation).
Please visit
http://java.sun.com/j2se/1.5.0/download.html
now and download. The file should be owned by root.root and be copied
to /tmp.
[Press RETURN to try again, 'no' + RETURN to abort]
To solve this problem open your browser. Go to http://java.sun.com/j2se/1.5.0/download.html and download jdk-1_5_0-doc.zip or jdk-1_5_0-doc-ja.zip and save in tmp. then press enter.
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available:
#apt-get update
.......
........
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
To solve this problem
.......
........
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
To solve this problem
# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907
# gpg --armor --export 1F41B907 | apt-key add -
then again execute "apt-get update".
Subscribe to:
Posts (Atom)