Author Topic: Allegro and Code::Blocks  (Read 4524 times)

Offline thed0ct0r

  • Single posting newcomer
  • *
  • Posts: 4
Allegro and Code::Blocks
« 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 :)
« Last Edit: November 25, 2011, 09:42:30 pm by thed0ct0r »

zabzonk

  • Guest
Re: Allegro and Code::Blocks
« Reply #1 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.

Offline thed0ct0r

  • Single posting newcomer
  • *
  • Posts: 4
Re: Allegro and Code::Blocks
« Reply #2 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.