views:

76

answers:

0

I have gtest all setup and running fine with Visual Studio 8.

I've included msxml 4.0 in my build and now the test output won't show up in the visual studio output window.

  • The application will run if launched from the command line and return correct results (no missing dlls)
  • I've narrowed it down the msxml4.dll because if I comment out the include section everything returns to normal

For reason beyond my control we are including the dll like so:

#import "msxml4.dll"

Any ideas/suggestions are greatly appreciated. Thanks.