Re: 1st attempt to clean OS/2 support

2001-02-05 Thread Miyata Shigeru
([EMAIL PROTECTED](B (J(Lars(B (JGullik(B (JBj(B\o nnes) wrote: > (JWhy(B (Jdo(B (Jyou(B (Jneed(B (Jthe(B (Jargc(B (Jcheck?(B > (J(and(B (Jisn't(B (Jargc(B (Jalways(B (J!0?)(B As I say, it is a hack. In order to build some global instances of classes, e.g. lyxrc,

Re: 1st attempt to clean OS/2 support

2001-02-05 Thread Lars Gullik Bjønnes
Miyata Shigeru <[EMAIL PROTECTED]> writes: | > To me it look good and certainly a step in the right direction. | > | > I have so far only looked at the diff. | | Anything else? | | For example, I'd like to know your opinion on system_tempdir. | I thought it not very comfortable to declare a gl

Re: 1st attempt to clean OS/2 support

2001-02-04 Thread Miyata Shigeru
Appearently, I have to attract more attention. [EMAIL PROTECTED] (Lars Gullik Bj\onnes) wrote: > +#ifdef __EMX__ > + ::unlink(to.c_str()); > +#endif > > Why not lyx::unlink(to); ? Simply, I overlooked it. > To me it look good and certainly a step in the right direction. > > I

Re: 1st attempt to clean OS/2 support

2001-01-29 Thread Lars Gullik Bjønnes
Miyata Shigeru <[EMAIL PROTECTED]> writes: | I haven't modified my code to use traits as suggested by | Lars. However it seems to work all right. | Please take a look, comment, critisize, and help me write | a clean code. Please do not apply every thing blindly. | | BTW I had to modify the typ

Re: 1st attempt to clean OS/2 support

2001-01-29 Thread Lars Gullik Bjønnes
Miyata Shigeru <[EMAIL PROTECTED]> writes: | I haven't modified my code to use traits as suggested by | Lars. It was not a very goot suggestion so ... Lgb