delphiで作った有名ソフトって何があるの?at TECH
delphiで作った有名ソフトって何があるの? - 暇つぶし2ch122:65氏じゃないけど
06/01/14 01:40:04
読み込み高速化
URLリンク(www.uploda.org)

    if (PatternMatching(L"Afx", &sfBin))
        MessageBox("MFC(Static)製", fileA);     
    else if (PatternMatching(L"MFC??.DLL", &sfBin))
        MessageBox("MFC(DLL)製", fileA);
    else if (PatternMatching(L"PACKAGEINFO", &sfBin))
        MessageBox("Delphi製", fileA);
    else if (PatternMatching(L"DVCLAL", &sfBin))
        MessageBox("BCB製", fileA);
    else if (PatternMatching(L"System.Windows.Forms", &sfBin)){
        if (PatternMatching(L"Basic", &sfBin))
            MessageBox("VB.NET製", fileA);
        else
            MessageBox("C#.NET製", fileA);
    }
    else if (PatternMatching(L"MSVBVM", &sfBin))
            MessageBox("VB製", fileA);
    else if (PatternMatching(L"mingw", &sfBin))
            MessageBox("mingw製", fileA);   
    else
        MessageBox("わかんない", fileA);


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch