hi christian,

i somehow solved the problem, in my .pro file i previously had the line

Qt Code:
  1. LIBS =../service/release/QGrid
To copy to clipboard, switch view to plain text mode 


now i changed it to

Qt Code:
  1. LIBS=../service/release/QGrid.lib
To copy to clipboard, switch view to plain text mode 

and the warnings are gone


can u tell me wat could be the problem ... as with QGrid (and not QGrid.lib) also my program was running fine with warnings only ....

Thanx...