Closed trevorboultwood closed 1 year ago
may I know what's the third parameter are you passing in initgraph()
@trevorboultwood
Hi Ullaskunder3, I believe I solved my initial problem, whilst I'm not completely sure I suspect the underlying issue is dependent on the compiler being used. I think I was using a 32 bit compiler for the 64bit compiled library.
Awesome
I'm trying to get this library working with vscode following your guide but I get a segmentation fault!
I can successfully build the project with ctl+shift+b and this produces a lovely executable. If I try to run this nothing happens, if i open it within the console no error messages are displayed. The segmentation fault appears on initgraph. This is probably something to do with the library .a file...
Thank you!