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
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
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
...@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
...@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
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
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