hi christian,
i somehow solved the problem, in my .pro file i previously had the line
LIBS =../service/release/QGrid
LIBS =../service/release/QGrid
To copy to clipboard, switch view to plain text mode
now i changed it to
LIBS=../service/release/QGrid.lib
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...
Bookmarks