I'm guessing you're building using Microsoft VC++?
Make sure you're following the directions at:
http://www.eqemulator.net/wiki/wikka...a=DevVSExpress
Most notably, the little tidbit I added that links to:
http://msdn.microsoft.com/vstudio/ex...k/default.aspx
What has happened is you did not edit your .vsprops file to add some of the dependencies and as such the external resolution of those calls is failing.
Best of luck.