Code::Blocks Forums

User forums => Help => Topic started by: shtb8501 on March 22, 2020, 01:39:19 am

Title: How to use Graphics.h in Code::Block
Post by: shtb8501 on March 22, 2020, 01:39:19 am
Code::Blocks version:17.12
include:graphics.h,winbgim.h;lib:libbgi.a
Run the program,and the console return such message as below:
Process returned -1073741819 0XC0000005
By the way,where can I found the detail of errorcode with code::blocks?
Title: Re: How to use Graphics.h in Code::Block
Post by: oBFusCATed on March 22, 2020, 01:53:59 am
These are os error messages. Search Microsoft's documentation for their meaning.
This particular one is for access violation.