Ultralight
Ultralight copied to clipboard
what kind of c runtime library does the sdk demand on Windows?
By default the cmake file generate MD(d) runtime config , but if I change it to MT(d) , it seem to works also. Does Ultralight need the application that use it to use one of the runtime specifically? Or It just support both?
I know CEF use MT(d) by default , but I fail to find relevant docs or issues about Ultralight.
thank you very much.
Upvote