I am currently trying to use both Borland Compiler in CodeBlocks as I do not find Turbo C and its environment suitable for coding. Now I realize that graphics.h library is not working in CodeBlocks while using Borland Compiler. I know there is a way while using MinGW compiler, but I need to write other programs in Borland Compiler.
Is there any way to use both Borland Compiler and graphics.h in CodeBlocks?
410 Views Asked by Vansh Chaudhary At
1
There are 1 best solutions below
Related Questions in C++
- C++ using std::vector across boundaries
- Linked list without struct
- Connecting Signal QML to C++ (Qt5)
- how to get the reference of struct soap inherited in C++ Proxy/Service class
- Why we can't assign value to pointer
- Conversion of objects in c++
- shared_ptr: "is not a type" error
- C++ template using pointer and non pointer arguments in a QVector
- C++ SFML 2.2 vectors
- Lifetime of temporary objects
- I want to be able to use 4 different variables in a select statement in c ++
- segmentation fault: 11, extracting data in vector
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- How can I print all the values in this linked list inside a hash table?
- Configured TTL for A record(s) backing CNAME records
Related Questions in CODEBLOCKS
- BOOST & GCC, undefined reference to boost
- How collapse all XAML code sections at once?
- Compiling PDCurses into ".a", error with mingw command
- Undefined reference to `linrg_` in IMSL library with gfortran in CodeBlocks
- what is the wrong with that loop?
- C++ compiler error in CodeBlocks & Xcode
- CodeBlocks c++ - Can't use Thread because the compiler doesn't support it
- SFML 2.3 and CodeBlocks error compilation
- code::blocks can't create files
- How to include a "custom" library in Code::Blocks? (Windows 7)
- missing sfml-graphics-d-2.dll when using SFML
- Error : Cmake can't generate openCV
- Error LNK2019 LNK2001
- GDB hangs on breakpoint (using Codeblocks & CppUTest)
- selected_real_kind in gfortran and code::blocks
Related Questions in BGI
- the following code always stuck and the window hangs
- Program with graphics being aborted, even though XInitThreads was called
- Graphics header fails to compile?
- Give Changing Different colors to a shape
- How can I display images on the output screen using ASCII code in C++?
- Making a circle orbit in a circular path around another circle in C++
- How to detect a mouse click on a polygon with WinBGIm?
- how can i change the b-spline curves from 4 point to 6?
- Graphics.h Not Working in VS Code version 1.15.1
- Midpoint Circle algorithm not working for unequal center coordinates
- How can I compile and run programs using graphics.h in code::blocks?
- Bresenham's line drawing Code
- Would anyone know how to fix this conflicting types error im having on GCC while trying to use <graphics.h> on linux?
- C C++ Graphics program in Linux
- Undefined references when using graphics.h?
Related Questions in BORLAND-C
- How can I debug a Borland BCC55 compiled EXE using visual studio?
- How can I create multiple directories in a single line?
- C program to send 3 lines of text (to a printer)
- How to open .bpr files and build a project?
- System programming with C(Time interval)
- Unable to open included files
- borland c unable to include header file
- The variabel in my program is not giving the value user already gave
- Can't supply my own class as List<T> parameter (class not defined)
- Using memcmp with DOS far pointers
- Using environment variables in a makefile
- Why is the compiler showing "Call to function with no prototype"?
- Do the format strings for printf et al behave differently on Borland C and in GCC?
- Borland c++ console functions
- C Borland Compiler Error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
To work with CodeBlocks, the advice is to install the latest version (20.03).
However, CodeBlocks has long been able to use the Borland bcc32 compiler (version 5.5 or 5.6, it seems to me) by setting the toolchain paths appropriately.
While using the Borland compiler from CodeBlocks, this does not allow you to use the VCL library only available via the Borland C++ Builder IDE.