Code::Blocks Forums

User forums => Help => Topic started by: thed0ct0r on November 25, 2011, 09:09:06 pm

Title: Allegro and Code::Blocks
Post by: thed0ct0r on November 25, 2011, 09:09:06 pm
Hi,

A premise: I apologize for my English :)

I just configured: Allegro library in Code:: Blocks, compilation works properly, but when i try to start the exe or when i try to debug I get an error, tells me: I miss the dll: mscvr70.dll

Why do I get this error? I tried the demo of the community (allegro.cc) and working properly. So I think it's a problem that stems from Code:: Blocks\MinGW.

Thank you :)
Title: Re: Allegro and Code::Blocks
Post by: zabzonk on November 25, 2011, 09:29:00 pm
> So I think it's a problem that stems from Code:: Blocks\MinGW.

I think it is not. My Windows 7 installation does not contain such a DLL, and certainly neither MinGW or CB provide it. If Allegro (whatever that is) needs it, ask about it on the Allegro forums.
Title: Re: Allegro and Code::Blocks
Post by: thed0ct0r on November 25, 2011, 09:44:36 pm
I redid the project, in effect now works ... it was my fault, I did not include the libraries in the exact order, I apologize for the futility of the discussion.