I am trying to build a project in Visual Studio that depends on a lib I built in Pelles C. VS throws an error: "error LNK1104: cannot open file 'crtmt.lib'". I cannot find anywhere I've specified crtmt.lib, either in the Visual Studio project that uses the Pelles C built lib, or in the Pelles C project that builds the lib, and wonder if it Pelles itself might add a dependency on crtmt.lib. Does it? If so, where can I find this lib? If not, do you have any other ideas what might have caused this dependency?
Thanks,
Bob