0

I am trying to run a program in Visual Studio 2010. It uses filledShapes library and armadillo matrix library.

The code runs fine in debug mode but when i set it to release mode it hangs and tells me that I am missing blas_win32_MT.dll files . But i have pasted this file in the debug folder of my solution and included the .lib files in the linker input.

Does anyone face the same problem

Goku
  • 1
  • 1
  • Do you think `when i set it to release mode` and `pasted this file in the debug folder` are related? – PeterT Oct 20 '13 at 03:00
  • Yeah because VS tells me i am missing these files when i use release mode – Goku Nov 02 '13 at 00:24
  • that was meant a little sarcastically, I was basically asking if you added the linker input in the release mode configuration too. – PeterT Nov 02 '13 at 01:20

0 Answers0