when compile, use /MT (VS2005), will run PN on win2000/XP.
Why not use /MT ,and not with "Microsoft.VC80.CRT" files?
(2 posts) (2 voices)-
Posted 4 years ago #
-
The reason that we don't use /MT is that it causes problems with memory boundaries and means that every binary that is shipped with PN needs to include a lot of the same code.
Also, using the dll CRT distribution is the correct way to support patching of these libraries. In the future PN may switch to using the MS distributed installer for these files.
Posted 4 years ago #
Reply
You must log in to post.