MiniGUI uses Harbour and Borland C++ by default. To use MiniGUI with Harbour and Borland C++, go to the Download page and download the first two files. Harbour binaries are included in the first file. Run the installation in both of these files.
You'll then be directed to this page where you'llbe asked to register--don't worry, this is painless and free---I haven'treceived a single email from Borland since I first downloaded the compiler.Click on the New User button to begin the process.
bcc55 download
This is a mirror of gilberts/bcc55.html Borland C++ 5.5 What is Borland C++ 5.5? Inprise Corporation, [also known as Borland], the makers of Delphi, Turbo Pascal, and C++ Builder, will let you freely download and use their C++ 5.5 compiler. This is Borland's latest ANSI/ISO C++ compiler, the same compiler that is used in C++ Builder 5. BCC55 comes with everything you need to compile and link both console-mode and GUI programs that will run on Windows 95/98/NT/2K. Your programs will not run on Windows 3.1 or DOS machines however.
BCC55 does not come with an Integrated Development Environment [IDE]. Instead, you write your source code using a text editor, such as Windows Notepad or SciTE. You then compile, link, and run your programs from the command-line. [That is, a DOS Window.] Borland also provides the text-mode Turbo Debugger as a separate [free] download.
The rest of this page will walk you through the steps necessary to download, install, and run your C++ programs using Borland C++ 5.5. You'll also learn how to configure the SciTE programmer's editor to compile and run your programs without returning to the command line.
Or other sites with links on Whatever you do, install the compiler and tools, the complete set of help files, and the TD32 debugger. These have to be downloaded separately from the Inprise site.
JFE is a very nice, full-featured and small programmer's editor. It has a German and an English version. It can be downloaded for free from the author's web site (Jens Altmann) at -online.de/home/Jens.Altmann/jfe.htm. JFE supports Bcc55 amongst many other compilers. It is composed of a single executable file (JFE.EXE) within a compress (zip) file. Extract JFE.EXE and place it into the compiler BIN directory (e.g. C:\Apps\Bcc55JFE\Bin).
The LibEWF project is currently hosted at GitHub but the files needed to build the dll shouldn't be downloaded from this location.Instead, per the LibEWF wiki, download a project from this Google drive location
If you want to get right into the programs, here are the direct links to the compiler/linker tools archive downloads: freecommandLinetools.exe (8.7 MiB; 8/24/2000) and their TurboDebugger.exe for Windows (TD32; 590 KiB; 6/6/2000).
You can download both files together here: bc55cfg.zip . The -I line in bcc32.cfg specifies the Include directory and the -L line (in both files) specifies "library search paths." Placing each switch option on its own line will avoid any confusion. You can add any other switches to these .cfg files that you wish to apply to all the programs you compile and/or link with C++ 5.5; they can, however, be overridden when necessary by using an option on the command-line or in a makefile.
You can either get SciTE right now (by selecting a download site near you from this link: Sc1.exe and saving the single executable file in your C:\bc55\bin folder), or wait until we explain how to use it in a separate lesson. We'll be compiling a few examples using some .CMD Batch programs first.
Download the Borland Compiler from the download page of borland.com . Just plop the file (freecommandLinetools.exe) on your desktop. This is the installation program. You can delete it after you have run the installation.
NOTE: Before you can download the tools, you will have to create an account with Borland (or log into an existing account). After accepting the license agreement, you will have the option of downloading the file using FTP or HTTP. If you use HTTP, Borland will make you download a downloader to actually get the file. I would recommend using FTP if the option is available.
Tulisan ini dibuat untuk pecinta Clipper yang masih mengalami kesulitan dalam mengkopilasi kode prg Clippernya dengan Harbour maupun xHarbour. Aplikasi yang dihasilkan dalam uraian ini memang masih dalam modul Text Console, akan tetapi sudah 32 bits. Dengan memahami uraian ini, Insya Allah pengembangan berikutnya ke modus grafis dan multi-platform akan menjadi lebih mudah. Amien.Di sini diuraikan langkah-langkah kompilasi kode prg Clipper dengan xHarbour modus text console dalam lingkungan Windows dengan xMate Project Manager. Semoga bermanfaat. A. File-File Aplikasi yang Diperlukan:File Biner Harbour, di sini dicontohkan file biner dari xHarbour yang dapat diperoleh dengan mendownload file xHarbour Binaries for Borland C++ 5.5.1 di Unzip file hasil download ke folder, contohnya, C:\xHarbour. Pada folder C:\xHarbour\Bin terdapat antara lain file harbour.exe yang berfungsi mengompil file prg menjadi file C
C compiler, misalnya Borland C++ compiler versi 5.5.1, yang dapat didownload di Download Borland C++ Compiler versi 5.5 untuk Windows yang berukuran 8.7 Mb. Instalasinya cukup dengan menjalankan file FreeCommandLineTools.exe yang telah didownload. Pada uraian ini dimisalkan Borland C++ Compiler diinstal di C:\Borland\BCC55, maka di folder C:\Borland\BCC55\Bin terdapat file antara lain:
BCC32.exe, untuk kompilasi file C menjadi obj
Ilink32.exe, untuk me-link file obj (dan file-file lainnya) menjadi exe atau dll
Tlib.exe, untuk membuat file lib dari file-file obj
Edit atau buat baru (dengan Notepad) file C:\Borland\BCC55\bin\BCC32.cfg dan sertakan baris berikut (jika belum ada):-I"C:\Borland\BCC55\Include"-L"C:\Borland\BCC55\lib";"C:\Borland\BCC55\lib\PSDK"Edit atau buat baru file C:\Borland\BCC55\bin\ilink32.cfg dan sertakan baris berikut (jika belum ada):-L"C:\Borland\BCC55\lib";"C:\Borland\BCC55\lib\psdk"xMate Project Manager, sekaligus text editor, yang dapat diperoleh dengan mendownload xMate.zip di . Unzip atau buka file xMate.zip kemudian instal, dengan menjalankan file exe-nya, ke folder, misalnya, C:\xMate
B. Cara Membuat Konfigurasi pada xMateEksekusi atau jalankan program C:\xMate\xMate.exe
Klik icon konfigurasi
Buat konfigurasi baru dengan cara
Pilih konfigurasi xHbBccConsole9960
Klik [Copy] untuk mengopi konfigurasi dasar pada xHbBccConsole9960 yang kemudian di-paste-kan ke konfigurasi baru yang akan dibuat
Klik [New] dan pada box yang muncul ketikkan nama konfigurasi yang dibuat, misalnya xHbBccConsole120, klik [OK]
Klik [Paste], maka muncul tampilan seperti berikut
Klik tab [EXE Defaults], muncul tampilan berikut yang berisi daftar file library dan obj bawaan compiler yang harus disertakan untuk membuat sebuah file exe
Hapus COW32.OBJ dari daftar dengan cara meng-klik %C_LIB_INSTALL%\COW32.OBJ kemudian klik [Remove]
Tambahkan COX32.OBJ ke daftar pada urutan teratas, dengan cara klik %C_LIB_INSTALL%\common.lib > klik [Insert] > klik file C:\Borland\BCC55\lib\cox32.obj > klik [Open]
Tambahkan library msimg32.lib ke daftar dengan cara klik [Add], klik file C:\Borland\Bcc55\lib\psdk\msimg32.lib, kemudian klik [Open]
Simpan konfigurasi ini dengan mengklik [Ok]
C. Pembuatan Proyek Untuk Membuat File ExeBuat projek baru dengan mengklik icon [New Project] pada xMate
Pilih konfigurasi setingan xHbBccConsole120 seperti gambar berikut, klik [OK]
Beri nama proyek sesusai dengan nama file exe yang ingin dibuat (tanpa ekstensi file) Misalkan ingin membuat Percobaan.exe, maka projek diberi nama Percobaan)
Tentukan HOME Folder untuk proyek tersebut, misalnya c:\xHbTest
Tambahkan semua source file prg yang akan dijadikan sebuah file exe ke daftar dengan mengklik [Add]. Dalam mendaftarkan file-file prg ini perlu diingat bahwa file prg yang berisi fungsi atau prosedur utama (kode startup) harus diletakkan di urutan pertama
Jika menggunakan user header files (biasanya .ch buatan sendiri) maka hendaknya diletakkan di dalam satu folder dan dirujuk tempatnya dengan mengklik icon folder pada [Add Include Paths] (dapat juga dirujuk langsung di masing-masing file prg).
Destination folder adalah tempat file exe ingin dibuat atau ditempatkan, nilai defaultnya %HOME% yang berarti pada contoh ini file Percobaan.exe akan dibuat di c:\xHbTest
Simpan proyek dengan mengklik [Save] dan setiap menge-[Save] proyek baru akan muncul pesan kesalahan seperti gambar berikut. dan ini bukan masalah, tekan saja [OK]
Setelah berhasil di-[Save] tampilan xMate akan memuat daftar file prg yang telah didaftarkan seperti gambar berikut
Jika ingin mengedit salah satu file prg-nya tinggal double click nama file yang bersangkutan pada daftar sehingga muncul xMate Editor-nya
Untuk membangun file exe-nya dapat ditempuh beberapa alternatif dengan mengklik salah satu icon berikut:
Icon pertama dan kedua untuk incremental build
Icon ketiga dan keempat untuk re-build
Icon yang bertanda panah untuk langsung eksekusi file exe-nya
D. Permasalahan Umum Third party libraries, termasuk library buatan sendiri, tidak dapat disertakan langsung dalam kompilasi ini. Jika ada file sumbernya, masalahnya dapat diatasi dengan membangun kembali library tersebut dengan (x)Harbour dan menyertakannya dalam kompilasi. Jika kode sumbernya tidak ada, mau nggak mau ya terpaksa harus membangun ulang fungsi atau prosedur yang diperlukan. Atau, kalau masih bisa, dicari padanannya yang ada pada library bawaan (x)Harbour Kritik, saran, dan komentar sampaikan di siniSelamat mencoba 2ff7e9595c
Comments