大多数BCB程序员也许一辈子都不用关心Toolsapi,但假如象我一样无聊的话,
不妨玩玩和讨论一下:
看看下面的程序,来把IDE变个样:
---BCB5。0
//---------------------------------------------------------------------------
#include vcl.h
#pragma hdrstop
USERES("nodebug.res");
USEPACKAGE("vcl50.bpi");
//---------------------------------------------------------------------------
#include toolsapi.hpp
#include inifiles.hpp
//---------------------------------------------------------------------------
#pragma package(smart_init)