News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Allegro and Code::Blocks

Started by thed0ct0r, November 25, 2011, 09:09:06 PM

Previous topic - Next topic

thed0ct0r

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 :)

zabzonk

> 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.

thed0ct0r

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.