Total877088 Week2215 Yesterday261 Today738 1count/day on each IP Since 2006-06-06
«Prev || 1 | 2 | 3 |...| 14 | 15 | 16 | 17 || Next»

02 October 2007

Visual Studio With MSDN キャンペーン が始まった

VisualStudio ライセンス保持者 限定だが
MSDNが,更新価格で購入できる
Visual Studio 2008 早期導入キャンペーン

10/02/07 20:16:00 - noboru - No comments ソフトウェア開発

12 July 2007

C言語の演算子優先順位

演算子の優先順位で間違えたので書いておく
ポインタをループ変数に使って,失敗した

*i++
この書き方だと,ポインタがインクリメントされてから値が取り出されるので値が何になっているか不明,
配列の引数に使っていたものだから値がマイナスになって落ちていた

(*i)++
こうのように書かないと,*i がインクリメントされない



07/12/07 20:08:00 - noboru - No comments ソフトウェア開発

06 June 2007

VS Pro with MSDN Subscription オープン ライセンス 優待キャンペーン

3月末で終了したはずが,6月28日まで延長されている

VS Pro with MSDN Subscription オープン ライセンス 優待キャンペーン

06/06/07 12:25:58 - noboru - No comments ソフトウェア開発

15 May 2007

VC COMの初期化

ADOをVCから使用しようとしてうまくいかなかった
COMを使用する場合にCoInitializeを呼ぶ必要があるが,
スレッドを使っている場合は,当該スレッドにて呼び出さないとエラーとなる
またGetLastErrorの戻り値でFormatMessageを呼ぶと違うメッセージが表示され解決までに時間を食ってしまった

05/15/07 12:28:25 - noboru - No comments ソフトウェア開発

02 May 2007

VB.NET 2005 スタートアップフォーム

スタートアップにフォームしか設定できない
アプリケーションフレームワークを有効にする設定を行っているとフォームのみ選択できるようになったらしい
プロジェクトを作るとデフォルトで有効になっている


05/02/07 12:14:00 - noboru - No comments ソフトウェア開発

09 March 2007

VB6.FixedLengthString を 2005で使えるようにする

VB.NET 2005
Imports Microsoft.VisualBasic.Compatibility
をソースに追加するには,プロジェクトへ互換性ライブラリへの参照を追加シなけけらばいけない

方法 : Visual Basic 6.0 ファイル システムのコントロールをアプリケーションに追加する

03/09/07 12:34:00 - noboru - No comments ソフトウェア開発

27 February 2007

CVSWEB

portsから入れていた,viewcvsがなくなっていた
http://www.jp.freebsd.org/www.FreeBSD.org/ja/ports/index.html
cvsで探したところcvswebが見つかったのでこれをいれた
ports/devel/cvsweb/
ports/devel/cvsweb/

02/27/07 14:55:00 - noboru - No comments ソフトウェア開発

17 January 2007

Visual Studio Service Pack 1

Visual Studio の Service Pack 1 が出ています

2005 Service Pack 1 2006/12/18

2003 Service Pack 1 2006/09/15

01/17/07 18:02:27 - noboru - No comments ソフトウェア開発

13 January 2007

Visual C Express と Platform SDK

Expressで,Platform SDKを使う方法が書いてある
Visual C Express について

MSDNのページ


01/13/07 16:39:46 - noboru - No comments ソフトウェア開発

12 January 2007

探していた WinCVS1.2「表示位置の変更」コンボボックスの項目削除方法 があった

[cvs-jp-info 590] Re: Q: WinCVS1.2「表示位置の変更」コンボボックスの項目削除方法
http://www.wincvs.org/newfaq.htm#clean_combos

It's nice that WinCvs remembers all the entries I ever made into a combobox, but how can I purge the by-now obsolete items ?
In recent releases (1.3.x) you could simply press the [DEL] key, when on the item you want to delete. Removing the items from earlier versions requires some registry hacking as described in the following post from Bo Berglund regarding the combobox used for browse locations:
It is a bit tricky since you have to do it in the registry, but if you are willing to do it here is a stepthrough:
0) Close WinCvs if it is running!
1) Open RegEdit and go to HKEY_CURRENT_USER\Software\WinCvs\wincvs\CVS settings
2) open item P_BrowserLocs. It is a set of null terminated strings with the list of locations.
3) In the hex window mark the string you want to delete starting with the drive letter and ending with the NULL char.
4) Hit the delete button.
5) Edit the first byte in the item by decrementing by one (for each string deleted)
6) Click the OK button
7) Start WinCvs again and check that the offending location is gone.

Be careful when editing the registry!

01/12/07 10:30:09 - noboru - No comments ソフトウェア開発
«Prev || 1 | 2 | 3 |...| 14 | 15 | 16 | 17 || Next»

< 2024-12 >
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
293031    

 Use OpenOffice.org
VALUE-DOMAIN.COM

最近のコメント