Allegro.cc - Online Community

Allegro.cc Forums » Installation, Setup & Configuration » Difference between MT and MD files?

This thread is locked; no one can reply to it. rss feed Print
Difference between MT and MD files?
sai pavan boddu
Member #14,787
December 2012

Hello allegro developers

I want to know the difference between MT and MD files. At least the full-forms of MT and MD.

Problem is when i try to build the program using md, it throws an error "cannot open the files". But with mt it works fine. ::)

torhu
Member #2,727
September 2002
avatar

It's what kind of C runtime Allegro links to, static or dynamic. Look at C/C++->Code Generation->Runtime Library in MSVC and you will understand. Usually you would just match Allegro and your project's settings.

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

Matthew Leverton
Supreme Loser
January 1999
avatar

Edgar Reynaldo
Major Reynaldo
May 2007
avatar

Go to: