Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-02 Thread younes . a
Quoting Bo Peng <[EMAIL PROTECTED]>: > > No AFAIK, this is a MSVC2005 feature. > > > I am > > > worried about the existence of QtXXX.dll.manifest. qt-mt.dll.manifest > > > for all the Q../Free qt3/qt4 compiled with msvc2003/2005. > > mscv2003 will not generate a manifest, I guess. > > You mean if

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Bo Peng
No AFAIK, this is a MSVC2005 feature. > I am > worried about the existence of QtXXX.dll.manifest. qt-mt.dll.manifest > for all the Q../Free qt3/qt4 compiled with msvc2003/2005. mscv2003 will not generate a manifest, I guess. You mean if I used my old 2003 cd, I would be free of these trouble (an

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Abdelrazak Younes
Bo Peng wrote: mt.exe /manifest lyx.exe.manifest /outputresource:lyx.exe;1 This lyx.exe.manifest is *not* the menifest generated from link /MANIFEST, rather a copy of libGui4.dll.manifest, right? Right. I would like to add to the scons system things like mt.exe /manigest:/path/to/qt/lib/libQ

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Bo Peng
mt.exe /manifest lyx.exe.manifest /outputresource:lyx.exe;1 This lyx.exe.manifest is *not* the menifest generated from link /MANIFEST, rather a copy of libGui4.dll.manifest, right? I would like to add to the scons system things like mt.exe /manigest:/path/to/qt/lib/libQtGui4.dll.manifest /out..

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Bo Peng wrote: That is really great. I do not have access to the windows system right now, could you check for me if designer.exe.manifest is the same as QtGui4.dll.manifest? Yes they are identical. Note that QtGui4.dll.manifest was in the lib subdir whereas designer

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Abdelrazak Younes
Bo Peng wrote: Also, if possible, please also test a few optimization options through CCFLAGS. I plan to put some of them in. There is a recent error with MSVC support: AttributeError: 'NoneType' object has no attribute 'split': File "SConstruct", line 401: env.Tool('msvc') File "D:\prog

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Abdelrazak Younes
Bo Peng wrote: That is really great. I do not have access to the windows system right now, could you check for me if designer.exe.manifest is the same as QtGui4.dll.manifest? Yes they are identical. Note that QtGui4.dll.manifest was in the lib subdir whereas designer.exe.manifest is in the bi

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Bo Peng
Also, if possible, please also test a few optimization options through CCFLAGS. I plan to put some of them in. Bo

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Bo Peng
That is really great. I do not have access to the windows system right now, could you check for me if designer.exe.manifest is the same as QtGui4.dll.manifest? Logically speaking, we should use that one. Also, have your tried to embed the manifest file to lyx.exe? Which commands did you use? Al

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: I have done it! It was so bloody simple that I can't understand why it didn't come to us earlier. I just took designer.exe.manifest and renamed it to lyx.exe.manifest and, oh miracle, lyx starts!!! manifest file to put along lyx.exe attached. Abdel.

Re: MANIFEST PROBLEM SOLVED!!! (was Re: scons-msvc adventure)

2006-06-01 Thread Peter Kümmel
Abdelrazak Younes wrote: > I have done it! > It was so bloody simple that I can't understand why it didn't come to us > earlier. > I just took designer.exe.manifest and renamed it to lyx.exe.manifest > and, oh miracle, lyx starts!!! > > manifest file to put along lyx.exe attached. > > Abdel. >