Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/teraterm/ttpcmn/ttpcmn.v16.vcxproj

Log of /trunk/teraterm/ttpcmn/ttpcmn.v16.vcxproj

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 9547 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 27 13:49:15 2021 UTC (2 years, 4 months ago) by zmatsuo
File length: 8646 byte(s)
Diff to previous 9499
セッションの複製が動作しなかったので修正

- セッション複製部分を別ファイルに分離
  - ttcmn_dup.cpp, h
- プロジェクトファイル修正

Revision 9499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 23 16:09:57 2021 UTC (2 years, 5 months ago) by zmatsuo
File length: 8517 byte(s)
Diff to previous 9197
Languate=Chinese時クラッシュすることがあったので修正

- Languate=Chinese時のiniファイルへの書き込み/読み込みができていなかったので修正
- 文字コードに関する部分を分離
  - ttlib_charset.cpp,h, tttypes_charset.h を追加

Revision 9197 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 13 14:42:48 2021 UTC (3 years ago) by zmatsuo
File length: 8507 byte(s)
Diff to previous 8565
comポートの列挙、情報取得を一か所にまとめた

- 機能を一か所(ComPortInfoGet())にまとめた
- DetectComPorts() から ComPortInfoGet() を利用するようにした
  - comport関連を ttpcmn/ttpcmn.c から ttpcmn/ttpcmn_cominfo.c に分離
  - 従来の動作
    - QueryDosDeviceA(NULL) でデバイスを列挙
    - "COM0" などを探して列挙
    - しかし 95 ではQueryDosDeviceA(NULL)は常に失敗
    - fopen() して成功したときデバイスが存在する、と判定
      - "\\.\COM0" など
  - 修正後
    - ComPortInfoGet() の結果を使用するようにした
- ttpcmn/comportinfo.cpp の ComPortInfoGet()
  - 従来
    - Windows 95 では列挙できていなかった
      - 多分 NT4も
      - setupapi がうまく使用できないOS
  - 修正後
    - 95,NT4の場合は "\\.\COM0" などをオープンしてデバイス存在判定を行う
    - その他のOSの場合は従来とおなじ
      - setupapi を使用する方法
  - comportinfo.cpp,h を common/ へ移動
- QueryDosDeviceA(NULL)
  - 成功するOSでは setupapi が正しく動作
  - 失敗するOSでは setupapi は動作しない

Revision 8565 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 25 14:11:33 2020 UTC (4 years, 1 month ago) by zmatsuo
File length: 8550 byte(s)
Diff to previous 8544
common_static.lib の参照方法を修正

- common_static.lib を複数回生成しないようにした
- common_static で生成される lib を参照
  - ttxssh
  - TTProxy
  - TTXSamples/TTXCheckUpdate
  - TTXSamples/TTXRecurringCommand
  - TTXSamples/TTXViewMode
- common_static のプロジェクトを参照(ライブラリが自動でリンクされる)
  - ttpcmn
  - ttpfile
  - ttpmacro
- common_static に static にリンクされているファイルを追加
  - dll export されているものは含まない

Revision 8544 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 17 15:27:46 2020 UTC (4 years, 1 month ago) by zmatsuo
File length: 8504 byte(s)
Diff to previous 8496
SSH Authentication Banner の バルーン通知を Unicode 対応とした

- r8530
- NotifyMessageW() 追加 (ttpcmn.dll)
- ttcmn から NotifyIcon 関連を ttcmn_notify.cpp に移動
- vs2005,vs2019,cmake

Revision 8496 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 22 13:53:43 2020 UTC (4 years, 2 months ago) by zmatsuo
File length: 8458 byte(s)
Diff to previous 8445
common_static を ttpcmn からリンク, windowメニューを多言語化

Revision 8445 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
File length: 8470 byte(s)
Diff to previous 8216
Merge branch 'unicode_buf'

Revision 8216 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 22 05:00:12 2019 UTC (4 years, 6 months ago) by yutakapon
File length: 8264 byte(s)
Diff to previous 7573
シリアルポート設定ダイアログの詳細情報に、COMポートとデバイスドライバの情報を表示するようにした。


Revision 7573 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 11 16:19:58 2019 UTC (5 years ago) by zmatsuo
File length: 8130 byte(s)
Diff to previous 7572
ttpcmnのIgnoreDefaultLibraryNamesは不要なので削除
nafxcw.lib,nafxcwd.libを無効にしていた

Revision 7572 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 11 16:19:43 2019 UTC (5 years ago) by zmatsuo
File length: 8297 byte(s)
Diff to previous 7567
プロジェクトファイルから削除ファイルを削除
cmn_res.h, ttpcmn.rc

Revision 7567 - (view) (download) (annotate) - [select for diffs]
Added Tue Apr 9 16:24:19 2019 UTC (5 years ago) by zmatsuo
File length: 8334 byte(s)
Visual Studio 2019プロジェクトファイル追加

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.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26