MIT Media Laboratory

語学
The Program in Media, Arts & Sciences requires a minimum TOEFL score of 600 (paper-based) or 250 (computer-based).

学費

Application & Admission

Media Arts and Sciences
(MAS)
Room: E15-401
Phone: (617) 253-5114
Fax: (617) 253-8542
email: mas@media.mit.edu
http://www.media.mit.edu
Types of degrees offered:
S.M., Ph.D.
Term students can be admitted:
September
Application deadline:
December 15 (applications must be
submitted online)
Tests required:
TOEFL: Minimum score required: 600
(250 for computer-based)
TOEFL waiver accepted: No
GRE: No
Send supporting materials to: MAS,
Room E15-401
Special instructions:
1) Online applications are required. Applicationsthat are not completed will not be considered for admissions.

2) Applicant
must specify at least one but not more than three faculty with whom they are applying
to work ― list these faculty in order of preference at the opening of the statement
of objectives. 3) Recommendations should be limited to the required three. 4) Publications,
theses and awards should not be included in your application; however, you may list them and provide relevant web addresses.

5) Applicants are required to complete the Record of Courses Taken in Preparation for Graduate Study form.Please complete the section for courses most relevant to this graduate program and the additional courses section. Group courses by subject area, and complete each
column.

Testing,GRE

ヘルシンキ,ヘルシンキ芸術デザイン大学

語学

学費
なんと無料?!サイトを探しても無いからそうかも。

学生

同じソースコードでエラー?

昨日コンパイルできたコードでなぜかエラー。VisualStudioはこういうことがあるからよくわからない。。。

Microsoftのフォーラムを検索したところ、以下のスレッドを見つけた。
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=15218&SiteID=1

そこにあったレスによると、"Debug\xyz.exe.embed.manifest.res" ファイルを削除(xyzはプロジェクト名)してもう一回ビルドすればうまく動くようになるとのこと。

ソリューションのクリーンをするとまた同じことが。。。

というわけで、FAT32なPCではプロジェクトのプロパティで「FAT32 次善策の使用」を「はい」にするのが当面の対応策ということになるようだ。

プロパティーページ-構成のプロパティ-マニュフェストツール-全般-「FAT32 次善策の使用」を「はい」

  • Releaseでビルドすると外部シンボル未解決エラー
    • msvcr80-ruby18.libをReleaseで単に指定していないだけだった。
1>------ ビルド開始: プロジェクト: embeddedruby, 構成: Release Win32 ------
1>リンクしています...
1>embeddedruby.obj : error LNK2001: 外部シンボル "_ruby_init" は未解決です。
1>embeddedruby.obj : error LNK2001: 外部シンボル "_ruby_init_loadpath" は未解決です。
1>embeddedruby.obj : error LNK2001: 外部シンボル "_rb_load" は未解決です。
1>embeddedruby.obj : error LNK2001: 外部シンボル "_rb_str_new2" は未解決です。
1>embeddedruby.obj : error LNK2001: 外部シンボル "_rb_eval_string" は未解決です。

というわけで、解決。