Skip to content
/ 7zip Public

buiding 7zip using vc8(x86) and vc11(x64) while still links to msvcrt.dll

Notifications You must be signed in to change notification settings

yumeyao/7zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To start:

INC: CRT from WINDDK 3790.1830 (2003 SP1 DDK)
     WIN from WINSDK v7.1
LIB: Custom lib
     CRT from WINDDK 3790.1830 (2003 SP1 DDK)
     WIN from WINSDK v7.1

x86:
 CL: VC8
LNK: VC8

x64:
 CL: VC11
LNK: VC8

replace.exe is a binary replacing tool. It's useful to remove VC8(and above) dependency so the target could be linked to VC6 lib successfully.
Custom lib contains libs with __security_cookie (cl option - /GS) removed.

About

buiding 7zip using vc8(x86) and vc11(x64) while still links to msvcrt.dll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages