add support for static override on Windows#1075
Conversation
|
I don't think this can really work? Nowadays, one should link with the universal C runtime library which is a DLL so there is no way to statically override the allocator (unless I guess we link to a static CRT -- is that the use case that you envision?). |
There are multiple reasons why one would want to link CRT statically.
Having said this, I can also confirm that we using this patch internally for our app that links CRT statically and it works fine / robust :) |
|
@microsoft-github-policy-service agree company="Roblox" |
|
Hi, |
|
Hi @Noxybot -- apologies for the late merge! it is merged now though. In my testing though it only worked well if always linking with the static C runtime |
No description provided.