You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing DisplayDevices::* with DisplayDevices::{RECT} makes the problem go away. It doesn't repro in an isolated case.
The link errors are below. I notice the command-line is extremely long, with repeated USER32.lib / KERNEL32.lib entries. I'm wondering if it is truncated, and so some important libs are missing at the end, resulting in the unresolved externals?
Repro at https://github.com/damyanp/windows-rs/tree/wildcards2/examples/d3d12
build.rs looks like this:
Replacing
DisplayDevices::*
withDisplayDevices::{RECT}
makes the problem go away. It doesn't repro in an isolated case.The link errors are below. I notice the command-line is extremely long, with repeated USER32.lib / KERNEL32.lib entries. I'm wondering if it is truncated, and so some important libs are missing at the end, resulting in the unresolved externals?
The text was updated successfully, but these errors were encountered: