Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: I do not know whether or not I can embed this manifest file with lyx.exe, since it has already been embedded with QtCore.dll.manifest. I can only see that we embed the QtGui4.dll.manifest, not the Qtcore.dll.manifest. Please try: mt.exe /MANIFEST /path/to/this.manifest

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
mt.exe /MANIFEST /path/to/this.manifest /outputresource:lyx.exe:1 on your lyx.exe file, and mt.exe /MANIFEST /path/to/this.manifest /path/to/qtcore.dll.manifest /outputresource:lyx.exe:1 and see if you can embed two manifest files at the same time. I modified line 1374 in

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], 'mt.exe /MANIFEST %s ..\Win32\packaging\Microsoft.VC80.CRT.manifest /outputresource:$TARGET;1' % manifest] This runs through but I can then not open the lyx.exe. Putting the command This way, you only have

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
That's the problem, for me it always worked without the MSCV-manifest file. Maybe there is some .manifest file in your $PATH that works like this .crt.manifest file. A search with extension .manifest? Bo

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: I do not know whether or not I can embed this manifest file with lyx.exe, since it has already been embedded with QtCore.dll.manifest. I can only see that we embed the QtGui4.dll.manifest, not the Qtcore.dll.manifest. Please try: mt.exe /MANIFEST /path/to/this.manifest

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
> mt.exe /MANIFEST /path/to/this.manifest /outputresource:lyx.exe:1 > > on your lyx.exe file, and > > mt.exe /MANIFEST /path/to/this.manifest /path/to/qtcore.dll.manifest > /outputresource:lyx.exe:1 > > and see if you can embed two manifest files at the same time. I modified line 1374 in

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Uwe Stöhr
Bo Peng schrieb: >> frontend_env['LINKCOM'] = [frontend_env['LINKCOM'], 'mt.exe /MANIFEST %s >> ..\Win32\packaging\Microsoft.VC80.CRT.manifest /outputresource:$TARGET;1' % manifest] >> >> This runs through but I can then not open the lyx.exe. Putting the command > This way, you only have

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-14 Thread Bo Peng
That's the problem, for me it always worked without the MSCV-manifest file. Maybe there is some .manifest file in your $PATH that works like this .crt.manifest file. A search with extension .manifest? Bo

Solution: can't start 1.5svn under windows - Bo?

2007-01-13 Thread Uwe Stöhr
Uwe Stöhr schrieb: Another user has this problem too. I made a lot of tests the last days together with this user but I'm still not able to reproduce it. It's maybe a manifest problem again. I notices tha there is the file Microsoft.VC80.CRT.manifest in SVN's

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-13 Thread Bo Peng
This was the problem!!! Now I spent two weeks of hard testing together with the users wh reported this first and I didn't came to this idea .-( When I deliver this manifest fil togehter with the Dlls mentioned in this file, it works. Congratulations on identifying the problem!! I still

Solution: can't start 1.5svn under windows - Bo?

2007-01-13 Thread Uwe Stöhr
Uwe Stöhr schrieb: >> Another user has this problem too. I made a lot of tests the last days >> together with this user but I'm still not able to reproduce it. > It's maybe a manifest problem again. I notices tha there is the file "Microsoft.VC80.CRT.manifest" in SVN's

Re: Solution: can't start 1.5svn under windows - Bo?

2007-01-13 Thread Bo Peng
This was the problem!!! Now I spent two weeks of hard testing together with the users wh reported this first and I didn't came to this idea .-( When I deliver this manifest fil togehter with the Dlls mentioned in this file, it works. Congratulations on identifying the problem!! I still