I have two computers both have the same configuration.(vs 2005 sp1,Qt 4.4.0,XP sp3).
I installed qwt header and libs and dlls both my computers.I was able to compile and build a simple code like below one of my computer and I can run it successfully(no errors).But when I transport the code on my other (office) computer it is compiled and built in debug mode (no errors) successfully but when I want to run it,the program exits with that sentence;
The program '[2332] example.exe: Native' has exited with code 1 (0x1).

simple Code;
QwtDial *d=new QwtDial();

It can't instantiate any qwt object..Why it does like that...
I need some help to solve this problem.