Do the static libraries link to static MFC? If not, there shouldn't be a problem. The Measurement Studio libraries are also static libraries, but Measurement Studio provides both libraries that link to static MFC and libraries that link to the MFC dll. The error that you're seeing is because you're trying to link to static MFC, hence it's pulling in the Measurement Studio UI libraries that link to static MFC. If the other static libraries that you're using either link to static MFC or don't link to MFC at all, you should be able to link to the MFC dll for the Measurement Studio libraries with no problems.
- Elton