PDA

View Full Version : Problem executing Qwt with MSVC



ProTonS
25th August 2009, 20:04
Hello everybody,

I have a new problem here, I´m trying to use qwt.

Well, I´m using msvc 2008 pro, with vc addin. I´ve already donwload and built qwt using nmake. I´ve built the samples too. But I cant build it from msvc.

I´m following this thread: http://www.qtforum.org/article/28511/solved-qwt-link-problem-with-msvs2008.html

I set everything like him and the documentation, but I´ve received a time executing error: "This application has failed to start because MSVCP90.dll was not found. Re-installing the application may fix this problem". Then I put this and other files from the directory into the system32, after that I´ve received another error:

---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: D:\Documents and ...

R6034

An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.


---------------------------
OK
---------------------------

I dont know what to do, I compiled the samples using msvc console, then I think its a config problem, but I dont know what config I must change to execute it.

Thanks for any help.

Bye bye.

ProTonS
25th August 2009, 21:21
Sorry, boys, I put this thread in the general forum.

then, some mod, please, put it in the right place.

Well, I know why I was receiving that error, that was because I only built release library :D

I must build debug and library to my work :)

Now I have to find out how to make that in the console, well, if I cant I will come back to help :)

cya.