diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-01-03 01:36:35 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-01-03 01:36:35 +0000 |
commit | 7e9dc12dd07b017fd761dff5ee6f0438dd379bc4 (patch) | |
tree | 8c0a17ac2577c0ae01a8003e885ce0baf868ef9f | |
parent | 4aee782dfa150094a0ca3a215cb231f350df1e39 (diff) |
Rewrap a paragraph, for the benefit of us old-timers who typically use
80-column wide terminal windows (which also lets more windows fit than
would fit with wider windows).
svn path=/trunk/; revision=12935
-rw-r--r-- | README.win32 | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/README.win32 b/README.win32 index a1de4707f0..a4a171e85a 100644 --- a/README.win32 +++ b/README.win32 @@ -439,14 +439,17 @@ WinXP style on your screen. Problems with MS Visual C++ Version 7 / VC.NET ---------------------------------------------- -Beside licensing problems with these compilers, there are known problems with DLL's. -If Ethereal is compiled with MSVC Version 7, there are conflicts in the MSVCRT DLL's, -The MSVCRT.DLL includes the standard ANSI-C functions like fopen, malloc, etc.. MSVCRT.DLL -is shipped with the MSVC 6 compiler versions, and dynamically linked to prebuild DLL's like -the one's for gtk, glib and such. The MSVC 7 compiler now uses and ships MSVCRT71.DLL with -it, which is incompatible with MSVCRT.DLL. So when using the MSVC 7 compiler, some parts of -the Ethereal code uses MSVCRT71.DLL, and some others (indirectly from e.g. the gtk DLL) will -use MSVCRT.DLL. This will result in incorrect file handles and such. + +Beside licensing problems with these compilers, there are known problems +with DLL's. If Ethereal is compiled with MSVC Version 7, there are +conflicts in the MSVCRT DLL's, The MSVCRT.DLL includes the standard +ANSI-C functions like fopen, malloc, etc.. MSVCRT.DLL is shipped with +the MSVC 6 compiler versions, and dynamically linked to prebuild DLL's +like the one's for gtk, glib and such. The MSVC 7 compiler now uses and +ships MSVCRT71.DLL with it, which is incompatible with MSVCRT.DLL. So +when using the MSVC 7 compiler, some parts of the Ethereal code uses +MSVCRT71.DLL, and some others (indirectly from e.g. the gtk DLL) will +use MSVCRT.DLL. This will result in incorrect file handles and such. The same problem seems to apply on all MSVC compilers after version 6, like the "Microsoft Visual C++ Toolkit 2003". |