View Single Post
  #6  
Old 01-26-2006, 03:29 AM
Ibix
Sarnak
 
Join Date: Jan 2006
Posts: 40
Default

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.
Reply With Quote