![]() |
|
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
![]() |
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
![]() |
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? My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
Matthew Leverton
Supreme Loser
January 1999
![]() |
MT is static. |
|