On Fri, 30 Mar 2001 [EMAIL PROTECTED] wrote:
> Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms
> In directory baywatch.lyx.org:/tmp/cvs-serv17815/frontends/xforms
>
> Modified Files:
> ChangeLog FormCitation.C FormExternal.C form_citation.C
> form_external.C form_ext
On 19 Mar 2001, Lars Gullik Bjønnes wrote:
> Allan Rae <[EMAIL PROTECTED]> writes:
>
> | On Fri, 16 Mar 2001, Angus Leeming wrote:
> | > The extern "C" callbacks are meant to be very simple wrappers for "real" C++
> | > functions. In the past we did this with a macro, but that buggered up Lars'
>
Allan Rae <[EMAIL PROTECTED]> writes:
| On Fri, 16 Mar 2001, Angus Leeming wrote:
| > The extern "C" callbacks are meant to be very simple wrappers for "real" C++
| > functions. In the past we did this with a macro, but that buggered up Lars'
| > debugger. The principle behind the macros is still
On Fri, 16 Mar 2001, Angus Leeming wrote:
> The extern "C" callbacks are meant to be very simple wrappers for "real" C++
> functions. In the past we did this with a macro, but that buggered up Lars'
> debugger. The principle behind the macros is still valid, however.
Ahh! Now I finally know what
On Friday 16 March 2001 15:29, John Levon wrote:
> On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote:
> This was not checking for form && form->visible in the WMHideCB ??
> Odd that it didn't happen at home ...
No. This was me. FormMaths ultimately derives from FormBaseDeprecated, not
FormBase anym
On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote:
> Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms
> In directory baywatch.lyx.org:/tmp/cvs-serv29983/src/frontends/xforms
>
> Modified Files:
> ChangeLog FormBaseDeprecated.C FormMaths.C FormMaths.h
> form_maths.C form_mat
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> so whenever I use stringstream I have to use str().c_str() to
John> get the string out in the case of using lyxstring right ?
It is for the ugly case where one uses lyxstring in general (which I
am forced to do under tru64 because the
On Fri, 16 Mar 2001 [EMAIL PROTECTED] wrote:
> Update of /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms
> In directory baywatch.lyx.org:/tmp/cvs-serv29891/src/frontends/xforms
>
> Modified Files:
> ChangeLog FormMaths.C
> Log Message:
> compilation fixes
so whenever I use stringst