Difference between MT and MD files?
sai pavan boddu

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

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

I would like to know too, and I don't have MSVC - which one links statically to the c runtime and which one links dynamically?

Matthew Leverton

MT is static.

Edgar Reynaldo

Ah, thanks.

Thread #611687. Printed from Allegro.cc