Borland Graphics Interface in the Windows KwangWoo Choi Department of Physics Kangwon National University Using the BGI(Borland Graphic Interface) in the.

Slides:



Advertisements
Similar presentations
3) CircuitWorks Component Library
Advertisements

Getting Started To start the process, procure the Digital Signature Certificate Enrollment Kit from Signature World or its Registration Authorities. The.
An open source tool for creating and editing digital audio files By Tim VanSlyke.
Click Here for Download the Installation Files Click Here for Guide How to Extract Installation Files.
CASE SCENARIO: GOOGLE DRIVE.  When Google Drive first launched, it served as a place to store your files in the cloud so that they could be accessed.
Prerequisites Essentials of Windows 95/97 Office graphic copyright by Microsoft Corp.
Michael Donovan, River Campus Libraries – 12/03 DocuShare Overview and Training.
Installing JDK and Tomcat Vijayan Sugumaran Department of DIS Oakland University.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Go to the link ( as shown, then choose downloads.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Find your video on youtube e.g. Place the work ‘kick’ in the url.
Cummins® Inc. Update Manager 3.0 Training Electronic Service Tools.
Windows Movie Maker. How to EXPORT Exporting……. In the Project, open the FINISH MOVIE tab.
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Access Tutorial 10 Automating Tasks with Macros
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Microsoft Office 2003: Advanced 1 ADVANCED MICROSOFT EXCEL Lesson 16 Using Templates and Protection.
Setting up Eclipse Computer Organization I 1 August 2009 ©2009 McQuain Getting Eclipse for C/C++ Development Go to and click on Download.
Promodel tutorial tutorial.
LearningNet Breeze Presentation Publishing Guide Learning Solution Group Learning Center, Korea Last Updated: November 30,
Active-HDL Interfaces Debugging C Code Course 10.
Intro to Google Docs Table of Contents Video What is Google Docs? What can you do with it? Creating a new document Uploading an existing document.
Click your mouse to continue. Creating a New Mail Merge Document When you need to create a form letter but do not have an existing main document, you can.
How to Take Full Control of the ArrayTools and R Folder You need to have Full Control of the ArrayTools and R installation folders to run BRB-ArrayTools.
Common Application Software. MS Word Some advanced use : Mail-merge Self-made Templates Macro (recording and running)
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
The Microsoft ® Mouse Mischief ™ add-in works with Microsoft ® PowerPoint ® 2010 or Microsoft ® Office PowerPoint ® Download and install the Mouse.
Office graphic copyright by Microsoft Corp.
Setting up Cygwin Computer Organization I 1 May 2010 ©2010 McQuain Cygwin: getting the setup tool Free, almost complete UNIX environment emulation.
How to create and install packages in R Presenter: Roman Jandarov
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
line.net/ okpop.com/bar elythereflashin dex.html.
Lecturer : 이선아  APM  Apache  PHP  MySQL.
Mantid Manipulation and Analysis Toolkit for ISIS data.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Producing a Mail Merged Letter Step 1 Create an Access database for Names and Addresses you can use the ‘Customers’ template in Group Work. Enter the necessary.
1 Microsoft Project 2003 Starting a New Project. 2 Creating a new project plan To start Microsoft Project, click the Windows Start menu. Point to All.
Open project in Microsoft Visual Studio → build program in “Release” mode.
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
Operating Systems Concepts 1/e Ruth Watson Chapter 1 Chapter 1 Introduction to Operating Systems Ruth Watson.
Active-HDL Server Farm Course 11. All materials updated on: September 30, 2004 Outline 1.Introduction 2.Advantages 3.Requirements 4.Installation 5.Architecture.
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Call How to Remove Virus from Windows 10 Using Windows Defender Offline?
Cygwin: getting the setup tool
How to Program.
How to Start Programming in Linux Environment
Getting Eclipse for C/C++ Development
A tour of new features How to Solve Vipre Service Not Running Issue?
What Should I Do if My Style Is Not Included?
Visual Basic Code & No.: CS 218
T_C_N_L_G_ E D I D I E O Y O H I E B J I R E A A W.
Getting started in Eclipse
Setting the Permissions
Basic Usage of Glade Use Glade and create the interface
Promodel tutorial tutorial ITSS - Modelos de simulación.
Horizontal Centering Using the menu bar
Volume Marketing Tool.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Download and Installation of code::blocks
Windows.
Windows Installation Tutorial
Print, Collate, and Staple
Getting Eclipse for C/C++ Development
III. Responsibilities of Admin
Graphic Libraries for The User Interface
Instructions for using the Miradi Companion Reporting Tool
How To Password Protect A PDF Free With or Without Acrobat.
Presentation transcript:

Borland Graphics Interface in the Windows KwangWoo Choi Department of Physics Kangwon National University Using the BGI(Borland Graphic Interface) in the Windows.

1) Using the BGI by the GCC compiler in the Windows 2) Installation winbgim.h (copy to c:/development/Dev-C++/include) winbgim.cpp (copy to c:/development/Dev-C++/include) conio.h (copy to c:/development/Dev-C++/include) graph.h (copy to c:/development/Dev-C++/include) libbgi.a (copy to c:/development/Dev-C++/lib) WinBGim

Using the borland graphic interface by DEV-C++ 1) Go to "Project" menu and choose "Project Options“. 2) In the "Further object files or linker options" field, enter: “-lbgi -lgdi32”. 3) Week point We Need manage needless Project File.

Using WinBGim in the Mingw(Edit Plus) 1) Mingw Gcc compiler including WinBGim 2) Download and install the free cs1300 tools, as described in 3) Installation run.bat (copy to c:/cs1300/bin) 4) Setting the Environment Variable in Windows Windows 98 : Write in the “Autoexec.bat” file. Windows NT : Click the “My Computer” by right button on mouse, select the “Properties” and then “Advanced” tab, click the “Environment Variables” button, select System Variables’s “Path”. SET C_INCLUDE_PATH=C:\cs1300\include SET CPLUS_INCLUDE_PATH=C:\cs1300\include\g++;C:\cs1300\include SET LIBRARY_PATH=C:\cs1300\lib SET GCC_EXEC_PREFIX=C:\cs1300\lib\gcc-lib\ PATH C:\cs1300\bin;C:\cs1300

5) Setting the Edit Plus Click the ” 도구 ” menu and select “ 사용자 도구 설정 ” Select “ 추가 ” button, and make new order. In the “ 명령 ” field, enter: c:\cs1300\bin\g++.exe In the “ 인수 ” field, enter: $(FileName) -lbgi -lgdi32 -luser32 -o $(FileNameNoExt).exe Make the other order. In the “ 명령 ” field, enter: c:\cs1300\bin\run.bat In the “ 인수 ” field, enter: $(FileNameNoExt)

Summary Using the BGI(Borland Graphic Interface) in the Windows.