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
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"
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
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:"
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
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
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
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