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.
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.
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?
MT is static.
Ah, thanks.