Subscribe to this list via RSS Blog posts tagged in bcc32
Display JSON Base64 images created in C++Builder using Ext JS in browser Output to JSON Base64 Image Data Reading Browser.I use Ext JS. And the JSON server is C++Builder bcc32.   Create a standalone new project for WebBroker.     Add action on TWebModule side. PathInfo is set to "/img".   It is a code to output JSON corresponding to CORS. Code that can be compiled with bcc32. For CORS please refer to the following URL.https://developer.mozilla.org/en-US/docs/Web/HTTP/C...

Posted by on in Programming
Save Paradox Blob format to a file using BDE C++Builder 10.2 Tokyo does not have BDE installed.So, Install BDE separately in C++Builder 10.2 Tokyo.It is after the end of the all of the installation.   Download BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo Download the installer from the URL below.ID: 30752, BDE Installer for RAD Studio, Delphi, C++Builder 10.2 Tokyo    Check the Paradox data. Use the sample file named biolife.db.This is sample data of Paradox.I brought it from C++Build...

Posted by on in Programming
How to enqueue TQueue from TTask with bcc32 When considering migration from old C++Builder 10.2 Tokyo bcc32 project.You can use functions such as TThread::CreateAnonymousThread() and TTask to improve performance.In addition to TCriticalSection, you can also use System.TMonitor which supports multiple devices.I will show you how to program bcc32 project using the above method. TQueue<String> is created in Delphi. TQueue<T> is in System::Gener...
Tags: bcc32 C++ Win32

Posted by on in Tools
CodeGuardでRTLを使う場合[JAPAN]     CodeGuardとは bcc32 (C++Builder 10.2 Tokyo )で構文規則に違反していないためにコンパイラでは検出されないエラーを通知します。実行時ライブラリを追跡とマルチスレッド アプリケーションを完全にサポート。 機能 メモリおよびリソースの使用状況確認 関数呼び出しの検証 利用方法 プロジェクトオプションから|C++コンパイラ|デバッグ|CodeGuardを有効にする = true すると設定されます。 void __fastcall TForm2::Button1Click(TObject *Sender) { int* i = new int[1000]; } RTLを利用する場合 RTLを利用する場合プロジェクトオプション内のC++リンカ|動的RTLとリンクする = false 実行じパッケージ|実行時パッケージを使ってリンク = false上記の設定を行う必要があります。 TObject*をクリエイトする...
  • Page :
  • 1

Check out more tips and tricks in this development video: