On Fri, Dec 30, 2011 at 05:02:50PM -0600, Curt Carpenter wrote: > I have been working on a Lazarus program that as of today reports that > it can't find MFC42D.DLL. Can anyone tell me if Lazarus uses this dll?
In general lazarus doesn't, so something else must link it in. In decreasing probability: - a library that you use directly. - a library that one of the external components you use use. - a library that one of Lazarus components or lazarus CCR components use (maybe richedit) -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
