Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-03 Thread Andre Poenitz
On Sun, Oct 02, 2005 at 06:19:34PM +0100, Angus Leeming wrote: Andre Poenitz wrote: Right, but we'll need to patch our qt frontend source code to use Qt4, no? 'patch' would be a proper British understatement. 'rework' would be closer in a continental climate. Really? I've been

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-03 Thread Andre Poenitz
On Sun, Oct 02, 2005 at 06:19:34PM +0100, Angus Leeming wrote: > Andre Poenitz wrote: > >> Right, but we'll need to patch our qt frontend source code to use Qt4, > >> no? > > > 'patch' would be a proper British understatement. > > 'rework' would be closer in a continental climate. > > Really?

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-02 Thread Andre Poenitz
On Mon, Sep 26, 2005 at 08:01:10PM +0100, Angus Leeming wrote: Andre Poenitz wrote: On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: Just for completeness, here are patches that I believe will allow tex2lyx to run successfully on Win95 and Win98 and will allow both LyX

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-02 Thread Angus Leeming
Andre Poenitz wrote: Right, but we'll need to patch our qt frontend source code to use Qt4, no? 'patch' would be a proper British understatement. 'rework' would be closer in a continental climate. Really? I've been playing with the KDVI sources recently and there the initial migration to

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-02 Thread Andre Poenitz
On Mon, Sep 26, 2005 at 08:01:10PM +0100, Angus Leeming wrote: > Andre Poenitz wrote: > > > On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: > >> Just for completeness, here are patches that I believe will allow > >> tex2lyx to run successfully on Win95 and Win98 and will allow both

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-10-02 Thread Angus Leeming
Andre Poenitz wrote: >> Right, but we'll need to patch our qt frontend source code to use Qt4, >> no? > 'patch' would be a proper British understatement. > 'rework' would be closer in a continental climate. Really? I've been playing with the KDVI sources recently and there the initial migration

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus I think I had a little bit of a brain storm when I first wrote Angus the code, six weeks ago :) The optimization is totally Angus unnecessary. I'll get rid of the pointer and change Angus get_document_dir, so. Similarly for the code to grab

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus I think I had a little bit of a brain storm when I first wrote Angus the code, six weeks ago :) The optimization is totally Angus unnecessary. I'll get rid of the pointer and change Angus get_document_dir, so. Similarly for the code to grab the Angus

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Let's leave it as it is. The thing is exception safe which is Angus nice even if we don't play with exceptions. Sure. I knew you'd find a reason :) JMarc

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think I had a little bit of a brain storm when I first wrote Angus> the code, six weeks ago :) The optimization is totally Angus> unnecessary. I'll get rid of the pointer and change Angus> get_document_dir, so. Similarly for the

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> I think I had a little bit of a brain storm when I first wrote > Angus> the code, six weeks ago :) The optimization is totally > Angus> unnecessary. I'll get rid of the pointer and change > Angus> get_document_dir, so. Similarly for the code to grab the >

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Let's leave it as it is. The thing is exception safe which is Angus> nice even if we don't play with exceptions. Sure. I knew you'd find a reason :) JMarc

[patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Just for completeness, here are patches that I believe will allow tex2lyx to run successfully on Win95 and Win98 and will allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion filter on such machines. (It's likely that Qt/WinFree will die a horrible death though...) I'll wait for Luis

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Just for completeness, here are patches that I believe will Angus allow tex2lyx to run successfully on Win95 and Win98 and will Angus allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion Angus filter on such machines. (It's likely

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus Just for completeness, here are patches that I believe will Angus allow tex2lyx to run successfully on Win95 and Win98 and will Angus allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion Angus filter on such machines. (It's likely that Qt/WinFree will

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Andre Poenitz
On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: Just for completeness, here are patches that I believe will allow tex2lyx to run successfully on Win95 and Win98 and will allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion filter on such machines. (It's likely that

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Andre Poenitz wrote: On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: Just for completeness, here are patches that I believe will allow tex2lyx to run successfully on Win95 and Win98 and will allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion filter on such machines.

[patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Just for completeness, here are patches that I believe will allow tex2lyx to run successfully on Win95 and Win98 and will allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion filter on such machines. (It's likely that Qt/WinFree will die a horrible death though...) I'll wait for Luis

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Just for completeness, here are patches that I believe will Angus> allow tex2lyx to run successfully on Win95 and Win98 and will Angus> allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion Angus> filter on such machines.

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> Just for completeness, here are patches that I believe will > Angus> allow tex2lyx to run successfully on Win95 and Win98 and will > Angus> allow both LyX 1.3.x and LyX 1.4.x to be used as a conversion > Angus> filter on such machines. (It's likely that

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Andre Poenitz
On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: > Just for completeness, here are patches that I believe will allow tex2lyx > to run successfully on Win95 and Win98 and will allow both LyX 1.3.x and > LyX 1.4.x to be used as a conversion filter on such machines. (It's likely > that

Re: [patches 13x, 14x] wrappers for ShGetFolderPath, GetLongPathName

2005-09-26 Thread Angus Leeming
Andre Poenitz wrote: > On Mon, Sep 26, 2005 at 03:51:00PM +0100, Angus Leeming wrote: >> Just for completeness, here are patches that I believe will allow >> tex2lyx to run successfully on Win95 and Win98 and will allow both LyX >> 1.3.x and LyX 1.4.x to be used as a conversion filter on such