ahmedshakill / WinBGIm-64

WinBGIm 64 bit compiler support .
28 stars 32 forks source link

WinBGIm 64 bit

example branch main

Solution for graphics.h libbgi error

This build of libbgi.a is compatible with 64 bit compiler. Which means you can link against it without linker error or where linker says it can't find libbgi.a cause 64 bit compiler ignores 32 bit build of the library.

Win32 system calls have been updated to reflect the changes in win32 api for 64 bit compatibility.

Link to original source http://winbgim.codecutter.org/

To Build and Run

You can build and run this project directly and write your graphics program on top of it.

For that

VS Code

Code::Blocks

If not, add them to path

  set PATH=%PATH%;C:\Program Files\CMake\bin;C:/Program Files/CodeBlocks/MinGW/bin