Browse Subversion RepositoryLog of /trunk/teraterm/ttpcmn/ttcmn_notify.cpp
Revision 9331 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jul 3 04:08:22 2021 UTC (2 years, 9 months ago) by zmatsuo File length: 6586 byte(s) Diff to previous 9324 タスクトレイの通知が出なくなっていたので修正 - 32bit時のみ - TT_NOTIFYICONDATAW_V2 のサイズが誤っていた - 正 936byte - 誤 952byte (偶然 NOTIFYICONDATAW の XP以上 (V3) と同じサイズ) - #include <pshpack1.h> を追加 - assert()でサイズチェックするようにした - layer_for_unicode.h から comapt_win.h へ移動 - Visual Studio 2008 でビルドできるようになった Revision 9324 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 29 15:20:20 2021 UTC (2 years, 9 months ago) by zmatsuo File length: 6732 byte(s) Diff to previous 9230 layer for unicode 向けのコードを削除 Revision 9230 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 3 15:04:42 2021 UTC (2 years, 11 months ago) by zmatsuo File length: 6092 byte(s) Diff to previous 9048 _WIN32_WINNTをコンパイルオプションで指定
- Tera Term は _WIN32_WINNT >= 0x0501 でビルドすることが前提となっている
- 0x0501=_WIN32_WINNT_WINXP
- Windows XP
- Windows Server 2003
- Visual Studio 2005 のプロジェクトファイルに /D_WIN32_WINNT=0x0501 追加済み(r9191)
- teraterm_conf.h を削除
- WIN32_WINNT をコンパイルオプションで指定するため r7554 で追加した
- コマンドラインで明示的に指定するようになったた不要となった
- SDK 7.0 では _WIN32_WINNT が自動で設定されない
- SDK 7.0 より新しいSDKでは、特に指定されていない場合、自動で設定される
- SDKのバージョンによって自動で設定される_WIN32_WINNT の値は異なっている
- SDK 7.1 の場合 0x0601
- SDK 10.0.18362.0 の場合 0x0A00
- sdkddkver.h 内で設定される
- MinGWの場合は _mingw.h
- Visual Studio 2005 では次のSDKでビルドできることを確認済み
- SDK 7.0
- SDK 7.1
- Tera Term は Visual Studio 2005 以上をサポート
- MSC_VER >= 1400
Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya File length: 5932 byte(s) Diff to previous 8954 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 Revision 8954 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Oct 2 15:47:28 2020 UTC (3 years, 6 months ago) by zmatsuo File length: 5931 byte(s) Diff to previous 8545 不要 include を削除 Revision 8545 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Feb 18 16:50:47 2020 UTC (4 years, 1 month ago) by zmatsuo File length: 5954 byte(s) Diff to previous 8544 複数の Tera Term を開いた後閉じるとクラッシュするので修正 - r8544 Revision 8544 - (view) (download) (as text) (annotate) - [select for diffs] Added Mon Feb 17 15:27:46 2020 UTC (4 years, 1 month ago) by zmatsuo File length: 5919 byte(s) SSH Authentication Banner の バルーン通知を Unicode 対応とした - r8530 - NotifyMessageW() 追加 (ttpcmn.dll) - ttcmn から NotifyIcon 関連を ttcmn_notify.cpp に移動 - vs2005,vs2019,cmake This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
|