Chuyu-Team / VC-LTL5

Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size.
Eclipse Public License 2.0
499 stars 48 forks source link

unresolved external symbol #46

Closed BitBlit88 closed 1 year ago

BitBlit88 commented 1 year ago

When I build a project (simple printf("Hello World")) using VC-LTL.5.0.6-Beta5 with target version 5 or 6 I get a lot of "unresolved external symbol" errors (see attached log).

Could be introduced be fixing this issue: System-Dlls strings

with this commit:

优化winapi_thunks.cpp,减少不必要的常量字符串

buildlog.txt

BitBlit88 commented 1 year ago

Related to this issue: https://github.com/Chuyu-Team/VC-LTL5/issues/43