Embarcadero Japan Support
この記事は、Al Mannarino氏のブログの抄訳です はじめに このブログでは、C++Builderでスタティック(静的)ライブラリ (.Lib) およびダイナミック(動的)ライブラリ(. DLL)を作成および使用する方法について説明します。「ライブラリ」とは、プログラムで再利用可能なコンパイル済みのコードの集まりです。ライブラリには静的ライブラリと動的ライブラリの2種類があります。 スタティックライブラリ(.lib)とダイナミックライブラリ(.dll)の比較 スタティックライブラリ(.LIBフ… … Read more
1 year ago in C++, cbuilder, DLL, HowTo, tutorial0
Al Mannarino
Introduction: This post describes how to create and use Static Library (.Lib) and Dynamic (Run-Time) DLLs in C++ Builder. A library is a collection of pre-compiled code that can be re-used by programs. There are… … Read more
1 year ago in .LIB, C++, C++ Builder, Code, DLL0
Thushara Wedagedara
There is a glorious wealth of useful C++ libraries available on the internet. We have featured many great uses of C++ here on this blog too. C++ is typically extremely high performance. If we can… … Read more
3 years ago in C++, Delphi, Delphi DLL, DLL, DLL Import0
Konstantin Tomov
To this end, the sample uses the CliHandle and SharedCliHandle properties of the TFDConnection class. Location You can find the DLLSharing sample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object PascalDatabaseFireDACSamplesComp LayerTFDConnectionDLL_Sharing Subversion Repository: You… … Read more
4 years ago in Code, Delphi, DLL, DLLSharing, firedac, object pascal, programming, RAD Studio, windows0