RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-29 Thread nicholas ferguson
guson; 'libreoffice' Subject: Re: which library needs to be linked to, that has implementation code for ErrorInfo::IsA On 09/29/2014 03:56 AM, nicholas ferguson wrote: > Essentially I searched for a module that used StringErrorInfo, and > then copied its preprocessors.and that work

Re: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 03:56 AM, nicholas ferguson wrote: Essentially I searched for a module that used StringErrorInfo, and then copied its preprocessors…and that worked. A word of advice: Replacing the LO build system with your own functionality, even only partially, is apparently hard and error pro

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
ember 28, 2014 9:37 PM To: 'libreoffice' Subject: which library needs to be linked to, that has implementation code for ErrorInfo::IsA this is a better example of the error msg. This example does not introduce extraneous class definitions. I assume I get unresolved externals.b

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 9:23 PM To: 'libreoffice' Subject: RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA Not a library...probably a preprocessor directive? From: LibreOffice

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 9:23 PM To: 'libreoffice' Subject: RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA Not a library...probably a preprocessor directive? From: LibreOffice [mai

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
Not a library...probably a preprocessor directive? From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of nicholas ferguson Sent: Sunday, September 28, 2014 7:19 PM To: 'libreoffice' Subject: which library needs to be linked to, that has implementatio

which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-28 Thread nicholas ferguson
My env. Cygwin + Visual Studio. Windows 7 (1)IsA in ErrorInfo comes from a macro in rtti.hxx a. /include/tools/errinfo.hxx i. class ErrorInfo has as member, macro TYPEINFO() to include 5 methods, including IsA