Joost Verburg wrote:
> Abdelrazak Younes wrote:
>>> Now it all compiles quickly and without errors, but lyx.exe still
>>> crashes immediately. Even with "-dbg any" no output is shown.
>>
>> Is it trunk or my branch?
>
> It's the trunk.
>
>>> Could you please try again whether you can get it to work with both
>>> Qt4 and LyX compiled with MSVC 2005?
>>
>> I'll do that.
>
> Thanks.
>
> Joost
>
>
I've tried it with MSVC 2005, and I need the LC_MESSAGES patch.
To see that it works just try:
Index: src/messages.C
===================================================================
--- src/messages.C (revision 14054)
+++ src/messages.C (working copy)
@@ -90,7 +90,10 @@
: lang_(l)
{
if ( lang_.empty() ) {
- char const * lc_msgs = setlocale(LC_MESSAGES, NULL);
char const * lc_msgs = 0;//setlocale(LC_MESSAGES, NULL);
Peter