Georg Baum wrote:
Abdelrazak Younes wrote:
It compiles fine here except for a linking error:
Linking...
output_plaintext.obj : error LNK2019: unresolved external symbol
"public: __thiscall lyx::odocfstream::odocfstream(void)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "void __cdecl
writeFileAscii(class Buffer const &,class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,class
OutputParams const &)"
(?writeFileAscii@@YAXABVBuffer@@[EMAIL PROTECTED]
[EMAIL PROTECTED]@std@@[EMAIL PROTECTED]@2@@std@@ABVOutputParams@@@Z)
Any idea?
It looks like it does not find the odocfstream constructor, but it
definitely is implemented. Did you forget to compile and link in
support/docstream.C?
Yes, I forgot to regenerate the MSVC project... sorry for the noise.
BTW while searching for this I found two unused writeFileAscii declarations
that I removed.
Very good.
Abdel.