Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Michal
On Mon, 21 Mar 2011 02:17:00 +0100
Pavel Sanda sa...@lyx.org wrote:
 [...]
 Note that this installer is based on fresh new code different from
 1.6 series and needs some testing from you.
XP SP3 Polish here (tested via VirtualBox), installed LyX won't run,
it immediately exits with the message (roughly translated to English):
Application hasn't been properly initialized (0xc0150002). Click OK to
terminate the application.

The reason is that LyX.exe somehow depends on msvcr90.dll, which is
missing. Copying both Microsoft.VC90.CRT.manifest and msvcr90.dll into
'bin' directory solved the problem.

This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.

Another thing is that the installed LyX uses %APPDATA%\LyX2.0
directory for its settings, instead of %APPDATA%\lyx20, used by all the
previous 2.0 prereleases (except 'my' unofficial AltInstaller, due to
a bug).

I can also confirm, that LyX 2.0rc1 dictionaries are totally
unusable (!) also on windows, due to spellchecking bug (F7 doesn't
work, among other things). Because of this, I cannot test the new
feature of the installer - included dictionaries and thesauri.

Regards,
Michał Skrzypek


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Vincent van Ravesteijn
    The reason is that LyX.exe somehow depends on msvcr90.dll, which is
 missing. Copying both Microsoft.VC90.CRT.manifest and msvcr90.dll into
 'bin' directory solved the problem.

Iconv.dll depends on msvcr90.dll.

    I can also confirm, that LyX 2.0rc1 dictionaries are totally
 unusable (!) also on windows, due to spellchecking bug (F7 doesn't
 work, among other things). Because of this, I cannot test the new
 feature of the installer - included dictionaries and thesauri.

No problem here.

Is the spellchecker engine correctly specified in Tools-Preferences-Language ?

Vincent


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Michal
 I can also confirm, that LyX 2.0rc1 dictionaries are totally
 unusable (!) also on windows, due to spellchecking bug (F7 doesn't
 work, among other things). Because of this, I cannot test the new
 feature of the installer - included dictionaries and thesauri.
Forget this part - it worked somehow.

Michał


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
Vincent van Ravesteijn v...@lyx.org wrote in message 
news:AANLkTi=91sdj0xspvtseutxq5iddc7hivpmw8ygta...@mail.gmail.com...

Iconv.dll depends on msvcr90.dll.


An old file somehow ended up in the dependency package.
I'll update the installers.

Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
Michal ms-li...@ms.sebdan.com wrote in message 
news:20110321074737.2ec3@ms-dual...

   This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.


No, LyX 1.6.9 contains the right file.
Windows 2000 is no longer supported by the current Microsoft compilers.

Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Abdelrazak Younes

On 03/21/2011 10:46 AM, Joost Verburg wrote:
Michal ms-li...@ms.sebdan.com wrote in message 
news:20110321074737.2ec3@ms-dual...

   This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.


No, LyX 1.6.9 contains the right file.
Windows 2000 is no longer supported by the current Microsoft compilers.


I am not sure this is wise... might even be a good reason to step back 
to MSVC2008... at least until Qt switches to MSVC2010... But you are the 
one to decide.


Abdel



Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
Abdelrazak Younes you...@lyx.org wrote in message 
news:4d87341c.5050...@lyx.org...
I am not sure this is wise... might even be a good reason to step back to 
MSVC2008... at least until Qt switches to MSVC2010... But you are the one 
to decide.


Windows 2000 is 12 years old and no longer receives security fixes. 
Therefore it's hardly used anymore.


I'm maintaining a dozen of dependencies and simply don't have the time to 
support different compilers. Last year I decided to use MSVC 2010 for the 
new dependency platform in order to be future proof. Spending months to 
develop new dependency packages which only support an old compiler just 
didn't make sense to me.


Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Abdelrazak Younes

On 03/21/2011 12:31 PM, Joost Verburg wrote:
Abdelrazak Younes you...@lyx.org wrote in message 
news:4d87341c.5050...@lyx.org...
I am not sure this is wise... might even be a good reason to step 
back to MSVC2008... at least until Qt switches to MSVC2010... But you 
are the one to decide.


Windows 2000 is 12 years old and no longer receives security fixes. 
Therefore it's hardly used anymore.


Not really true. But I am suspecting that MSVC doesn't support Win2000 
on purpose... Anyway, those who want LyX will have to upgrade to XP or 
Linux then :-)




I'm maintaining a dozen of dependencies and simply don't have the time 
to support different compilers. Last year I decided to use MSVC 2010 
for the new dependency platform in order to be future proof. Spending 
months to develop new dependency packages which only support an old 
compiler just didn't make sense to me.


Fair enough. As I said, you are the one to decide.

Abdel.



Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Michal
On Mon, 21 Mar 2011 02:17:00 +0100
Pavel Sanda  wrote:
> [...]
> Note that this installer is based on fresh new code different from
> 1.6 series and needs some testing from you.
XP SP3 Polish here (tested via VirtualBox), installed LyX won't run,
it immediately exits with the message (roughly translated to English):
"Application hasn't been properly initialized (0xc0150002). Click OK to
terminate the application".

The reason is that LyX.exe somehow depends on msvcr90.dll, which is
missing. Copying both Microsoft.VC90.CRT.manifest and msvcr90.dll into
'bin' directory solved the problem.

This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.

Another thing is that the installed LyX uses %APPDATA%\LyX2.0
directory for its settings, instead of %APPDATA%\lyx20, used by all the
previous 2.0 prereleases (except 'my' unofficial AltInstaller, due to
a bug).

I can also confirm, that LyX 2.0rc1 dictionaries are totally
unusable (!) also on windows, due to spellchecking bug (F7 doesn't
work, among other things). Because of this, I cannot test the new
feature of the installer - included dictionaries and thesauri.

Regards,
Michał Skrzypek


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Vincent van Ravesteijn
>    The reason is that LyX.exe somehow depends on msvcr90.dll, which is
> missing. Copying both Microsoft.VC90.CRT.manifest and msvcr90.dll into
> 'bin' directory solved the problem.

Iconv.dll depends on msvcr90.dll.

>    I can also confirm, that LyX 2.0rc1 dictionaries are totally
> unusable (!) also on windows, due to spellchecking bug (F7 doesn't
> work, among other things). Because of this, I cannot test the new
> feature of the installer - included dictionaries and thesauri.

No problem here.

Is the spellchecker engine correctly specified in Tools->Preferences->Language ?

Vincent


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Michal
> I can also confirm, that LyX 2.0rc1 dictionaries are totally
> unusable (!) also on windows, due to spellchecking bug (F7 doesn't
> work, among other things). Because of this, I cannot test the new
> feature of the installer - included dictionaries and thesauri.
Forget this part - it worked somehow.

Michał


Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
"Vincent van Ravesteijn"  wrote in message 
news:AANLkTi=91sdj0xspvtseutxq5iddc7hivpmw8ygta...@mail.gmail.com...

Iconv.dll depends on msvcr90.dll.


An old file somehow ended up in the dependency package.
I'll update the installers.

Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
"Michal"  wrote in message 
news:20110321074737.2ec3@ms-dual...

   This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.


No, LyX 1.6.9 contains the right file.
Windows 2000 is no longer supported by the current Microsoft compilers.

Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Abdelrazak Younes

On 03/21/2011 10:46 AM, Joost Verburg wrote:
"Michal"  wrote in message 
news:20110321074737.2ec3@ms-dual...

   This might also be somehow related to
http://www.mail-archive.com/lyx-users@lists.lyx.org/msg85707.html,
though I haven't checked LyX 1.6.9 at all.


No, LyX 1.6.9 contains the right file.
Windows 2000 is no longer supported by the current Microsoft compilers.


I am not sure this is wise... might even be a good reason to step back 
to MSVC2008... at least until Qt switches to MSVC2010... But you are the 
one to decide.


Abdel



Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Joost Verburg
"Abdelrazak Younes"  wrote in message 
news:4d87341c.5050...@lyx.org...
I am not sure this is wise... might even be a good reason to step back to 
MSVC2008... at least until Qt switches to MSVC2010... But you are the one 
to decide.


Windows 2000 is 12 years old and no longer receives security fixes. 
Therefore it's hardly used anymore.


I'm maintaining a dozen of dependencies and simply don't have the time to 
support different compilers. Last year I decided to use MSVC 2010 for the 
new dependency platform in order to be future proof. Spending months to 
develop new dependency packages which only support an old compiler just 
didn't make sense to me.


Joost 





Re: ANNOUNCE: Windows installer for RC1

2011-03-21 Thread Abdelrazak Younes

On 03/21/2011 12:31 PM, Joost Verburg wrote:
"Abdelrazak Younes"  wrote in message 
news:4d87341c.5050...@lyx.org...
I am not sure this is wise... might even be a good reason to step 
back to MSVC2008... at least until Qt switches to MSVC2010... But you 
are the one to decide.


Windows 2000 is 12 years old and no longer receives security fixes. 
Therefore it's hardly used anymore.


Not really true. But I am suspecting that MSVC doesn't support Win2000 
on purpose... Anyway, those who want LyX will have to upgrade to XP or 
Linux then :-)




I'm maintaining a dozen of dependencies and simply don't have the time 
to support different compilers. Last year I decided to use MSVC 2010 
for the new dependency platform in order to be future proof. Spending 
months to develop new dependency packages which only support an old 
compiler just didn't make sense to me.


Fair enough. As I said, you are the one to decide.

Abdel.