Showing 1 changed file with 0 additions and 0 deletions. Whitespace Ignore whitespace Split Unified 0 微软VC++2010版运行库 → 微软VC++2010运行库 File renamed without changes. 0 comments on commit cbf5047 Please sign in to comment. ...
NotificationsYou must be signed in to change notification settings Fork427 Star2.5k CI Sign in to view logs Triggered via pushDecember 21, 2023 11:02 YoulianBoshi pushed291287b master StatusSuccess Total duration12s Artifacts– build 3s build...
用VC++2008开发ATL COM控件,由于功能简单,为了能让控件不依赖于VC++运行库,做了下列设置: 1、设置“Use of ATL”为“Static Link to ATL”,这样就不需要ATL90运行库 2、第一步完成后编译,发现还依赖于MSVCR90(d).DLL,可先设置“Use of MFC”为“Use MFC in a Static Library”,然后编译,不用理会编译警...