Develop and Download Open Source Software

Back to Forum List
Back to this Forum

RSS feed of this forum [RSS]RSS for this Forum
RSS feed of this forum thread [RSS]RSS for this Thread

Discussion Forums: オープン ディスカッション

Subject:[#1465] RE: 勉強させてもらってます&質問

Date:2002-07-20 22:42By:T.ASANO (ardry)
はじめましてです。今後もよろしくです。

MFC は...今後も使うことはなさそうです。もしも使うなら、.net に高飛びということになるでしょう。

LoadLibrary()した後、FreeLibrary() がないことですが、本来は FreeLibrary しなくてはいけません。しかし、読み込む DLL の数を限定していることからメモリリークの心配がないこと、プログラム終了時に DLL のメモリも開放されること、そして Windows 2000 以降の OS では DLL のロードと開放が非常にもたつくイメージがあったので、DLL の開放を省略してしまっています。

以上の状況で、FreeLibrary がないのは「意図的」です。
なお、new しているのに delete がないのはバグですので、ご報告いただければ嬉しいです。
Thread Author Date
[#1454] 勉強させてもらってます&質問 tnagai 2002-07-20 02:12
      [#1465] RE: 勉強させてもらってます&質問 ardry 2002-07-20 22:42

Post a followup to message [#1465] RE: 勉強させてもらってます&質問:

You could post if you were [logged in]


SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.