johnsonjh / johnsonjh/duma

Add /MT to MSVC when compiling shared library

Open
#186 2 comments 0 reactions 1 assignee Claimed by @johnsonjh View on GitHub
build
Dominant language
C
Stars
121
Forks
12
Avg merge
3h 13m
Merged PRs (30d)
1

Description

When compiling the shared library of DUMA with default /MD, it will raise LNK4006 error. (I forgot the error message... Maybe strcat or something in C runtime library)

I set /MT, and it compiles successfully. But that may raise error when link with an application with /MD.

Notice: Set /MT or /MD to every subproject in the project (such as stacktrace library, see #184)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.