I am using POCO first time, and I compiled POCO with default configuration.
The DLL library files are "PocoFoundation.dll" and "PocoFoundationd.dll", I know the extra 'd' means "debug".
The corresponding library files are "PocoFoundation.lib", "PocoFoundationd.lib", "PocoFoundationmd.lib", "PocoFoundationmdd.lib", "PocoFoundationmt.lib", "PocoFoundationmtd.lib".
What are the meaning of the "md", "mdd", "mt", "mtd"? Which corresponding to dynamic link library, and which corresponding to static link library?
Thanks!





