Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Single portable EXE is needed (no dependencies for MSVCP90.dll+MSVCR90.dll) #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now QtWeb uses statically linked Qt and dynamically linked MSVCRT (/MD) 
which causes executable dependencies for MSVCP90.dll and MSVCR90.dll.

These are system DLLs from Microsoft and exist on most systems, however to 
be sure that browser has everything to be able to run, QtWeb distributed 
with these two DLLs and manifest.

It is not recommended by Nokia's development, to compile Qt using 
statically linked MSVCRT (/MT), however some research to be done how it 
affects the program performance and behavior...

If results are acceptable, probably it makes sense to compile everything 
in static and get rid of Microsoft's Visual Studio's DLLs.

-------------------------

to investigate ...

Original issue reported on code.google.com by alexei.c...@gmail.com on 13 May 2009 at 12:59

GoogleCodeExporter commented 9 years ago
Compiled (Qt and Browser) with statically linked MSVCRT.
Launches Ok, but more testing is neeeded

Original comment by alexei.c...@gmail.com on 19 May 2009 at 12:30