After launching my app, it complains that entry point glIsQuery could not be located. So I used Dependency Walker to debug this problem.
The Parent Import Function table does show that 'glIsQuery' is missing, as shown below
However, the Export Function List also shows that the symbol exists (I also used dumpbin to verify this)
Any clue?