I have problem compiling a project. The error is in Allegro 5 library of the header memory.h and I cannot debug it.:'(
I'm Code::Blocks IDE in Linux OS. Some of the errors are listed below:
I'll be thankful for your reply regarding this issue. I am using Allegro 5.2 as my library.
Are you including memory.h directly? If so, then you shouldn't, as it's meant to be included by `allegro.h' header.
Please edit your original post. Wrap all your code in <code>...</code> tags (click "Formatting Help" to see the exact syntax). It will make reading the code easier.
Thanks a lot SiegeLord. As I check my code I see that it includes memory.h,it helps a lot. Sorry for my bad post about my codes. I don't know how to post a right and readable code. I am new here. Thanks a lot for the advise