Quote:
On one computer compilation ends OK
In Link lately I get :
unresolved externals :
_WBRQSHELLINIT@4
_BTRCALL@28
_BTRCALL@32
|
For this one, you need to make sure that your project knows where the W3BTRV7.LIB is located.
For the precompiled header issue, make sure stdafx.h is in your project and is valid. If it's not, you should remove it from the cl command line.