ICM URL at http://www.lyx.org/download/

2005-01-26 Thread Rafal Maszkowski
ftp://ftp.icm.edu.pl/vol/rzm0/lyx/ is not a canonical path and now is just wrong. The proper ones are e.g.: ftp://sunsite.icm.edu.pl/pub/unix/editors/lyx/ http://sunsite.icm.edu.pl/pub/unix/editors/lyx/ rsync://sunsite.icm.edu.pl/pub/unix/editors/lyx/ R. -- Spory w przekładaniu ideału etycznego

lyxserver bug

2005-01-26 Thread G. Milde
Dear developers, trying to use the lyxserver for a kind of scripting support, I came accross some troublespots. Sending a non existing LFUN will show Unknown Function in the status bar, but the server returns "INFO:cname:fun" while it should IMHO return an "ERROR:cname:fun:function doesnot exist"

Re: Windows dummy question

2005-01-26 Thread Angus Leeming
Angus Leeming wrote: > Are there Windows equivalents to the WIFEXITED etc macros or is all info > contained in code: > > DWORD code = WaitForSingleObject(hProcess, 0); Forget it. I should have googled first. Sorry. http://www.php-websource.com/php500/source-proc_open.htm DWORD wstatu

Windows dummy question

2005-01-26 Thread Angus Leeming
Are there Windows equivalents to the WIFEXITED etc macros or is all info contained in code: DWORD code = WaitForSingleObject(hProcess, 0); C.f. int status; pid_t waitrpid = waitpid(pid_, &status, WNOHANG); if (waitrpid == -1) { std::cerr << "Error waiting for child:"

Re: What version of MSVS/MSVC?

2005-01-26 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> I am not sure who "we" are here, but I cannot see that _I_ >> have seen that. > | Well, you have submitted patches to Boost now and again. Sure, but it is minor details. >> Anyhow... it seems that ~90% of all of uses

Re: What version of MSVS/MSVC?

2005-01-26 Thread Asger Ottar Alstrup
Lars Gullik Bjønnes wrote: I am not sure who "we" are here, but I cannot see that _I_ have seen that. Well, you have submitted patches to Boost now and again. Anyhow... it seems that ~90% of all of uses of FileInfo can be replaced by a boost::filesystem::exists(...) Create directory, remove directo

Re: What version of MSVS/MSVC?

2005-01-26 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: | Regarding boost filesystem: I think we should put that on the | back-burner for 1.4. The risk of breaking some platform is too high. | We have seen before that LyX is more portable than Boost libraries. I am not sure who "we" are here, but I canno

Re: What version of MSVS/MSVC?

2005-01-26 Thread Asger Ottar Alstrup
Angus Leeming wrote: Lars Gullik Bjønnes wrote: What verison of MSVS and/or MSVC++ are we planning to support? My version is Visual Studio .NET 2003. To look up information about the Windows API, go to msdn.microsoft.com, or just try google with a string like "CreateDirectory msdn", and you will