• 大小: 737KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-12
  • 语言: 其他
  • 标签:

资源简介

第一次上传上一个传错了.重传下 DBTree 有简单的CHM 及DEMO

资源截图

代码片段和文件信息

//---------------------------------------------------------------------------

#include 
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM(“test.cpp“ Form1);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
        try
        {
                 Application->Initialize();
                 Application->CreateForm(__classid(TForm1) &Form1);
                 Application->Run();
        }
        catch (Exception &exception)
        {
                 Application->ShowException(&exception);
        }
        catch (...)
        {
                 try
                 {
                         throw Exception(““);
                 }
                 catch (Exception &exception)
                 {
                         Application->ShowException(&exception);
                 }
        }
        return 0;
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1498  2002-11-13 17:33  DBTree\demo\test.~h

     文件       2966  2002-11-13 17:42  DBTree\demo\test.dfm

     文件    4784128  2002-11-13 18:21  DBTree\demo\demo.tds

     文件       3662  2002-11-13 17:43  DBTree\demo\demo.bpr

     文件      81920  2002-11-13 18:21  DBTree\demo\index.mdb

     文件        876  2002-11-13 16:56  DBTree\demo\demo.res

     文件       2020  2002-11-13 17:41  DBTree\demo\test.cpp

     文件       6664  2002-11-13 17:18  DBTree\demo\demo.d

     文件       7263  2002-11-13 17:41  DBTree\demo\test.d

     文件       1558  2002-11-13 17:37  DBTree\demo\test.h

     文件     517529  2002-11-13 17:41  DBTree\demo\test.obj

     文件       1068  2002-11-13 17:14  DBTree\demo\demo.cpp

     文件      64000  2002-11-13 18:21  DBTree\demo\demo.exe

     文件      17715  2002-11-13 17:18  DBTree\demo\demo.obj

     文件       1710  2002-11-13 17:36  DBTree\demo\test.~cpp

     文件       2952  2002-11-13 17:34  DBTree\demo\test.~dfm

     文件       1068  2002-11-13 16:57  DBTree\demo\demo.~cpp

     文件       3436  2002-11-13 16:57  DBTree\demo\demo.~bpr

     文件        394  2002-11-13 17:43  DBTree\demo\demo.bcc32pch

     文件       7866  2002-11-13 18:21  DBTree\vcl\DBTree.d

     文件      11394  2002-11-13 18:05  DBTree\vcl\DBTree.~cpp

     文件       1943  2002-11-13 11:39  DBTree\vcl\DBTree.~h

     文件     125449  2002-11-13 18:21  DBTree\vcl\DBTree.obj

     文件      11314  2002-11-13 18:21  DBTree\vcl\DBTree.cpp

     文件       1943  2002-11-13 11:39  DBTree\vcl\DBTree.h

     文件      13737  2002-11-13 18:16  DBTree\help\DBTree.chm

     目录          0  2002-11-13 14:28  DBTree\demo

     目录          0  2002-11-13 14:28  DBTree\vcl

     目录          0  2002-11-13 14:28  DBTree\help

     目录          0  2002-11-13 14:27  DBTree

............此处省略3个文件信息

评论

共有 条评论

相关资源