LNK2001 (unresolved external) error with operators << and >>
Borland's Object Windows Library for the modern age
Brought to you by:
jogybl,
sebas_ledesma
Linking this file results in error LNK2001
The problem is caused by the missing directive BI_SUPPORT_TMPLFNC_FRIEND
for Visual C++ 2005/2008/2010 in the file with compiler-specific constants.
It will be added in the next update.
Meanwhile, the problem can be solved by adding the line
DECLARE_STREAMABLE_INLINES_I(TPolyline);
after the line
IMPLEMENT_STREAMABLE( TPolyline);
and this will put the missing definitions.
Jogy
Fixed in 6.30.5