[INFO] fetching crate native-windows-gui 1.0.2... [INFO] testing native-windows-gui-1.0.2 against 1.45.2 for beta-1.46-1 [INFO] extracting crate native-windows-gui 1.0.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate native-windows-gui 1.0.2 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate native-windows-gui 1.0.2 [INFO] finished tweaking crates.io crate native-windows-gui 1.0.2 [INFO] tweaked toml for crates.io crate native-windows-gui 1.0.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate native-windows-gui 1.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54e091b631defe9a4dc8317a313241aded809a319b9ede35ef4db7727798cc1b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "54e091b631defe9a4dc8317a313241aded809a319b9ede35ef4db7727798cc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54e091b631defe9a4dc8317a313241aded809a319b9ede35ef4db7727798cc1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54e091b631defe9a4dc8317a313241aded809a319b9ede35ef4db7727798cc1b", kill_on_drop: false }` [INFO] [stdout] 54e091b631defe9a4dc8317a313241aded809a319b9ede35ef4db7727798cc1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0477c6f342d65a6c1360b3958d51d4671b8b75bd3a4a9b2b5c82c954be9d1900 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0477c6f342d65a6c1360b3958d51d4671b8b75bd3a4a9b2b5c82c954be9d1900", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling native-windows-gui v1.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | use winapi::um::commctrl::NMTTDISPINFOW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:369:13 [INFO] [stdout] | [INFO] [stdout] 369 | use winapi::um::winuser::{PAINTSTRUCT, BeginPaint, EndPaint}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | use winapi::um::shellapi::{HDROP, DragFinish}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/events.rs:371:13 [INFO] [stdout] | [INFO] [stdout] 371 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:384:23 [INFO] [stdout] | [INFO] [stdout] 384 | use ::winapi::um::commctrl::TTF_DI_SETITEM; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:414:21 [INFO] [stdout] | [INFO] [stdout] 414 | use winapi::um::winnt::WCHAR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:494:21 [INFO] [stdout] | [INFO] [stdout] 494 | use winapi::um::shellapi::DragQueryPoint; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/events.rs:495:21 [INFO] [stdout] | [INFO] [stdout] 495 | use winapi::shared::windef::POINT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:506:21 [INFO] [stdout] | [INFO] [stdout] 506 | use winapi::um::shellapi::DragQueryFileW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/events.rs:516:21 [INFO] [stdout] | [INFO] [stdout] 516 | use winapi::um::shellapi::DragQueryFileW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::winuser::IsWindow; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/win32/base_helper.rs:24:18 [INFO] [stdout] | [INFO] [stdout] 24 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/win32/base_helper.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | use winapi::um::errhandlingapi::GetLastError; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | use winapi::um::winbase::{FormatMessageW, FORMAT_MESSAGE_FROM_SYSTEM}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/base_helper.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | use winapi::um::winnt::{MAKELANGID, LANG_NEUTRAL, SUBLANG_DEFAULT}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/win32/base_helper.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::windef::{HFONT, HWND}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::{UINT, WPARAM, LPARAM, LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::winuser::WM_USER; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::winuser::{SetParent, DestroyWindow}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | use winapi::um::winuser::EnumChildWindows; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | use winapi::shared::minwindef::BOOL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | use winapi::um::winuser::GetParent; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | use winapi::um::winuser::{ WM_GETFONT }; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | use winapi::um::winuser::WM_SETFONT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | use winapi::um::winuser::SendMessageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | use ::winapi::um::winuser::GWL_STYLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:146:17 [INFO] [stdout] | [INFO] [stdout] 146 | use winapi::um::winuser::{GetWindowTextW, GetWindowTextLengthW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:163:17 [INFO] [stdout] | [INFO] [stdout] 163 | use winapi::um::winuser::{SetWindowTextW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:170:17 [INFO] [stdout] | [INFO] [stdout] 170 | use winapi::um::winuser::SetWindowPos; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | use winapi::um::winuser::{SWP_NOZORDER, SWP_NOSIZE, SWP_NOACTIVATE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:178:17 [INFO] [stdout] | [INFO] [stdout] 178 | use winapi::um::winuser::{GetWindowRect, ScreenToClient, GetParent}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | use winapi::shared::windef::{RECT, POINT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:197:17 [INFO] [stdout] | [INFO] [stdout] 197 | use winapi::um::winuser::{SetWindowPos, AdjustWindowRectEx, GetWindowLongW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:198:17 [INFO] [stdout] | [INFO] [stdout] 198 | use winapi::um::winuser::{SWP_NOZORDER, SWP_NOMOVE, SWP_NOACTIVATE, SWP_NOCOPYBITS, GWL_STYLE, GWL_EXSTYLE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:226:17 [INFO] [stdout] | [INFO] [stdout] 226 | use winapi::um::winuser::GetClientRect; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:242:17 [INFO] [stdout] | [INFO] [stdout] 242 | use winapi::um::winuser::ShowWindow; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:243:17 [INFO] [stdout] | [INFO] [stdout] 243 | use winapi::um::winuser::{SW_HIDE, SW_SHOW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:250:17 [INFO] [stdout] | [INFO] [stdout] 250 | use winapi::um::winuser::IsWindowVisible; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | use winapi::um::winuser::{GWL_STYLE, WS_DISABLED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | use winapi::um::winuser::{GWL_STYLE, WS_DISABLED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:263:17 [INFO] [stdout] | [INFO] [stdout] 263 | use winapi::um::winuser::{UpdateWindow, InvalidateRect}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:293:44 [INFO] [stdout] | [INFO] [stdout] 293 | #[cfg(target_arch = "x86_64")] use winapi::shared::basetsd::LONG_PTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::{HFONT, HBITMAP}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/win32/window_helper.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::ctypes::c_int; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use winapi::um::wingdi::GetBitmapBits; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | use winapi::shared::minwindef::LPVOID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | use winapi::um::wingdi::{DEFAULT_CHARSET, OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, CLEARTYPE_QUALITY, VARIABLE_PITCH}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | use winapi::um::wingdi::CreateFontW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | use winapi::um::winuser::{LR_LOADFROMFILE, LR_CREATEDIBSECTION, LR_DEFAULTSIZE, LR_SHARED, IMAGE_ICON, IDC_ARROW, IDI_ERROR, IMAGE_CURSOR, IMAGE_BITMAP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 81 | use winapi::um::winuser::LoadImageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | use winapi::um::winuser::{LR_DEFAULTSIZE, LR_SHARED, IMAGE_ICON, IMAGE_CURSOR, IMAGE_BITMAP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | use winapi::um::winuser::LoadImageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 151 | use winapi::shared::ntdef::LPCWSTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:188:17 [INFO] [stdout] | [INFO] [stdout] 188 | use winapi::um::wingdi::{CreateCompatibleBitmap, CreateCompatibleDC, SetDIBits, BITMAPFILEHEADER, BITMAPINFO, BITMAPINFOHEADER, DIB_RGB_COLORS, BI_RGB, RGBQUAD}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:189:17 [INFO] [stdout] | [INFO] [stdout] 189 | use winapi::shared::{ntdef::LONG, minwindef::DWORD}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/resources_helper.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | use winapi::um::winuser::{GetDC, ReleaseDC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/win32/resources_helper.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::ctypes::c_int; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::minwindef::{UINT, DWORD, HMODULE, WPARAM, LPARAM, LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::windef::{HWND, HMENU, HBRUSH}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::basetsd::{DWORD_PTR, UINT_PTR}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::winuser::{WNDPROC, NMHDR}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::commctrl::{NMTTDISPINFOW, SUBCLASSPROC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | use winapi::um::winuser::SetTimer; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | use winapi::um::commctrl::{SetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | use winapi::um::winuser::EnumChildWindows; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:171:17 [INFO] [stdout] | [INFO] [stdout] 171 | use winapi::um::commctrl::{SetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:210:17 [INFO] [stdout] | [INFO] [stdout] 210 | use winapi::um::commctrl::{RemoveWindowSubclass, GetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:241:17 [INFO] [stdout] | [INFO] [stdout] 241 | use winapi::um::commctrl::{GetWindowSubclass, SetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | use winapi::um::commctrl::{GetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:336:17 [INFO] [stdout] | [INFO] [stdout] 336 | use winapi::um::commctrl::{RemoveWindowSubclass, GetWindowSubclass}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:378:17 [INFO] [stdout] | [INFO] [stdout] 378 | use winapi::um::winuser::{WS_EX_COMPOSITED, WS_OVERLAPPEDWINDOW, WS_VISIBLE, WS_CLIPCHILDREN, /*WS_EX_LAYERED*/}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:379:17 [INFO] [stdout] | [INFO] [stdout] 379 | use winapi::um::winuser::{CreateWindowExW, AdjustWindowRectEx}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:380:17 [INFO] [stdout] | [INFO] [stdout] 380 | use winapi::shared::windef::RECT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:381:17 [INFO] [stdout] | [INFO] [stdout] 381 | use winapi::um::libloaderapi::GetModuleHandleW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:434:17 [INFO] [stdout] | [INFO] [stdout] 434 | use winapi::um::winuser::{LoadCursorW, RegisterClassExW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:435:17 [INFO] [stdout] | [INFO] [stdout] 435 | use winapi::um::winuser::{CS_HREDRAW, CS_VREDRAW, COLOR_WINDOW, IDC_ARROW, WNDCLASSEXW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:436:17 [INFO] [stdout] | [INFO] [stdout] 436 | use winapi::um::errhandlingapi::GetLastError; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:437:17 [INFO] [stdout] | [INFO] [stdout] 437 | use winapi::shared::winerror::ERROR_CLASS_ALREADY_EXISTS; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:469:17 [INFO] [stdout] | [INFO] [stdout] 469 | use winapi::um::libloaderapi::GetModuleHandleW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:538:17 [INFO] [stdout] | [INFO] [stdout] 538 | use winapi::um::winuser::{WM_CREATE, WM_CLOSE, SW_HIDE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:539:17 [INFO] [stdout] | [INFO] [stdout] 539 | use winapi::um::winuser::{DefWindowProcW, PostMessageW, ShowWindow}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/win32/window.rs:565:18 [INFO] [stdout] | [INFO] [stdout] 565 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | use winapi::um::commctrl::{DefSubclassProc, TTN_GETDISPINFOW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:571:17 [INFO] [stdout] | [INFO] [stdout] 571 | use winapi::um::winuser::{GetClassNameW, GetMenuItemID, GetSubMenu}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:572:17 [INFO] [stdout] | [INFO] [stdout] 572 | use winapi::um::winuser::{WM_CLOSE, WM_COMMAND, WM_MENUCOMMAND, WM_TIMER, WM_NOTIFY, WM_HSCROLL, WM_VSCROLL, WM_LBUTTONDOWN, WM_LBUTTONUP, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | use winapi::um::shellapi::{NIN_BALLOONSHOW, NIN_BALLOONHIDE, NIN_BALLOONTIMEOUT, NIN_BALLOONUSERCLICK}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:576:17 [INFO] [stdout] | [INFO] [stdout] 576 | use winapi::um::winnt::WCHAR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/window.rs:577:17 [INFO] [stdout] | [INFO] [stdout] 577 | use winapi::shared::minwindef::{HIWORD, LOWORD}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:735:17 [INFO] [stdout] | [INFO] [stdout] 735 | use winapi::um::winuser::{BN_CLICKED, BN_DBLCLK}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:744:17 [INFO] [stdout] | [INFO] [stdout] 744 | use winapi::um::winuser::{EN_CHANGE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:753:17 [INFO] [stdout] | [INFO] [stdout] 753 | use winapi::um::winuser::{CBN_CLOSEUP, CBN_DROPDOWN, CBN_SELCHANGE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:763:17 [INFO] [stdout] | [INFO] [stdout] 763 | use winapi::um::commctrl::{DTN_CLOSEUP, DTN_DROPDOWN, DTN_DATETIMECHANGE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:773:17 [INFO] [stdout] | [INFO] [stdout] 773 | use winapi::um::commctrl::{TCN_SELCHANGE, TCN_SELCHANGING}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:782:17 [INFO] [stdout] | [INFO] [stdout] 782 | use winapi::um::commctrl::NM_RELEASEDCAPTURE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:791:17 [INFO] [stdout] | [INFO] [stdout] 791 | use winapi::um::commctrl::{NM_CLICK, NM_DBLCLK, NM_KILLFOCUS, NM_RCLICK, NM_SETFOCUS, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:809:17 [INFO] [stdout] | [INFO] [stdout] 809 | use winapi::um::commctrl::{NM_KILLFOCUS, NM_SETFOCUS, LVN_DELETEALLITEMS, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:921:17 [INFO] [stdout] | [INFO] [stdout] 921 | use winapi::um::winuser::{STN_CLICKED, STN_DBLCLK, STM_GETIMAGE, IMAGE_BITMAP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:922:17 [INFO] [stdout] | [INFO] [stdout] 922 | use winapi::um::winuser::SendMessageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:941:17 [INFO] [stdout] | [INFO] [stdout] 941 | use winapi::um::winuser::{LBN_SELCHANGE, LBN_DBLCLK}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/win32/window.rs:960:18 [INFO] [stdout] | [INFO] [stdout] 960 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:962:17 [INFO] [stdout] | [INFO] [stdout] 962 | use winapi::um::winnt::WCHAR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:963:17 [INFO] [stdout] | [INFO] [stdout] 963 | use winapi::um::winuser::GetClassNameW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/message_box.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/message_box.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | use winapi::um::winuser::{MB_ABORTRETRYIGNORE, MB_CANCELTRYCONTINUE, MB_OK, MB_OKCANCEL, MB_RETRYCANCEL, MB_YESNO, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/message_box.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | use winapi::um::winuser::{IDABORT, IDCANCEL, IDCONTINUE, IDIGNORE, IDNO, IDOK, IDRETRY, IDTRYAGAIN, IDYES}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/message_box.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | use winapi::um::winuser::MessageBoxW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/high_dpi.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | use winapi::um::winuser::GetDC; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/high_dpi.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | use winapi::um::wingdi::GetDeviceCaps; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/high_dpi.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | use winapi::um::wingdi::LOGPIXELSX; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | use winapi::um::winuser::{IsDialogMessageW, GetAncestor, TranslateMessage, DispatchMessageW, GA_ROOT}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | use winapi::um::winuser::MSG; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | use winapi::um::winuser::GetMessageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | use winapi::um::winuser::MSG; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | use winapi::um::winuser::{PeekMessageW, PM_REMOVE, WM_QUIT}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | use winapi::um::winuser::PostMessageW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | use winapi::um::winuser::WM_QUIT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | use winapi::shared::minwindef::{ULONG, DWORD, MAX_PATH}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:93:17 [INFO] [stdout] | [INFO] [stdout] 93 | use winapi::shared::basetsd::ULONG_PTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | use winapi::um::winbase::{ACTCTXW, CreateActCtxW, ActivateActCtx}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | use winapi::um::sysinfoapi::GetSystemDirectoryW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | use winapi::um::objbase::CoInitialize; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:134:17 [INFO] [stdout] | [INFO] [stdout] 134 | use winapi::um::libloaderapi::LoadLibraryW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:135:17 [INFO] [stdout] | [INFO] [stdout] 135 | use winapi::um::commctrl::{InitCommonControlsEx, INITCOMMONCONTROLSEX}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | use winapi::um::commctrl::{ICC_BAR_CLASSES, ICC_STANDARD_CLASSES, ICC_DATE_CLASSES, ICC_PROGRESS_CLASS, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/win32/mod.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | use winapi::shared::winerror::{S_OK, S_FALSE}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/resources/font.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::HFONT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:136:21 [INFO] [stdout] | [INFO] [stdout] 136 | use winapi::um::wingdi::AddFontResourceW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | use winapi::um::wingdi::RemoveFontResourceW; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | use winapi::um::wingdi::AddFontMemResourceEx; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | use winapi::um::wingdi::RemoveFontMemResourceEx; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | use winapi::um::wingdi::{LOGFONTW, TEXTMETRICW, DEFAULT_CHARSET, EnumFontFamiliesExW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/font.rs:192:21 [INFO] [stdout] | [INFO] [stdout] 192 | use winapi::um::winuser::GetDC; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/resources/font.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | use winapi::shared::minwindef::{DWORD, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/icon.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/icon.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::IMAGE_ICON; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/cursor.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/cursor.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::IMAGE_CURSOR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/bitmap.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/bitmap.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::um::winuser::IMAGE_BITMAP; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/resources/bitmap.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 211 | use winapi::um::wingdi::DeleteObject; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/control_handle.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::windef::{HWND, HMENU}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/control_base.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/control_base.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::shared::windef::{HWND}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::winuser::{WS_OVERLAPPEDWINDOW, WS_CLIPCHILDREN, WS_VISIBLE, WS_DISABLED, WS_MAXIMIZE, WS_MINIMIZE, WS_CAPTION, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | use winapi::um::winuser::InvalidateRect; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:114:21 [INFO] [stdout] | [INFO] [stdout] 114 | use winapi::um::winuser::WM_CLOSE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:122:21 [INFO] [stdout] | [INFO] [stdout] 122 | use winapi::um::winuser::WM_GETICON; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/window.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | use winapi::um::winuser::WM_SETICON; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{WS_DISABLED, BS_ICON, BS_BITMAP, BS_NOTIFY, WS_VISIBLE, WS_TABSTOP, WS_CHILD}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:99:21 [INFO] [stdout] | [INFO] [stdout] 99 | use winapi::um::winuser::BM_CLICK; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | use winapi::um::winuser::{BM_SETIMAGE, IMAGE_BITMAP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/button.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | use winapi::shared::minwindef::{WPARAM, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:119:21 [INFO] [stdout] | [INFO] [stdout] 119 | use winapi::um::winuser::{BM_SETIMAGE, IMAGE_ICON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/button.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | use winapi::shared::minwindef::{WPARAM, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 132 | use winapi::um::winuser::{BM_GETIMAGE, IMAGE_BITMAP, IMAGE_ICON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/button.rs:133:21 [INFO] [stdout] | [INFO] [stdout] 133 | use winapi::shared::minwindef::WPARAM; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/button.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | use winapi::shared::windef::HBITMAP; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/button.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{WS_VISIBLE, WS_DISABLED, BS_AUTOCHECKBOX, BS_AUTO3STATE, BS_PUSHLIKE, WS_TABSTOP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | use winapi::um::winuser::{BM_SETSTYLE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:113:21 [INFO] [stdout] | [INFO] [stdout] 113 | use winapi::shared::minwindef::WPARAM; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:127:21 [INFO] [stdout] | [INFO] [stdout] 127 | use winapi::um::winuser::{BM_GETCHECK, BST_CHECKED, BST_INDETERMINATE, BST_UNCHECKED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | use winapi::um::winuser::{BM_SETCHECK, BST_CHECKED, BST_INDETERMINATE, BST_UNCHECKED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | use winapi::shared::minwindef::WPARAM; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:258:21 [INFO] [stdout] | [INFO] [stdout] 258 | use winapi::um::winuser::{BS_NOTIFY, WS_CHILD}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:266:21 [INFO] [stdout] | [INFO] [stdout] 266 | use winapi::um::winuser::{WM_CTLCOLORSTATIC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:267:21 [INFO] [stdout] | [INFO] [stdout] 267 | use winapi::shared::{basetsd::UINT_PTR, windef::{HWND}, minwindef::LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/check_box.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | use winapi::um::wingdi::{CreateSolidBrush, RGB}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{WS_VISIBLE, WS_DISABLED, WS_GROUP, WS_TABSTOP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:130:21 [INFO] [stdout] | [INFO] [stdout] 130 | use winapi::um::winuser::{BM_GETCHECK, BST_CHECKED, BST_UNCHECKED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:143:21 [INFO] [stdout] | [INFO] [stdout] 143 | use winapi::um::winuser::{BM_SETCHECK, BST_CHECKED, BST_UNCHECKED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | use winapi::shared::minwindef::WPARAM; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:259:21 [INFO] [stdout] | [INFO] [stdout] 259 | use winapi::um::winuser::{BS_NOTIFY, WS_CHILD, BS_AUTORADIOBUTTON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:267:21 [INFO] [stdout] | [INFO] [stdout] 267 | use winapi::um::winuser::{WM_CTLCOLORSTATIC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | use winapi::shared::{basetsd::UINT_PTR, windef::{HWND}, minwindef::LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/radio_button.rs:269:21 [INFO] [stdout] | [INFO] [stdout] 269 | use winapi::um::wingdi::{CreateSolidBrush, RGB}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::minwindef::{UINT, WPARAM, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::winuser::{WS_VISIBLE, WS_DISABLED, ES_NUMBER, ES_LEFT, ES_CENTER, ES_RIGHT, WS_TABSTOP, ES_AUTOHSCROLL}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:120:21 [INFO] [stdout] | [INFO] [stdout] 120 | use winapi::um::winuser::EM_GETPASSWORDCHAR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:134:21 [INFO] [stdout] | [INFO] [stdout] 134 | use winapi::um::winuser::EM_SETPASSWORDCHAR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | use winapi::um::winuser::EM_GETLIMITTEXT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:151:21 [INFO] [stdout] | [INFO] [stdout] 151 | use winapi::um::winuser::EM_SETLIMITTEXT; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | use winapi::um::winuser::EM_GETMODIFY; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:167:21 [INFO] [stdout] | [INFO] [stdout] 167 | use winapi::um::winuser::EM_SETMODIFY; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:174:21 [INFO] [stdout] | [INFO] [stdout] 174 | use winapi::um::winuser::EM_UNDO; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | use winapi::um::winuser::EM_GETSEL; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:197:21 [INFO] [stdout] | [INFO] [stdout] 197 | use winapi::um::winuser::EM_SETSEL; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:206:21 [INFO] [stdout] | [INFO] [stdout] 206 | use winapi::um::winuser::EM_LINELENGTH; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 214 | use winapi::um::winuser::ES_READONLY; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | use winapi::um::winuser::EM_SETREADONLY; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | use winapi::um::winuser::{WS_BORDER, WS_CHILD}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:320:21 [INFO] [stdout] | [INFO] [stdout] 320 | use winapi::shared::windef::{HGDIOBJ, RECT, HBRUSH, POINT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:321:21 [INFO] [stdout] | [INFO] [stdout] 321 | use winapi::um::winuser::{WM_NCCALCSIZE, WM_NCPAINT, WM_SIZE, DT_CALCRECT, DT_LEFT, NCCALCSIZE_PARAMS, COLOR_WINDOW,}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 322 | use winapi::um::winuser::{SWP_NOOWNERZORDER, SWP_NOSIZE, SWP_NOMOVE, SWP_FRAMECHANGED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:323:21 [INFO] [stdout] | [INFO] [stdout] 323 | use winapi::um::winuser::{GetDC, DrawTextW, ReleaseDC, GetClientRect, GetWindowRect, FillRect, ScreenToClient, SetWindowPos}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:324:21 [INFO] [stdout] | [INFO] [stdout] 324 | use winapi::um::wingdi::{SelectObject, CreateSolidBrush, RGB}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{WS_VISIBLE, WS_DISABLED, SS_WORDELLIPSIS}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:186:21 [INFO] [stdout] | [INFO] [stdout] 186 | use winapi::um::winuser::{SS_NOPREFIX, SS_LEFT}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:193:21 [INFO] [stdout] | [INFO] [stdout] 193 | use winapi::um::winuser::{SS_NOTIFY, WS_CHILD}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/label.rs:201:21 [INFO] [stdout] | [INFO] [stdout] 201 | use winapi::shared::windef::{HWND, HGDIOBJ, RECT, HBRUSH, POINT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/label.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | use winapi::shared::{basetsd::UINT_PTR, minwindef::LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:203:21 [INFO] [stdout] | [INFO] [stdout] 203 | use winapi::um::winuser::{WM_CTLCOLORSTATIC, WM_NCCALCSIZE, WM_NCPAINT, WM_SIZE, DT_CALCRECT, DT_LEFT, NCCALCSIZE_PARAMS, COLOR_WINDOW}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | use winapi::um::winuser::{SWP_NOOWNERZORDER, SWP_NOSIZE, SWP_NOMOVE, SWP_FRAMECHANGED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:205:21 [INFO] [stdout] | [INFO] [stdout] 205 | use winapi::um::winuser::{GetDC, DrawTextW, ReleaseDC, GetClientRect, GetWindowRect, FillRect, ScreenToClient, SetWindowPos}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:206:21 [INFO] [stdout] | [INFO] [stdout] 206 | use winapi::um::wingdi::{SelectObject, CreateSolidBrush, RGB}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/label.rs:399:21 [INFO] [stdout] | [INFO] [stdout] 399 | use winapi::um::winuser::{SS_LEFT, SS_RIGHT, SS_CENTER}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{WS_VISIBLE, WS_DISABLED}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | use winapi::um::winuser::{STM_SETIMAGE, IMAGE_BITMAP}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:76:21 [INFO] [stdout] | [INFO] [stdout] 76 | use winapi::shared::minwindef::{WPARAM, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | use winapi::um::winuser::{STM_SETIMAGE, IMAGE_ICON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:88:21 [INFO] [stdout] | [INFO] [stdout] 88 | use winapi::shared::minwindef::{WPARAM, LPARAM}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | use winapi::um::winuser::{STM_GETIMAGE, IMAGE_BITMAP, IMAGE_ICON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:101:21 [INFO] [stdout] | [INFO] [stdout] 101 | use winapi::shared::minwindef::WPARAM; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | use winapi::shared::windef::HBITMAP; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:103:21 [INFO] [stdout] | [INFO] [stdout] 103 | use winapi::um::winnt::HANDLE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | use winapi::um::winuser::{SS_NOTIFY, WS_CHILD, SS_CENTERIMAGE}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:189:21 [INFO] [stdout] | [INFO] [stdout] 189 | use winapi::um::winuser::{WM_CTLCOLORSTATIC}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:190:21 [INFO] [stdout] | [INFO] [stdout] 190 | use winapi::shared::{basetsd::UINT_PTR, windef::{HWND}, minwindef::LRESULT}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | use winapi::um::wingdi::{CreateSolidBrush, RGB}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/image_frame.rs:277:21 [INFO] [stdout] | [INFO] [stdout] 277 | use winapi::um::winuser::{SS_BITMAP, SS_ICON}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/layouts/grid_layout.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::windef::{HWND}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/layouts/grid_layout.rs:489:21 [INFO] [stdout] | [INFO] [stdout] 489 | use winapi::um::winuser::WM_SIZE; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/layouts/grid_layout.rs:490:21 [INFO] [stdout] | [INFO] [stdout] 490 | use winapi::shared::minwindef::{HIWORD, LOWORD}; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stdout] --> src/win32/resources_helper.rs:191:17 [INFO] [stdout] | [INFO] [stdout] 191 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:130:24 [INFO] [stdout] | [INFO] [stdout] 130 | unsafe { ::winapi::um::winuser::SendMessageW(hwnd, msg, w, l) } [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:134:24 [INFO] [stdout] | [INFO] [stdout] 134 | unsafe { ::winapi::um::winuser::PostMessageW(hwnd, msg, w, l) }; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:138:15 [INFO] [stdout] | [INFO] [stdout] 138 | ::winapi::um::winuser::SetFocus(handle); [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | ::winapi::um::winuser::GetFocus() == handle [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:298:23 [INFO] [stdout] | [INFO] [stdout] 298 | unsafe{ ::winapi::um::winuser::GetWindowLongPtrW(handle, index) } [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window_helper.rs:310:23 [INFO] [stdout] | [INFO] [stdout] 310 | unsafe{ ::winapi::um::winuser::SetWindowLongPtrW(handle, index, v as LONG_PTR); } [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYDOWN` is not bound in all patterns [INFO] [stdout] --> src/win32/window.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 584 | WM_KEYDOWN | WM_KEYUP => { [INFO] [stdout] | ---------- ^^^^^^^^ pattern doesn't bind `WM_KEYDOWN` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYDOWN` [INFO] [stdout] --> src/win32/window.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | WM_KEYDOWN | WM_KEYUP => { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `WM_KEYUP` is not bound in all patterns [INFO] [stdout] --> src/win32/window.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | WM_KEYDOWN | WM_KEYUP => { [INFO] [stdout] | ^^^^^^^^^^ -------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `WM_KEYUP` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::WM_KEYUP` [INFO] [stdout] --> src/win32/window.rs:584:22 [INFO] [stdout] | [INFO] [stdout] 584 | WM_KEYDOWN | WM_KEYUP => { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:730:27 [INFO] [stdout] | [INFO] [stdout] 730 | None => ::winapi::um::commctrl::DefSubclassProc(hwnd, msg, w, l) [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:978:17 [INFO] [stdout] | [INFO] [stdout] 978 | winapi::um::commctrl::WC_TREEVIEW => callback(tree_commands(code), tree_data(code, notif_raw), handle), [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/win32/window.rs:979:17 [INFO] [stdout] | [INFO] [stdout] 979 | winapi::um::commctrl::WC_LISTVIEW => callback(list_view_commands(code), list_view_data(code, notif_raw), handle), [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `S_OK` is not bound in all patterns [INFO] [stdout] --> src/win32/mod.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | S_OK | S_FALSE => Ok(()), [INFO] [stdout] | ---- ^^^^^^^ pattern doesn't bind `S_OK` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::S_OK` [INFO] [stdout] --> src/win32/mod.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | S_OK | S_FALSE => Ok(()), [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `S_FALSE` is not bound in all patterns [INFO] [stdout] --> src/win32/mod.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | S_OK | S_FALSE => Ok(()), [INFO] [stdout] | ^^^^ ------- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `S_FALSE` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::S_FALSE` [INFO] [stdout] --> src/win32/mod.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | S_OK | S_FALSE => Ok(()), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/controls/text_input.rs:307:19 [INFO] [stdout] | [INFO] [stdout] 307 | ::winapi::um::winuser::WS_VISIBLE [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMTTDISPINFOW` in this scope [INFO] [stdout] --> src/events.rs:376:27 [INFO] [stdout] | [INFO] [stdout] 376 | pub(crate) data: *mut NMTTDISPINFOW [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TTF_DI_SETITEM` in this scope [INFO] [stdout] --> src/events.rs:388:38 [INFO] [stdout] | [INFO] [stdout] 388 | true => { data.uFlags |= TTF_DI_SETITEM; }, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TTF_DI_SETITEM` in this scope [INFO] [stdout] --> src/events.rs:389:40 [INFO] [stdout] | [INFO] [stdout] 389 | false => { data.uFlags &= !TTF_DI_SETITEM; } [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stdout] --> src/events.rs:419:50 [INFO] [stdout] | [INFO] [stdout] 419 | ptr::write(&mut data.szText as *mut [WCHAR; 80], mem::zeroed()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/events.rs:460:22 [INFO] [stdout] | [INFO] [stdout] 460 | pub(crate) hwnd: HWND [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAINTSTRUCT` in this scope [INFO] [stdout] --> src/events.rs:466:34 [INFO] [stdout] | [INFO] [stdout] 466 | pub fn begin_paint(&self) -> PAINTSTRUCT { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAINTSTRUCT` in this scope [INFO] [stdout] --> src/events.rs:468:28 [INFO] [stdout] | [INFO] [stdout] 468 | let mut paint: PAINTSTRUCT = ::std::mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BeginPaint` in this scope [INFO] [stdout] --> src/events.rs:469:13 [INFO] [stdout] | [INFO] [stdout] 469 | BeginPaint(self.hwnd, &mut paint); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PAINTSTRUCT` in this scope [INFO] [stdout] --> src/events.rs:475:33 [INFO] [stdout] | [INFO] [stdout] 475 | pub fn end_paint(&self, p: &PAINTSTRUCT) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EndPaint` in this scope [INFO] [stdout] --> src/events.rs:477:13 [INFO] [stdout] | [INFO] [stdout] 477 | EndPaint(self.hwnd, p); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDROP` in this scope [INFO] [stdout] --> src/events.rs:486:22 [INFO] [stdout] | [INFO] [stdout] 486 | pub(crate) drop: HDROP, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/events.rs:498:26 [INFO] [stdout] | [INFO] [stdout] 498 | let mut pt = POINT { x: 0, y: 0 }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DragQueryPoint` in this scope [INFO] [stdout] --> src/events.rs:499:13 [INFO] [stdout] | [INFO] [stdout] 499 | DragQueryPoint(self.drop, &mut pt); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DragQueryFileW` in this scope [INFO] [stdout] --> src/events.rs:510:13 [INFO] [stdout] | [INFO] [stdout] 510 | DragQueryFileW(self.drop, 0xFFFFFFFF, ptr::null_mut(), 0) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DragQueryFileW` in this scope [INFO] [stdout] --> src/events.rs:525:36 [INFO] [stdout] | [INFO] [stdout] 525 | let buffer_size = (DragQueryFileW(self.drop, i as _, ptr::null_mut(), 0) + 1) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DragQueryFileW` in this scope [INFO] [stdout] --> src/events.rs:530:17 [INFO] [stdout] | [INFO] [stdout] 530 | DragQueryFileW(self.drop, i as _, buffer.as_mut_ptr(), buffer_size as _); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DragFinish` in this scope [INFO] [stdout] --> src/events.rs:551:22 [INFO] [stdout] | [INFO] [stdout] 551 | unsafe { DragFinish(self.drop) } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:9:81 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn check_hwnd(handle: &ControlHandle, not_bound: &str, bad_handle: &str) -> HWND { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IsWindow` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | Some(hwnd) => match unsafe { IsWindow(hwnd) } { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:74:38 [INFO] [stdout] | [INFO] [stdout] 74 | pub unsafe fn get_system_error() -> (DWORD, String) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:81:16 [INFO] [stdout] | [INFO] [stdout] 81 | let code = GetLastError(); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MAKELANGID` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | let lang = MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT) as DWORD; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LANG_NEUTRAL` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:82:27 [INFO] [stdout] | [INFO] [stdout] 82 | let lang = MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT) as DWORD; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SUBLANG_DEFAULT` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:82:41 [INFO] [stdout] | [INFO] [stdout] 82 | let lang = MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT) as DWORD; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:82:61 [INFO] [stdout] | [INFO] [stdout] 82 | let lang = MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT) as DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FormatMessageW` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM, ptr::null(), code, lang, buf.as_mut_ptr(), 1024, ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `FORMAT_MESSAGE_FROM_SYSTEM` in this scope [INFO] [stdout] --> src/win32/base_helper.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | FormatMessageW(FORMAT_MESSAGE_FROM_SYSTEM, ptr::null(), code, lang, buf.as_mut_ptr(), 1024, ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | pub const NOTICE_MESSAGE: UINT = WM_USER+100; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | pub const NOTICE_MESSAGE: UINT = WM_USER+100; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | pub const NWG_INIT: UINT = WM_USER + 101; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | pub const NWG_INIT: UINT = WM_USER + 101; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NWG_TRAY: UINT = WM_USER + 102; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_USER` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | pub const NWG_TRAY: UINT = WM_USER + 102; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn destroy_window(hwnd: HWND) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetParent` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | SetParent(child, ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DestroyWindow` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:28:14 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn destroy_window(hwnd: HWND) { [INFO] [stdout] | --------------------------------- similarly named function `destroy_window` defined here [INFO] [stdout] ... [INFO] [stdout] 28 | unsafe { DestroyWindow(hwnd); } [INFO] [stdout] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `destroy_window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | where F: FnMut(HWND) -> () [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:32:48 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn iterate_window_children(hwnd_parent: HWND, cb: F) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | parent: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:44:24 [INFO] [stdout] | [INFO] [stdout] 44 | where F: FnMut(HWND) -> () [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:43:51 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn enum_child(hwnd: HWND, p: LPARAM) -> BOOL [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:43:60 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn enum_child(hwnd: HWND, p: LPARAM) -> BOOL [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:43:71 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe extern "system" fn enum_child(hwnd: HWND, p: LPARAM) -> BOOL [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumChildWindows` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | EnumChildWindows(hwnd_parent, Some(enum_child::), &mut data as *mut EnumChildData as _); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:74:32 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn get_window_parent(hwnd: HWND) -> HWND { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:74:41 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn get_window_parent(hwnd: HWND) -> HWND { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetParent` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | unsafe { GetParent(hwnd) } [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn get_window_font(handle: HWND) -> HFONT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HFONT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:79:41 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn get_window_font(handle: HWND) -> HFONT { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_GETFONT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:82:38 [INFO] [stdout] | [INFO] [stdout] 82 | let h = send_message(handle, WM_GETFONT, 0, 0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:88:39 [INFO] [stdout] | [INFO] [stdout] 88 | pub unsafe fn set_window_font(handle: HWND, font_handle: Option, redraw: bool) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HFONT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:88:65 [INFO] [stdout] | [INFO] [stdout] 88 | pub unsafe fn set_window_font(handle: HWND, font_handle: Option, redraw: bool) { [INFO] [stdout] | - ^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendMessageW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 94 | SendMessageW(handle, WM_SETFONT, mem::transmute(font_handle), redraw as LPARAM); [INFO] [stdout] | ^^^^^^^^^^^^ help: a function with a similar name exists: `send_message` [INFO] [stdout] ... [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | --------------------------------------------------------------------------- similarly named function `send_message` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SETFONT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | SendMessageW(handle, WM_SETFONT, mem::transmute(font_handle), redraw as LPARAM); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:94:77 [INFO] [stdout] | [INFO] [stdout] 94 | SendMessageW(handle, WM_SETFONT, mem::transmute(font_handle), redraw as LPARAM); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:118:26 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get_style(handle: HWND) -> UINT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:118:35 [INFO] [stdout] | [INFO] [stdout] 118 | pub fn get_style(handle: HWND) -> UINT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:120:29 [INFO] [stdout] | [INFO] [stdout] 120 | get_window_long(handle, GWL_STYLE) as UINT [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:120:43 [INFO] [stdout] | [INFO] [stdout] 120 | get_window_long(handle, GWL_STYLE) as UINT [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:129:27 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:129:38 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:129:47 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:129:58 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:129:69 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn send_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:133:27 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn post_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:133:38 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn post_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:133:47 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn post_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:133:58 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn post_message(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | pub unsafe fn set_focus(handle: HWND) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 141 | pub unsafe fn get_focus(handle: HWND) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:145:39 [INFO] [stdout] | [INFO] [stdout] 145 | pub unsafe fn get_window_text(handle: HWND) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextLengthW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:148:27 [INFO] [stdout] | [INFO] [stdout] 148 | let mut buffer_size = GetWindowTextLengthW(handle) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowTextW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:155:8 [INFO] [stdout] | [INFO] [stdout] 155 | if GetWindowTextW(handle, buffer.as_mut_ptr(), buffer_size as c_int) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:162:43 [INFO] [stdout] | [INFO] [stdout] 162 | pub unsafe fn set_window_text<'a>(handle: HWND, text: &'a str) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowTextW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:166:5 [INFO] [stdout] | [INFO] [stdout] 166 | SetWindowTextW(handle, text.as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:169:43 [INFO] [stdout] | [INFO] [stdout] 169 | pub unsafe fn set_window_position(handle: HWND, x: i32, y: i32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowPos` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | SetWindowPos(handle, ptr::null_mut(), x as c_int, y as c_int, 0, 0, SWP_NOZORDER|SWP_NOSIZE|SWP_NOACTIVATE); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOZORDER` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:174:73 [INFO] [stdout] | [INFO] [stdout] 174 | SetWindowPos(handle, ptr::null_mut(), x as c_int, y as c_int, 0, 0, SWP_NOZORDER|SWP_NOSIZE|SWP_NOACTIVATE); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOSIZE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:174:86 [INFO] [stdout] | [INFO] [stdout] 174 | SetWindowPos(handle, ptr::null_mut(), x as c_int, y as c_int, 0, 0, SWP_NOZORDER|SWP_NOSIZE|SWP_NOACTIVATE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOACTIVATE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:174:97 [INFO] [stdout] | [INFO] [stdout] 174 | SetWindowPos(handle, ptr::null_mut(), x as c_int, y as c_int, 0, 0, SWP_NOZORDER|SWP_NOSIZE|SWP_NOACTIVATE); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:177:43 [INFO] [stdout] | [INFO] [stdout] 177 | pub unsafe fn get_window_position(handle: HWND) -> (i32, i32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:181:16 [INFO] [stdout] | [INFO] [stdout] 181 | let mut r: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowRect` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:182:5 [INFO] [stdout] | [INFO] [stdout] 182 | GetWindowRect(handle, &mut r); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetParent` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:184:18 [INFO] [stdout] | [INFO] [stdout] 184 | let parent = GetParent(handle); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:186:22 [INFO] [stdout] | [INFO] [stdout] 186 | let mut pt = POINT{x: r.left, y: r.top}; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScreenToClient` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:187:9 [INFO] [stdout] | [INFO] [stdout] 187 | ScreenToClient(parent, &mut pt); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:196:39 [INFO] [stdout] | [INFO] [stdout] 196 | pub unsafe fn set_window_size(handle: HWND, w: u32, h: u32, fix: bool) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | let flags = GetWindowLongW(handle, GWL_STYLE) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:204:44 [INFO] [stdout] | [INFO] [stdout] 204 | let flags = GetWindowLongW(handle, GWL_STYLE) as u32; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowLongW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:205:24 [INFO] [stdout] | [INFO] [stdout] 205 | let ex_flags = GetWindowLongW(handle, GWL_EXSTYLE) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_EXSTYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:205:47 [INFO] [stdout] | [INFO] [stdout] 205 | let ex_flags = GetWindowLongW(handle, GWL_EXSTYLE) as u32; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:206:24 [INFO] [stdout] | [INFO] [stdout] 206 | let mut rect = RECT {left: 0, top: 0, right: w, bottom: h}; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AdjustWindowRectEx` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 207 | AdjustWindowRectEx(&mut rect, flags, 0, ex_flags); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowPos` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | SetWindowPos(handle, ptr::null_mut(), 0, 0, w, h, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOCOPYBITS); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOZORDER` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:213:55 [INFO] [stdout] | [INFO] [stdout] 213 | SetWindowPos(handle, ptr::null_mut(), 0, 0, w, h, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOCOPYBITS); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:213:68 [INFO] [stdout] | [INFO] [stdout] 213 | SetWindowPos(handle, ptr::null_mut(), 0, 0, w, h, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOCOPYBITS); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOACTIVATE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:213:79 [INFO] [stdout] | [INFO] [stdout] 213 | SetWindowPos(handle, ptr::null_mut(), 0, 0, w, h, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOCOPYBITS); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOCOPYBITS` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:213:94 [INFO] [stdout] | [INFO] [stdout] 213 | SetWindowPos(handle, ptr::null_mut(), 0, 0, w, h, SWP_NOZORDER|SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOCOPYBITS); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:216:39 [INFO] [stdout] | [INFO] [stdout] 216 | pub unsafe fn get_window_size(handle: HWND) -> (u32, u32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:221:48 [INFO] [stdout] | [INFO] [stdout] 221 | pub unsafe fn get_window_physical_size(handle: HWND) -> (u32, u32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:225:40 [INFO] [stdout] | [INFO] [stdout] 225 | unsafe fn get_window_size_impl(handle: HWND, return_physical: bool) -> (u32, u32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:229:16 [INFO] [stdout] | [INFO] [stdout] 229 | let mut r: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | GetClientRect(handle, &mut r); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:241:45 [INFO] [stdout] | [INFO] [stdout] 241 | pub unsafe fn set_window_visibility(handle: HWND, visible: bool) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_SHOW` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:245:32 [INFO] [stdout] | [INFO] [stdout] 245 | let visible = if visible { SW_SHOW } else { SW_HIDE }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_HIDE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:245:49 [INFO] [stdout] | [INFO] [stdout] 245 | let visible = if visible { SW_SHOW } else { SW_HIDE }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | ShowWindow(handle, visible); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:249:45 [INFO] [stdout] | [INFO] [stdout] 249 | pub unsafe fn get_window_visibility(handle: HWND) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IsWindowVisible` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | IsWindowVisible(handle) != 0 [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:254:42 [INFO] [stdout] | [INFO] [stdout] 254 | pub unsafe fn get_window_enabled(handle: HWND) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:257:41 [INFO] [stdout] | [INFO] [stdout] 257 | let style = get_window_long(handle, GWL_STYLE) as UINT; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:257:55 [INFO] [stdout] | [INFO] [stdout] 257 | let style = get_window_long(handle, GWL_STYLE) as UINT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:258:14 [INFO] [stdout] | [INFO] [stdout] 258 | (style & WS_DISABLED) != WS_DISABLED [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:258:30 [INFO] [stdout] | [INFO] [stdout] 258 | (style & WS_DISABLED) != WS_DISABLED [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:261:42 [INFO] [stdout] | [INFO] [stdout] 261 | pub unsafe fn set_window_enabled(handle: HWND, enabled: bool) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:265:45 [INFO] [stdout] | [INFO] [stdout] 265 | let old_style = get_window_long(handle, GWL_STYLE) as usize; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:267:33 [INFO] [stdout] | [INFO] [stdout] 267 | set_window_long(handle, GWL_STYLE, old_style&(!WS_DISABLED as usize) ); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:267:56 [INFO] [stdout] | [INFO] [stdout] 267 | set_window_long(handle, GWL_STYLE, old_style&(!WS_DISABLED as usize) ); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GWL_STYLE` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:269:33 [INFO] [stdout] | [INFO] [stdout] 269 | set_window_long(handle, GWL_STYLE, old_style|(WS_DISABLED as usize)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:269:55 [INFO] [stdout] | [INFO] [stdout] 269 | set_window_long(handle, GWL_STYLE, old_style|(WS_DISABLED as usize)); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `InvalidateRect` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 273 | InvalidateRect(handle, ptr::null(), 1); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `UpdateWindow` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:274:5 [INFO] [stdout] | [INFO] [stdout] 274 | UpdateWindow(handle); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:297:32 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn get_window_long(handle: HWND, index: c_int) -> LONG_PTR { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG_PTR` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:297:55 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn get_window_long(handle: HWND, index: c_int) -> LONG_PTR { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn set_window_long(handle: HWND, index: c_int, v: usize) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG_PTR` in this scope [INFO] [stdout] --> src/win32/window_helper.rs:310:74 [INFO] [stdout] | [INFO] [stdout] 310 | unsafe{ ::winapi::um::winuser::SetWindowLongPtrW(handle, index, v as LONG_PTR); } [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBITMAP` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn is_bitmap(handle: HBITMAP) -> bool { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetBitmapBits` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { GetBitmapBits(handle, 1, &mut bits as *mut [u8; 1] as LPVOID) != 0 } [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:22:68 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe { GetBitmapBits(handle, 1, &mut bits as *mut [u8; 1] as LPVOID) != 0 } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HFONT` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 25 | pub unsafe fn build_font( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | ) -> Result [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateFontW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:48:18 [INFO] [stdout] | [INFO] [stdout] 48 | let handle = CreateFontW( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DEFAULT_CHARSET` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | DEFAULT_CHARSET, // fdwCharSet [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OUT_DEFAULT_PRECIS` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | OUT_DEFAULT_PRECIS, // fdwOutputPrecision [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLIP_DEFAULT_PRECIS` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | CLIP_DEFAULT_PRECIS, // fdwClipPrecision [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CLEARTYPE_QUALITY` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | CLEARTYPE_QUALITY, // fdwQuality [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `VARIABLE_PITCH` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | VARIABLE_PITCH, // fdwPitchAndFamily [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 72 | pub unsafe fn build_image<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, HANDLE` [INFO] [stdout] ... [INFO] [stdout] 77 | ) -> Result [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:86:22 [INFO] [stdout] | [INFO] [stdout] 86 | let mut handle = LoadImageW(ptr::null_mut(), filepath.as_ptr(), image_type, width as i32, height as i32, LR_LOADFROMFILE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_LOADFROMFILE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:86:110 [INFO] [stdout] | [INFO] [stdout] 86 | let mut handle = LoadImageW(ptr::null_mut(), filepath.as_ptr(), image_type, width as i32, height as i32, LR_LOADFROMFILE); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDI_ERROR` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | let dr = (IDI_ERROR as usize) as *const u16; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | LoadImageW(ptr::null_mut(), dr, IMAGE_ICON, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_DEFAULTSIZE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:94:71 [INFO] [stdout] | [INFO] [stdout] 94 | LoadImageW(ptr::null_mut(), dr, IMAGE_ICON, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:94:86 [INFO] [stdout] | [INFO] [stdout] 94 | LoadImageW(ptr::null_mut(), dr, IMAGE_ICON, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDC_ARROW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | let dr = (IDC_ARROW as usize) as *const u16; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | LoadImageW(ptr::null_mut(), dr, IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_DEFAULTSIZE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:98:73 [INFO] [stdout] | [INFO] [stdout] 98 | LoadImageW(ptr::null_mut(), dr, IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:98:88 [INFO] [stdout] | [INFO] [stdout] 98 | LoadImageW(ptr::null_mut(), dr, IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | LoadImageW(ptr::null_mut(), dr, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION|LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_CREATEDIBSECTION` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:102:73 [INFO] [stdout] | [INFO] [stdout] 102 | LoadImageW(ptr::null_mut(), dr, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION|LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_DEFAULTSIZE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:102:93 [INFO] [stdout] | [INFO] [stdout] 102 | LoadImageW(ptr::null_mut(), dr, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION|LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:102:108 [INFO] [stdout] | [INFO] [stdout] 102 | LoadImageW(ptr::null_mut(), dr, IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION|LR_DEFAULTSIZE|LR_SHARED) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 144 | pub unsafe fn build_oem_image( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 147 | ) -> Result [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:157:14 [INFO] [stdout] | [INFO] [stdout] 157 | (IMAGE_BITMAP, (b as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:157:44 [INFO] [stdout] | [INFO] [stdout] 157 | (IMAGE_BITMAP, (b as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_CURSOR` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:160:14 [INFO] [stdout] | [INFO] [stdout] 160 | (IMAGE_CURSOR, (c as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:160:44 [INFO] [stdout] | [INFO] [stdout] 160 | (IMAGE_CURSOR, (c as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:163:14 [INFO] [stdout] | [INFO] [stdout] 163 | (IMAGE_ICON, (i as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCWSTR` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:163:42 [INFO] [stdout] | [INFO] [stdout] 163 | (IMAGE_ICON, (i as usize) as LPCWSTR) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_DEFAULTSIZE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | LR_DEFAULTSIZE|LR_SHARED [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | LR_DEFAULTSIZE|LR_SHARED [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LR_SHARED` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | LR_SHARED [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadImageW` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | let handle = LoadImageW(ptr::null_mut(), res_identifier, c_res_type, width as i32, height as i32, flags); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:187:59 [INFO] [stdout] | [INFO] [stdout] 187 | pub unsafe fn bitmap_from_memory(source: &[u8]) -> Result { [INFO] [stdout] | - ^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPFILEHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:194:39 [INFO] [stdout] | [INFO] [stdout] 187 | pub unsafe fn bitmap_from_memory(source: &[u8]) -> Result { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 194 | let fheader_size = mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPINFOHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:195:39 [INFO] [stdout] | [INFO] [stdout] 187 | pub unsafe fn bitmap_from_memory(source: &[u8]) -> Result { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 195 | let iheader_size = mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPFILEHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:204:37 [INFO] [stdout] | [INFO] [stdout] 204 | let fheader_ptr = src as *const BITMAPFILEHEADER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPFILEHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 205 | let fheader: BITMAPFILEHEADER = ptr::read( fheader_ptr ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPINFOHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:208:67 [INFO] [stdout] | [INFO] [stdout] 208 | let iheader_ptr = src.offset(fheader_size as isize) as *const BITMAPINFOHEADER; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPINFOHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | let iheader: BITMAPINFOHEADER = ptr::read( iheader_ptr ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:213:21 [INFO] [stdout] | [INFO] [stdout] 213 | let screen_dc = GetDC(ptr::null_mut()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateCompatibleDC` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | let hdc = CreateCompatibleDC(screen_dc); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateCompatibleBitmap` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:215:18 [INFO] [stdout] | [INFO] [stdout] 215 | let bitmap = CreateCompatibleBitmap(screen_dc, w, h); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReleaseDC` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:216:5 [INFO] [stdout] | [INFO] [stdout] 216 | ReleaseDC(ptr::null_mut(), screen_dc); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BITMAPINFOHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:218:18 [INFO] [stdout] | [INFO] [stdout] 218 | let header = BITMAPINFOHEADER { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BITMAPINFOHEADER` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:219:32 [INFO] [stdout] | [INFO] [stdout] 187 | pub unsafe fn bitmap_from_memory(source: &[u8]) -> Result { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 219 | biSize: mem::size_of::() as DWORD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:219:55 [INFO] [stdout] | [INFO] [stdout] 219 | biSize: mem::size_of::() as DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:220:23 [INFO] [stdout] | [INFO] [stdout] 220 | biWidth: w as LONG, biHeight: h as LONG, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:220:44 [INFO] [stdout] | [INFO] [stdout] 220 | biWidth: w as LONG, biHeight: h as LONG, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BI_RGB` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:221:53 [INFO] [stdout] | [INFO] [stdout] 221 | biPlanes: 1, biBitCount: 24, biCompression: BI_RGB, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RGBQUAD` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:227:16 [INFO] [stdout] | [INFO] [stdout] 227 | let quad = RGBQUAD { rgbBlue: 0, rgbGreen: 0, rgbRed: 0, rgbReserved: 0 }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BITMAPINFO` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:228:16 [INFO] [stdout] | [INFO] [stdout] 228 | let info = BITMAPINFO { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetDIBits` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:234:13 [INFO] [stdout] | [INFO] [stdout] 234 | if 0 == SetDIBits(hdc, bitmap, 0, h as u32, data_ptr, &info, DIB_RGB_COLORS) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DIB_RGB_COLORS` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:234:66 [INFO] [stdout] | [INFO] [stdout] 234 | if 0 == SetDIBits(hdc, bitmap, 0, h as u32, data_ptr, &info, DIB_RGB_COLORS) { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/win32/resources_helper.rs:239:25 [INFO] [stdout] | [INFO] [stdout] 239 | return Ok(bitmap as HANDLE); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | static mut EVENT_HANDLER_ID: UINT_PTR = 1; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | type RawCallback = dyn Fn(HWND, UINT, WPARAM, LPARAM) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | type RawCallback = dyn Fn(HWND, UINT, WPARAM, LPARAM) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:26:39 [INFO] [stdout] | [INFO] [stdout] 26 | type RawCallback = dyn Fn(HWND, UINT, WPARAM, LPARAM) -> Option; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | type RawCallback = dyn Fn(HWND, UINT, WPARAM, LPARAM) -> Option; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:26:65 [INFO] [stdout] | [INFO] [stdout] 26 | type RawCallback = dyn Fn(HWND, UINT, WPARAM, LPARAM) -> Option; [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct EventHandler { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 33 | handles: Vec, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | id: SUBCLASSPROC, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:35:18 [INFO] [stdout] | [INFO] [stdout] 35 | subclass_id: UINT_PTR [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | handle: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | subclass_proc: SUBCLASSPROC, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | handler_id: UINT_PTR [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn build_notice(parent: HWND) -> ControlHandle { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | pub unsafe fn build_timer(parent: HWND, interval: u32, stopped: bool) -> ControlHandle { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetTimer` in this scope [INFO] [stdout] --> src/win32/window.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | SetTimer(parent, id as UINT_PTR, interval as UINT, None); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:69:32 [INFO] [stdout] | [INFO] [stdout] 69 | SetTimer(parent, id as UINT_PTR, interval as UINT, None); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:69:54 [INFO] [stdout] | [INFO] [stdout] 69 | SetTimer(parent, id as UINT_PTR, interval as UINT, None); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:91:22 [INFO] [stdout] | [INFO] [stdout] 91 | subclass_id: UINT_PTR, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:97:56 [INFO] [stdout] | [INFO] [stdout] 97 | unsafe extern "system" fn set_children_subclass(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:97:65 [INFO] [stdout] | [INFO] [stdout] 97 | unsafe extern "system" fn set_children_subclass(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | SetWindowSubclass(h, Some(process_events), params.subclass_id, params.callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:106:95 [INFO] [stdout] | [INFO] [stdout] 106 | SetWindowSubclass(h, Some(process_events), params.subclass_id, params.callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:117:51 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe extern "system" fn handler_children(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:117:60 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe extern "system" fn handler_children(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:118:35 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe extern "system" fn handler_children(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 118 | let handles_ptr: *mut Vec = p as *mut Vec; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:118:57 [INFO] [stdout] | [INFO] [stdout] 117 | unsafe extern "system" fn handler_children(h: HWND, p: LPARAM) -> i32 { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 118 | let handles_ptr: *mut Vec = p as *mut Vec; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | let callback_fn: SUBCLASSPROC = Some(process_events); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumChildWindows` in this scope [INFO] [stdout] --> src/win32/window.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | EnumChildWindows(hwnd, Some(handler_children), (&mut handler.handles as *mut Vec) as LPARAM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:145:90 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn full_bind_event_handler(handle: &ControlHandle, f: F) -> EventHandler [INFO] [stdout] | - help: you might be missing a type parameter: `, HWND` [INFO] [stdout] ... [INFO] [stdout] 145 | EnumChildWindows(hwnd, Some(handler_children), (&mut handler.handles as *mut Vec) as LPARAM); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:145:100 [INFO] [stdout] | [INFO] [stdout] 145 | EnumChildWindows(hwnd, Some(handler_children), (&mut handler.handles as *mut Vec) as LPARAM); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumChildWindows` in this scope [INFO] [stdout] --> src/win32/window.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | EnumChildWindows(hwnd, Some(set_children_subclass), params_ptr as LPARAM); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:146:75 [INFO] [stdout] | [INFO] [stdout] 146 | EnumChildWindows(hwnd, Some(set_children_subclass), params_ptr as LPARAM); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | SetWindowSubclass(hwnd, callback_fn, subclass_id, callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:147:75 [INFO] [stdout] | [INFO] [stdout] 147 | SetWindowSubclass(hwnd, callback_fn, subclass_id, callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:185:22 [INFO] [stdout] | [INFO] [stdout] 185 | let callback_fn: SUBCLASSPROC = Some(process_events); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:194:9 [INFO] [stdout] | [INFO] [stdout] 194 | SetWindowSubclass(hwnd, callback_fn, subclass_id, callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:194:75 [INFO] [stdout] | [INFO] [stdout] 194 | SetWindowSubclass(hwnd, callback_fn, subclass_id, callback_ptr as UINT_PTR); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | SetWindowSubclass(parent_hwnd, callback_fn, subclass_id, callback_ptr_parent as UINT_PTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:195:89 [INFO] [stdout] | [INFO] [stdout] 195 | SetWindowSubclass(parent_hwnd, callback_fn, subclass_id, callback_ptr_parent as UINT_PTR); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:218:37 [INFO] [stdout] | [INFO] [stdout] 218 | let mut callback_value: UINT_PTR = 0; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:219:26 [INFO] [stdout] | [INFO] [stdout] 219 | let result = GetWindowSubclass(handle, id, subclass_id, &mut callback_value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RemoveWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:228:13 [INFO] [stdout] | [INFO] [stdout] 228 | RemoveWindowSubclass(handle, id, subclass_id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:239:17 [INFO] [stdout] | [INFO] [stdout] 239 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:239:23 [INFO] [stdout] | [INFO] [stdout] 239 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:239:29 [INFO] [stdout] | [INFO] [stdout] 239 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:239:37 [INFO] [stdout] | [INFO] [stdout] 239 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:239:55 [INFO] [stdout] | [INFO] [stdout] 238 | pub(crate) fn bind_raw_event_handler_inner(handle: &ControlHandle, handler_id: UINT_PTR, f: F) -> Result [INFO] [stdout] | - help: you might be missing a type parameter: `, LRESULT` [INFO] [stdout] 239 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:238:83 [INFO] [stdout] | [INFO] [stdout] 238 | pub(crate) fn bind_raw_event_handler_inner(handle: &ControlHandle, handler_id: UINT_PTR, f: F) -> Result [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:244:24 [INFO] [stdout] | [INFO] [stdout] 244 | let subclass_proc: SUBCLASSPROC = Some(process_raw_events); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:250:26 [INFO] [stdout] | [INFO] [stdout] 250 | let result = GetWindowSubclass(h, subclass_proc, handler_id, &mut tmp_value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:259:13 [INFO] [stdout] | [INFO] [stdout] 259 | SetWindowSubclass(h, subclass_proc, handler_id, proc_data as UINT_PTR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:259:74 [INFO] [stdout] | [INFO] [stdout] 259 | SetWindowSubclass(h, subclass_proc, handler_id, proc_data as UINT_PTR); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:307:13 [INFO] [stdout] | [INFO] [stdout] 307 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:307:19 [INFO] [stdout] | [INFO] [stdout] 307 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:307:25 [INFO] [stdout] | [INFO] [stdout] 307 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:307:51 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn bind_raw_event_handler(handle: &ControlHandle, handler_id: UINT_PTR, f: F) -> Result [INFO] [stdout] | - help: you might be missing a type parameter: `, LRESULT` [INFO] [stdout] 307 | where F: Fn(HWND, UINT, WPARAM, LPARAM) -> Option + 'static [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:306:70 [INFO] [stdout] | [INFO] [stdout] 306 | pub fn bind_raw_event_handler(handle: &ControlHandle, handler_id: UINT_PTR, f: F) -> Result [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:321:60 [INFO] [stdout] | [INFO] [stdout] 321 | pub fn has_raw_handler(handle: &ControlHandle, handler_id: UINT_PTR) -> bool { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SUBCLASSPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | let subclass_proc: SUBCLASSPROC = Some(process_raw_events); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:327:14 [INFO] [stdout] | [INFO] [stdout] 327 | unsafe { GetWindowSubclass(handle, subclass_proc, handler_id, &mut tmp_value) != 0 } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:343:33 [INFO] [stdout] | [INFO] [stdout] 343 | let mut callback_value: UINT_PTR = 0; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:344:22 [INFO] [stdout] | [INFO] [stdout] 344 | let result = GetWindowSubclass(handle, subclass_proc, handler_id, &mut callback_value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RemoveWindowSubclass` in this scope [INFO] [stdout] --> src/win32/window.rs:359:9 [INFO] [stdout] | [INFO] [stdout] 359 | RemoveWindowSubclass(handle, subclass_proc, handler_id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:372:19 [INFO] [stdout] | [INFO] [stdout] 367 | pub(crate) unsafe fn build_hwnd_control<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, DWORD` [INFO] [stdout] ... [INFO] [stdout] 372 | flags: Option, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:373:22 [INFO] [stdout] | [INFO] [stdout] 367 | pub(crate) unsafe fn build_hwnd_control<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, DWORD` [INFO] [stdout] ... [INFO] [stdout] 373 | ex_flags: Option, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:374:19 [INFO] [stdout] | [INFO] [stdout] 374 | forced_flags: DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:375:20 [INFO] [stdout] | [INFO] [stdout] 367 | pub(crate) unsafe fn build_hwnd_control<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, HWND` [INFO] [stdout] ... [INFO] [stdout] 375 | parent: Option [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/win32/window.rs:383:16 [INFO] [stdout] | [INFO] [stdout] 383 | let hmod = GetModuleHandleW(ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_COMPOSITED` in this scope [INFO] [stdout] --> src/win32/window.rs:388:39 [INFO] [stdout] | [INFO] [stdout] 388 | let ex_flags = ex_flags.unwrap_or(WS_EX_COMPOSITED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_OVERLAPPEDWINDOW` in this scope [INFO] [stdout] --> src/win32/window.rs:389:33 [INFO] [stdout] | [INFO] [stdout] 389 | let flags = flags.unwrap_or(WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_VISIBLE) | forced_flags; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/win32/window.rs:389:55 [INFO] [stdout] | [INFO] [stdout] 389 | let flags = flags.unwrap_or(WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_VISIBLE) | forced_flags; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/win32/window.rs:389:73 [INFO] [stdout] | [INFO] [stdout] 389 | let flags = flags.unwrap_or(WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN | WS_VISIBLE) | forced_flags; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/win32/window.rs:400:24 [INFO] [stdout] | [INFO] [stdout] 400 | let mut rect = RECT {left: 0, top: 0, right: sx, bottom: sy}; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AdjustWindowRectEx` in this scope [INFO] [stdout] --> src/win32/window.rs:401:9 [INFO] [stdout] | [INFO] [stdout] 401 | AdjustWindowRectEx(&mut rect, flags, 0, ex_flags); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateWindowExW` in this scope [INFO] [stdout] --> src/win32/window.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | let handle = CreateWindowExW ( [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMODULE` in this scope [INFO] [stdout] --> src/win32/window.rs:427:11 [INFO] [stdout] | [INFO] [stdout] 427 | hmod: HMODULE, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in this scope [INFO] [stdout] --> src/win32/window.rs:429:14 [INFO] [stdout] | [INFO] [stdout] 429 | clsproc: WNDPROC, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBRUSH` in this scope [INFO] [stdout] --> src/win32/window.rs:430:24 [INFO] [stdout] | [INFO] [stdout] 426 | pub(crate) unsafe fn build_sysclass<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, HBRUSH` [INFO] [stdout] ... [INFO] [stdout] 430 | background: Option, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:431:19 [INFO] [stdout] | [INFO] [stdout] 426 | pub(crate) unsafe fn build_sysclass<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, UINT` [INFO] [stdout] ... [INFO] [stdout] 431 | style: Option [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBRUSH` in this scope [INFO] [stdout] --> src/win32/window.rs:440:21 [INFO] [stdout] | [INFO] [stdout] 440 | let background: HBRUSH = background.unwrap_or(mem::transmute(COLOR_WINDOW as usize)); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLOR_WINDOW` in this scope [INFO] [stdout] --> src/win32/window.rs:440:66 [INFO] [stdout] | [INFO] [stdout] 440 | let background: HBRUSH = background.unwrap_or(mem::transmute(COLOR_WINDOW as usize)); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:441:16 [INFO] [stdout] | [INFO] [stdout] 441 | let style: UINT = style.unwrap_or(CS_HREDRAW | CS_VREDRAW); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_HREDRAW` in this scope [INFO] [stdout] --> src/win32/window.rs:441:39 [INFO] [stdout] | [INFO] [stdout] 441 | let style: UINT = style.unwrap_or(CS_HREDRAW | CS_VREDRAW); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CS_VREDRAW` in this scope [INFO] [stdout] --> src/win32/window.rs:441:52 [INFO] [stdout] | [INFO] [stdout] 441 | let style: UINT = style.unwrap_or(CS_HREDRAW | CS_VREDRAW); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `WNDCLASSEXW` in this scope [INFO] [stdout] --> src/win32/window.rs:444:5 [INFO] [stdout] | [INFO] [stdout] 444 | WNDCLASSEXW { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDCLASSEXW` in this scope [INFO] [stdout] --> src/win32/window.rs:445:32 [INFO] [stdout] | [INFO] [stdout] 426 | pub(crate) unsafe fn build_sysclass<'a>( [INFO] [stdout] | - help: you might be missing a type parameter: `, WNDCLASSEXW` [INFO] [stdout] ... [INFO] [stdout] 445 | cbSize: mem::size_of::() as UINT, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:445:50 [INFO] [stdout] | [INFO] [stdout] 445 | cbSize: mem::size_of::() as UINT, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadCursorW` in this scope [INFO] [stdout] --> src/win32/window.rs:452:18 [INFO] [stdout] | [INFO] [stdout] 452 | hCursor: LoadCursorW(ptr::null_mut(), IDC_ARROW), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IDC_ARROW` in this scope [INFO] [stdout] --> src/win32/window.rs:452:47 [INFO] [stdout] | [INFO] [stdout] 452 | hCursor: LoadCursorW(ptr::null_mut(), IDC_ARROW), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RegisterClassExW` in this scope [INFO] [stdout] --> src/win32/window.rs:459:23 [INFO] [stdout] | [INFO] [stdout] 459 | let class_token = RegisterClassExW(&class); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stdout] --> src/win32/window.rs:460:28 [INFO] [stdout] | [INFO] [stdout] 460 | if class_token == 0 && GetLastError() != ERROR_CLASS_ALREADY_EXISTS { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERROR_CLASS_ALREADY_EXISTS` in this scope [INFO] [stdout] --> src/win32/window.rs:460:46 [INFO] [stdout] | [INFO] [stdout] 460 | if class_token == 0 && GetLastError() != ERROR_CLASS_ALREADY_EXISTS { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleW` in this scope [INFO] [stdout] --> src/win32/window.rs:472:20 [INFO] [stdout] | [INFO] [stdout] 472 | let hmod = GetModuleHandleW(ptr::null_mut()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:537:51 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe extern "system" fn blank_window_proc(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:537:62 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe extern "system" fn blank_window_proc(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:537:71 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe extern "system" fn blank_window_proc(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:537:82 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe extern "system" fn blank_window_proc(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:537:93 [INFO] [stdout] | [INFO] [stdout] 537 | unsafe extern "system" fn blank_window_proc(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostMessageW` in this scope [INFO] [stdout] --> src/win32/window.rs:543:13 [INFO] [stdout] | [INFO] [stdout] 543 | PostMessageW(hwnd, NWG_INIT, 0, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ShowWindow` in this scope [INFO] [stdout] --> src/win32/window.rs:547:13 [INFO] [stdout] | [INFO] [stdout] 547 | ShowWindow(hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SW_HIDE` in this scope [INFO] [stdout] --> src/win32/window.rs:547:30 [INFO] [stdout] | [INFO] [stdout] 547 | ShowWindow(hwnd, SW_HIDE); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefWindowProcW` in this scope [INFO] [stdout] --> src/win32/window.rs:556:9 [INFO] [stdout] | [INFO] [stdout] 556 | DefWindowProcW(hwnd, msg, w, l) [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:564:48 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:564:59 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:564:68 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:564:79 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:564:91 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:564:107 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:564:121 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMHDR` in this scope [INFO] [stdout] --> src/win32/window.rs:596:37 [INFO] [stdout] | [INFO] [stdout] 596 | let notif_ptr: *mut NMHDR = mem::transmute(l); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMTTDISPINFOW` in this scope [INFO] [stdout] --> src/win32/window.rs:601:86 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 601 | TTN_GETDISPINFOW => handle_tooltip_callback(mem::transmute::<_, *mut NMTTDISPINFOW>(l), callback), [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMHDR` in this scope [INFO] [stdout] --> src/win32/window.rs:602:80 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 602 | _ => handle_default_notify_callback(mem::transmute::<_, *const NMHDR>(l), callback) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/win32/window.rs:606:32 [INFO] [stdout] | [INFO] [stdout] 606 | let parent_handle: HMENU = mem::transmute(l); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMenuItemID` in this scope [INFO] [stdout] --> src/win32/window.rs:607:27 [INFO] [stdout] | [INFO] [stdout] 607 | let item_id = GetMenuItemID(parent_handle, w as i32); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/win32/window.rs:612:92 [INFO] [stdout] | [INFO] [stdout] 612 | callback(Event::OnMenuOpen, NO_DATA, ControlHandle::Menu(ptr::null_mut(), w as HMENU)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GET_WHEEL_DELTA_WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:615:67 [INFO] [stdout] | [INFO] [stdout] 615 | callback(Event::OnMouseWheel, EventData::OnMouseWheel(GET_WHEEL_DELTA_WPARAM(w) as i32), base_handle); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LOWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:618:25 [INFO] [stdout] | [INFO] [stdout] 618 | let index = LOWORD(w as u32) as u32; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/win32/window.rs:619:31 [INFO] [stdout] | [INFO] [stdout] 619 | let parent = l as HMENU; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSubMenu` in this scope [INFO] [stdout] --> src/win32/window.rs:622:83 [INFO] [stdout] | [INFO] [stdout] 622 | callback(Event::OnMenuHover, NO_DATA, ControlHandle::Menu(parent, GetSubMenu(parent, index as i32))); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:629:31 [INFO] [stdout] | [INFO] [stdout] 629 | let child_handle: HWND = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:629:43 [INFO] [stdout] | [INFO] [stdout] 629 | let child_handle: HWND = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:630:27 [INFO] [stdout] | [INFO] [stdout] 630 | let message = HIWORD(w as u32) as u16; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stdout] --> src/win32/window.rs:635:41 [INFO] [stdout] | [INFO] [stdout] 564 | unsafe extern "system" fn process_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 635 | let mut class_name_raw: Vec = Vec::with_capacity(100); class_name_raw.set_len(100); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClassNameW` in this scope [INFO] [stdout] --> src/win32/window.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | let count = GetClassNameW(child_handle, class_name_raw.as_mut_ptr(), 100) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:649:38 [INFO] [stdout] | [INFO] [stdout] 649 | let target_handle = w as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LOWORD` in this scope [INFO] [stdout] --> src/win32/window.rs:654:23 [INFO] [stdout] | [INFO] [stdout] 654 | let msg = LOWORD(l as u32) as u32; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:693:93 [INFO] [stdout] | [INFO] [stdout] 693 | WM_HSCROLL => callback(Event::OnHorizontalScroll, NO_DATA, ControlHandle::Hwnd(l as HWND)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:694:91 [INFO] [stdout] | [INFO] [stdout] 694 | WM_VSCROLL => callback(Event::OnVerticalScroll, NO_DATA, ControlHandle::Hwnd(l as HWND)), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DefSubclassProc` in this scope [INFO] [stdout] --> src/win32/window.rs:714:5 [INFO] [stdout] | [INFO] [stdout] 714 | DefSubclassProc(hwnd, msg, w, l) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:721:52 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/win32/window.rs:721:63 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:721:72 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/win32/window.rs:721:83 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:721:95 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD_PTR` in this scope [INFO] [stdout] --> src/win32/window.rs:721:111 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/win32/window.rs:721:125 [INFO] [stdout] | [INFO] [stdout] 721 | unsafe extern "system" fn process_raw_events(hwnd: HWND, msg: UINT, w: WPARAM, l: LPARAM, id: UINT_PTR, data: DWORD_PTR) -> LRESULT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMHDR` in this scope [INFO] [stdout] --> src/win32/window.rs:869:42 [INFO] [stdout] | [INFO] [stdout] 869 | fn tree_data(_m: u32, _notif_raw: *const NMHDR) -> EventData { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMHDR` in this scope [INFO] [stdout] --> src/win32/window.rs:914:47 [INFO] [stdout] | [INFO] [stdout] 914 | fn list_view_data(_m: u32, _notif_raw: *const NMHDR) -> EventData { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:920:35 [INFO] [stdout] | [INFO] [stdout] 920 | unsafe fn static_commands(handle: HWND, m: u16) -> Event { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SendMessageW` in this scope [INFO] [stdout] --> src/win32/window.rs:924:21 [INFO] [stdout] | [INFO] [stdout] 924 | let has_image = SendMessageW(handle, STM_GETIMAGE, IMAGE_BITMAP as usize, 0) != 0; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STM_GETIMAGE` in this scope [INFO] [stdout] --> src/win32/window.rs:924:42 [INFO] [stdout] | [INFO] [stdout] 924 | let has_image = SendMessageW(handle, STM_GETIMAGE, IMAGE_BITMAP as usize, 0) != 0; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/win32/window.rs:924:56 [INFO] [stdout] | [INFO] [stdout] 924 | let has_image = SendMessageW(handle, STM_GETIMAGE, IMAGE_BITMAP as usize, 0) != 0; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMTTDISPINFOW` in this scope [INFO] [stdout] --> src/win32/window.rs:950:51 [INFO] [stdout] | [INFO] [stdout] 950 | unsafe fn handle_tooltip_callback<'a>(notif: *mut NMTTDISPINFOW, callback: &Callback) { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/window.rs:954:58 [INFO] [stdout] | [INFO] [stdout] 954 | let handle = ControlHandle::Hwnd(notif.hdr.idFrom as HWND); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NMHDR` in this scope [INFO] [stdout] --> src/win32/window.rs:959:64 [INFO] [stdout] | [INFO] [stdout] 959 | unsafe fn handle_default_notify_callback<'a>(notif_raw: *const NMHDR, callback: &Callback){ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WCHAR` in this scope [INFO] [stdout] --> src/win32/window.rs:968:30 [INFO] [stdout] | [INFO] [stdout] 968 | let mut class_name_raw: [WCHAR; 100] = mem::zeroed(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClassNameW` in this scope [INFO] [stdout] --> src/win32/window.rs:969:17 [INFO] [stdout] | [INFO] [stdout] 969 | let count = GetClassNameW(notif.hwndFrom, class_name_raw.as_mut_ptr(), 100) as usize; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/win32/message_box.rs:69:26 [INFO] [stdout] | [INFO] [stdout] 69 | fn inner_message(parent: HWND, params: &MessageParams) -> MessageChoice { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_ABORTRETRYIGNORE` in this scope [INFO] [stdout] --> src/win32/message_box.rs:80:46 [INFO] [stdout] | [INFO] [stdout] 80 | MessageButtons::AbortTryIgnore => MB_ABORTRETRYIGNORE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_CANCELTRYCONTINUE` in this scope [INFO] [stdout] --> src/win32/message_box.rs:81:49 [INFO] [stdout] | [INFO] [stdout] 81 | MessageButtons::CancelTryContinue => MB_CANCELTRYCONTINUE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_OK` in this scope [INFO] [stdout] --> src/win32/message_box.rs:82:34 [INFO] [stdout] | [INFO] [stdout] 82 | MessageButtons::Ok => MB_OK, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_OKCANCEL` in this scope [INFO] [stdout] --> src/win32/message_box.rs:83:40 [INFO] [stdout] | [INFO] [stdout] 83 | MessageButtons::OkCancel => MB_OKCANCEL, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_RETRYCANCEL` in this scope [INFO] [stdout] --> src/win32/message_box.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | MessageButtons::RetryCancel => MB_RETRYCANCEL, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_YESNO` in this scope [INFO] [stdout] --> src/win32/message_box.rs:85:37 [INFO] [stdout] | [INFO] [stdout] 85 | MessageButtons::YesNo => MB_YESNO, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_YESNOCANCEL` in this scope [INFO] [stdout] --> src/win32/message_box.rs:86:43 [INFO] [stdout] | [INFO] [stdout] 86 | MessageButtons::YesNoCancel => MB_YESNOCANCEL [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_ICONSTOP` in this scope [INFO] [stdout] --> src/win32/message_box.rs:90:35 [INFO] [stdout] | [INFO] [stdout] 90 | MessageIcons::Error => MB_ICONSTOP, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_ICONINFORMATION` in this scope [INFO] [stdout] --> src/win32/message_box.rs:91:34 [INFO] [stdout] | [INFO] [stdout] 91 | MessageIcons::Info => MB_ICONINFORMATION, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_ICONQUESTION` in this scope [INFO] [stdout] --> src/win32/message_box.rs:93:38 [INFO] [stdout] | [INFO] [stdout] 93 | MessageIcons::Question => MB_ICONQUESTION, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MB_ICONEXCLAMATION` in this scope [INFO] [stdout] --> src/win32/message_box.rs:94:37 [INFO] [stdout] | [INFO] [stdout] 94 | MessageIcons::Warning => MB_ICONEXCLAMATION [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MessageBoxW` in this scope [INFO] [stdout] --> src/win32/message_box.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | let answer = unsafe{ MessageBoxW(parent, text.as_ptr(), title.as_ptr(), buttons | icons) }; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/win32/high_dpi.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | let screen = GetDC(std::ptr::null_mut()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDeviceCaps` in this scope [INFO] [stdout] --> src/win32/high_dpi.rs:60:15 [INFO] [stdout] | [INFO] [stdout] 60 | let dpi = GetDeviceCaps(screen, LOGPIXELSX); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOGPIXELSX` in this scope [INFO] [stdout] --> src/win32/high_dpi.rs:60:37 [INFO] [stdout] | [INFO] [stdout] 60 | let dpi = GetDeviceCaps(screen, LOGPIXELSX); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in this scope [INFO] [stdout] --> src/win32/mod.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | let mut msg: MSG = mem::zeroed(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | while GetMessageW(&mut msg, ptr::null_mut(), 0, 0) != 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IsDialogMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetAncestor` in this scope [INFO] [stdout] --> src/win32/mod.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GA_ROOT` in this scope [INFO] [stdout] --> src/win32/mod.rs:42:55 [INFO] [stdout] | [INFO] [stdout] 42 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/win32/mod.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | DispatchMessageW(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in this scope [INFO] [stdout] --> src/win32/mod.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | let mut msg: MSG = mem::zeroed(); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_QUIT` in this scope [INFO] [stdout] --> src/win32/mod.rs:63:30 [INFO] [stdout] | [INFO] [stdout] 63 | while msg.message != WM_QUIT { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PeekMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:64:31 [INFO] [stdout] | [INFO] [stdout] 64 | let has_message = PeekMessageW(&mut msg, ptr::null_mut(), 0, 0, PM_REMOVE) != 0; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PM_REMOVE` in this scope [INFO] [stdout] --> src/win32/mod.rs:64:77 [INFO] [stdout] | [INFO] [stdout] 64 | let has_message = PeekMessageW(&mut msg, ptr::null_mut(), 0, 0, PM_REMOVE) != 0; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `IsDialogMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetAncestor` in this scope [INFO] [stdout] --> src/win32/mod.rs:66:37 [INFO] [stdout] | [INFO] [stdout] 66 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `GA_ROOT` in this scope [INFO] [stdout] --> src/win32/mod.rs:66:59 [INFO] [stdout] | [INFO] [stdout] 66 | if IsDialogMessageW(GetAncestor(msg.hwnd, GA_ROOT), &mut msg) == 0 { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `TranslateMessage` in this scope [INFO] [stdout] --> src/win32/mod.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | TranslateMessage(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DispatchMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | DispatchMessageW(&msg); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `PostMessageW` in this scope [INFO] [stdout] --> src/win32/mod.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 84 | unsafe { PostMessageW(ptr::null_mut(), WM_QUIT, 0, 0) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_QUIT` in this scope [INFO] [stdout] --> src/win32/mod.rs:84:42 [INFO] [stdout] | [INFO] [stdout] 84 | unsafe { PostMessageW(ptr::null_mut(), WM_QUIT, 0, 0) }; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/mod.rs:97:44 [INFO] [stdout] | [INFO] [stdout] 97 | const ACTCTX_FLAG_RESOURCE_NAME_VALID: DWORD = 0x008; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/mod.rs:98:44 [INFO] [stdout] | [INFO] [stdout] 98 | const ACTCTX_FLAG_SET_PROCESS_DEFAULT: DWORD = 0x010; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/win32/mod.rs:99:49 [INFO] [stdout] | [INFO] [stdout] 99 | const ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID: DWORD = 0x004; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_PATH` in this scope [INFO] [stdout] --> src/win32/mod.rs:101:52 [INFO] [stdout] | [INFO] [stdout] 101 | let mut sys_dir: Vec = Vec::with_capacity(MAX_PATH); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_PATH` in this scope [INFO] [stdout] --> src/win32/mod.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | sys_dir.set_len(MAX_PATH); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetSystemDirectoryW` in this scope [INFO] [stdout] --> src/win32/mod.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | GetSystemDirectoryW(sys_dir.as_mut_ptr(), MAX_PATH as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MAX_PATH` in this scope [INFO] [stdout] --> src/win32/mod.rs:104:51 [INFO] [stdout] | [INFO] [stdout] 104 | GetSystemDirectoryW(sys_dir.as_mut_ptr(), MAX_PATH as u32); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG_PTR` in this scope [INFO] [stdout] --> src/win32/mod.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | let mut activation_cookie: ULONG_PTR = 0; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ACTCTXW` in this scope [INFO] [stdout] --> src/win32/mod.rs:110:23 [INFO] [stdout] | [INFO] [stdout] 110 | let mut act_ctx = ACTCTXW { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ACTCTXW` in this scope [INFO] [stdout] --> src/win32/mod.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn enable_visual_styles() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 111 | cbSize: mem::size_of:: as ULONG, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/win32/mod.rs:111:44 [INFO] [stdout] | [INFO] [stdout] 111 | cbSize: mem::size_of:: as ULONG, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateActCtxW` in this scope [INFO] [stdout] --> src/win32/mod.rs:123:22 [INFO] [stdout] | [INFO] [stdout] 123 | let handle = CreateActCtxW(&mut act_ctx); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ActivateActCtx` in this scope [INFO] [stdout] --> src/win32/mod.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | ActivateActCtx(handle, &mut activation_cookie); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_BAR_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:141:27 [INFO] [stdout] | [INFO] [stdout] 141 | let mut classes = ICC_BAR_CLASSES | ICC_STANDARD_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_STANDARD_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:141:45 [INFO] [stdout] | [INFO] [stdout] 141 | let mut classes = ICC_BAR_CLASSES | ICC_STANDARD_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_DATE_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | classes |= ICC_DATE_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_PROGRESS_CLASS` in this scope [INFO] [stdout] --> src/win32/mod.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | classes |= ICC_PROGRESS_CLASS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_TAB_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | classes |= ICC_TAB_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_TREEVIEW_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:156:24 [INFO] [stdout] | [INFO] [stdout] 156 | classes |= ICC_TREEVIEW_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ICC_LISTVIEW_CLASSES` in this scope [INFO] [stdout] --> src/win32/mod.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | classes |= ICC_LISTVIEW_CLASSES; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryW` in this scope [INFO] [stdout] --> src/win32/mod.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | LoadLibraryW(lib.as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `INITCOMMONCONTROLSEX` in this scope [INFO] [stdout] --> src/win32/mod.rs:168:20 [INFO] [stdout] | [INFO] [stdout] 168 | let data = INITCOMMONCONTROLSEX { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INITCOMMONCONTROLSEX` in this scope [INFO] [stdout] --> src/win32/mod.rs:169:36 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn init_common_controls() -> Result<(), NwgError> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 169 | dwSize: mem::size_of::() as u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `InitCommonControlsEx` in this scope [INFO] [stdout] --> src/win32/mod.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | InitCommonControlsEx(&data); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CoInitialize` in this scope [INFO] [stdout] --> src/win32/mod.rs:181:20 [INFO] [stdout] | [INFO] [stdout] 181 | match unsafe { CoInitialize(ptr::null_mut()) } { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/resources/font.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct MemFont(pub HANDLE); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HFONT` in this scope [INFO] [stdout] --> src/resources/font.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | pub handle: HFONT [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AddFontResourceW` in this scope [INFO] [stdout] --> src/resources/font.rs:140:13 [INFO] [stdout] | [INFO] [stdout] 140 | AddFontResourceW(path.as_ptr()) > 0 [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RemoveFontResourceW` in this scope [INFO] [stdout] --> src/resources/font.rs:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | RemoveFontResourceW(path.as_ptr()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AddFontMemResourceEx` in this scope [INFO] [stdout] --> src/resources/font.rs:164:13 [INFO] [stdout] | [INFO] [stdout] 164 | AddFontMemResourceEx( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RemoveFontMemResourceEx` in this scope [INFO] [stdout] --> src/resources/font.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | RemoveFontMemResourceEx(font.0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LOGFONTW` in this scope [INFO] [stdout] --> src/resources/font.rs:198:61 [INFO] [stdout] | [INFO] [stdout] 198 | unsafe extern "system" fn callback(font_ptr: *const LOGFONTW, _txt: *const TEXTMETRICW, _font_type: DWORD, lparam: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TEXTMETRICW` in this scope [INFO] [stdout] --> src/resources/font.rs:198:84 [INFO] [stdout] | [INFO] [stdout] 198 | unsafe extern "system" fn callback(font_ptr: *const LOGFONTW, _txt: *const TEXTMETRICW, _font_type: DWORD, lparam: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/resources/font.rs:198:109 [INFO] [stdout] | [INFO] [stdout] 198 | unsafe extern "system" fn callback(font_ptr: *const LOGFONTW, _txt: *const TEXTMETRICW, _font_type: DWORD, lparam: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/resources/font.rs:198:124 [INFO] [stdout] | [INFO] [stdout] 198 | unsafe extern "system" fn callback(font_ptr: *const LOGFONTW, _txt: *const TEXTMETRICW, _font_type: DWORD, lparam: LPARAM) -> i32 { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/resources/font.rs:212:23 [INFO] [stdout] | [INFO] [stdout] 212 | let hdc = GetDC(ptr::null_mut()); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LOGFONTW` in this scope [INFO] [stdout] --> src/resources/font.rs:213:27 [INFO] [stdout] | [INFO] [stdout] 213 | let mut font: LOGFONTW = mem::zeroed(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DEFAULT_CHARSET` in this scope [INFO] [stdout] --> src/resources/font.rs:214:30 [INFO] [stdout] | [INFO] [stdout] 214 | font.lfCharSet = DEFAULT_CHARSET as u8; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumFontFamiliesExW` in this scope [INFO] [stdout] --> src/resources/font.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | EnumFontFamiliesExW(hdc, &mut font, Some(callback), (&mut families as *mut Vec) as _, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/resources/icon.rs:38:17 [INFO] [stdout] | [INFO] [stdout] 38 | pub handle: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/resources/icon.rs:131:80 [INFO] [stdout] | [INFO] [stdout] 131 | let handle = unsafe { rh::build_image(src, self.size, self.strict, IMAGE_ICON)? }; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/resources/cursor.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | pub handle: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_CURSOR` in this scope [INFO] [stdout] --> src/resources/cursor.rs:120:80 [INFO] [stdout] | [INFO] [stdout] 120 | let handle = unsafe { rh::build_image(src, self.size, self.strict, IMAGE_CURSOR)? }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/resources/bitmap.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | pub handle: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/resources/bitmap.rs:147:75 [INFO] [stdout] | [INFO] [stdout] 147 | let handle = rh::build_image(src, self.size, self.strict, IMAGE_BITMAP); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DeleteObject` in this scope [INFO] [stdout] --> src/resources/bitmap.rs:213:22 [INFO] [stdout] | [INFO] [stdout] 213 | unsafe { DeleteObject(self.handle); } [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | Hwnd(HWND), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | Menu(HMENU, HMENU), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | Menu(HMENU, HMENU), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | PopMenu(HWND, HMENU), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | PopMenu(HWND, HMENU), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | MenuItem(HMENU, u32), [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | Notice(HWND, u32), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | Timer(HWND, u32), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | SystemTray(HWND) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:53:34 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn hwnd(&self) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn hmenu(&self) -> Option<(HMENU, HMENU)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 60 | pub fn hmenu(&self) -> Option<(HMENU, HMENU)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:67:40 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn pop_hmenu(&self) -> Option<(HWND, HMENU)> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:67:46 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn pop_hmenu(&self) -> Option<(HWND, HMENU)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMENU` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:74:41 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn hmenu_item(&self) -> Option<(HMENU, u32)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:81:36 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 81 | pub fn timer(&self) -> Option<(HWND, u32)> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:88:37 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 88 | pub fn notice(&self) -> Option<(HWND, u32)> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_handle.rs:95:34 [INFO] [stdout] | [INFO] [stdout] 33 | impl ControlHandle { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 95 | pub fn tray(&self) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:86:19 [INFO] [stdout] | [INFO] [stdout] 86 | forced_flags: DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct HwndBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 87 | flags: Option, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:88:22 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct HwndBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 88 | ex_flags: Option, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_base.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct HwndBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 89 | parent: Option [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:115:36 [INFO] [stdout] | [INFO] [stdout] 115 | self.flags = Some(flags as DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:120:39 [INFO] [stdout] | [INFO] [stdout] 120 | self.ex_flags = Some(flags as DWORD); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/controls/control_base.rs:125:38 [INFO] [stdout] | [INFO] [stdout] 125 | self.forced_flags = flags as DWORD; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_base.rs:224:20 [INFO] [stdout] | [INFO] [stdout] 223 | pub struct TimerBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 224 | parent: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_base.rs:265:20 [INFO] [stdout] | [INFO] [stdout] 264 | pub struct OtherBuilder { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 265 | parent: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/control_base.rs:271:37 [INFO] [stdout] | [INFO] [stdout] 271 | pub fn parent(mut self, parent: HWND) -> OtherBuilder { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CAPTION` in this scope [INFO] [stdout] --> src/controls/window.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | const MAIN_WINDOW = WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/controls/window.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | const MAIN_WINDOW = WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MINIMIZEBOX` in this scope [INFO] [stdout] --> src/controls/window.rs:36:55 [INFO] [stdout] | [INFO] [stdout] 36 | const MAIN_WINDOW = WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_THICKFRAME` in this scope [INFO] [stdout] --> src/controls/window.rs:36:72 [INFO] [stdout] | [INFO] [stdout] 36 | const MAIN_WINDOW = WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZEBOX` in this scope [INFO] [stdout] --> src/controls/window.rs:36:88 [INFO] [stdout] | [INFO] [stdout] 36 | const MAIN_WINDOW = WS_CAPTION | WS_SYSMENU | WS_MINIMIZEBOX | WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CAPTION` in this scope [INFO] [stdout] --> src/controls/window.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | const WINDOW = WS_CAPTION | WS_SYSMENU; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/controls/window.rs:37:37 [INFO] [stdout] | [INFO] [stdout] 37 | const WINDOW = WS_CAPTION | WS_SYSMENU; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MINIMIZEBOX` in this scope [INFO] [stdout] --> src/controls/window.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | const MINIMIZE_BOX = WS_MINIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZEBOX` in this scope [INFO] [stdout] --> src/controls/window.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | const MAXIMIZE_BOX = WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_SYSMENU` in this scope [INFO] [stdout] --> src/controls/window.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 40 | const SYS_MENU = WS_SYSMENU; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/window.rs:41:25 [INFO] [stdout] | [INFO] [stdout] 41 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/window.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZE` in this scope [INFO] [stdout] --> src/controls/window.rs:43:27 [INFO] [stdout] | [INFO] [stdout] 43 | const MAXIMIZED = WS_MAXIMIZE; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MINIMIZE` in this scope [INFO] [stdout] --> src/controls/window.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | const MINIMIZED = WS_MINIMIZE; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_THICKFRAME` in this scope [INFO] [stdout] --> src/controls/window.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | const RESIZABLE = WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_MAXIMIZEBOX` in this scope [INFO] [stdout] --> src/controls/window.rs:45:43 [INFO] [stdout] | [INFO] [stdout] 45 | const RESIZABLE = WS_THICKFRAME | WS_MAXIMIZEBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_POPUP` in this scope [INFO] [stdout] --> src/controls/window.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | const POPUP = WS_POPUP; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `InvalidateRect` in this scope [INFO] [stdout] --> src/controls/window.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | unsafe { InvalidateRect(handle, ::std::ptr::null(), 1); } [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_CLOSE` in this scope [INFO] [stdout] --> src/controls/window.rs:117:34 [INFO] [stdout] | [INFO] [stdout] 117 | wh::post_message(handle, WM_CLOSE, 0, 0); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_GETICON` in this scope [INFO] [stdout] --> src/controls/window.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | let handle = wh::send_message(handle, WM_GETICON, 0, 0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/controls/window.rs:130:43 [INFO] [stdout] | [INFO] [stdout] 130 | Some(Icon { handle: handle as HANDLE, owned: false }) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SETICON` in this scope [INFO] [stdout] --> src/controls/window.rs:144:38 [INFO] [stdout] | [INFO] [stdout] 144 | wh::send_message(handle, WM_SETICON, 0, mem::transmute(image_handle)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_OVERLAPPEDWINDOW` in this scope [INFO] [stdout] --> src/controls/window.rs:228:9 [INFO] [stdout] | [INFO] [stdout] 228 | WS_OVERLAPPEDWINDOW | WS_VISIBLE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/window.rs:228:31 [INFO] [stdout] | [INFO] [stdout] 228 | WS_OVERLAPPEDWINDOW | WS_VISIBLE [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CLIPCHILDREN` in this scope [INFO] [stdout] --> src/controls/window.rs:233:9 [INFO] [stdout] | [INFO] [stdout] 233 | WS_CLIPCHILDREN [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_COMPOSITED` in this scope [INFO] [stdout] --> src/controls/window.rs:299:28 [INFO] [stdout] | [INFO] [stdout] 299 | let mut ex_flags = WS_EX_COMPOSITED; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_TOPMOST` in this scope [INFO] [stdout] --> src/controls/window.rs:300:39 [INFO] [stdout] | [INFO] [stdout] 300 | if self.topmost { ex_flags |= WS_EX_TOPMOST; } [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_EX_ACCEPTFILES` in this scope [INFO] [stdout] --> src/controls/window.rs:301:44 [INFO] [stdout] | [INFO] [stdout] 301 | if self.accept_files { ex_flags |= WS_EX_ACCEPTFILES; } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/button.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 28 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/button.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_ICON` in this scope [INFO] [stdout] --> src/controls/button.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | const ICON = BS_ICON; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_BITMAP` in this scope [INFO] [stdout] --> src/controls/button.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | const BITMAP = BS_BITMAP; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/button.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | const NOTIFY = BS_NOTIFY; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/button.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 33 | const TAB_STOP = WS_TABSTOP; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_CLICK` in this scope [INFO] [stdout] --> src/controls/button.rs:101:34 [INFO] [stdout] | [INFO] [stdout] 101 | wh::send_message(handle, BM_CLICK, 0, 0); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:112:54 [INFO] [stdout] | [INFO] [stdout] 112 | let image_handle = image.map(|i| i.handle as LPARAM).unwrap_or(0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_SETIMAGE` in this scope [INFO] [stdout] --> src/controls/button.rs:113:34 [INFO] [stdout] | [INFO] [stdout] 113 | wh::send_message(handle, BM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/controls/button.rs:113:47 [INFO] [stdout] | [INFO] [stdout] 113 | wh::send_message(handle, BM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:113:63 [INFO] [stdout] | [INFO] [stdout] 113 | wh::send_message(handle, BM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:124:54 [INFO] [stdout] | [INFO] [stdout] 124 | let image_handle = image.map(|i| i.handle as LPARAM).unwrap_or(0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_SETIMAGE` in this scope [INFO] [stdout] --> src/controls/button.rs:125:34 [INFO] [stdout] | [INFO] [stdout] 125 | wh::send_message(handle, BM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/controls/button.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | wh::send_message(handle, BM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:125:61 [INFO] [stdout] | [INFO] [stdout] 125 | wh::send_message(handle, BM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_GETIMAGE` in this scope [INFO] [stdout] --> src/controls/button.rs:139:54 [INFO] [stdout] | [INFO] [stdout] 139 | let bitmap_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/controls/button.rs:139:67 [INFO] [stdout] | [INFO] [stdout] 139 | let bitmap_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:139:83 [INFO] [stdout] | [INFO] [stdout] 139 | let bitmap_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_GETIMAGE` in this scope [INFO] [stdout] --> src/controls/button.rs:140:52 [INFO] [stdout] | [INFO] [stdout] 140 | let icon_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/controls/button.rs:140:65 [INFO] [stdout] | [INFO] [stdout] 140 | let icon_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/button.rs:140:79 [INFO] [stdout] | [INFO] [stdout] 140 | let icon_handle = wh::send_message(handle, BM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBITMAP` in this scope [INFO] [stdout] --> src/controls/button.rs:145:65 [INFO] [stdout] | [INFO] [stdout] 145 | if bitmap_handle != 0 && rh::is_bitmap(bitmap_handle as HBITMAP) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/controls/button.rs:146:62 [INFO] [stdout] | [INFO] [stdout] 146 | *bitmap = Some(Bitmap { handle: bitmap_handle as HANDLE, owned: false }); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/controls/button.rs:148:56 [INFO] [stdout] | [INFO] [stdout] 148 | *icon = Some(Icon { handle: icon_handle as HANDLE, owned: false }); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/button.rs:250:9 [INFO] [stdout] | [INFO] [stdout] 250 | WS_VISIBLE | WS_TABSTOP | BS_NOTIFY [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/button.rs:250:22 [INFO] [stdout] | [INFO] [stdout] 250 | WS_VISIBLE | WS_TABSTOP | BS_NOTIFY [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/button.rs:250:35 [INFO] [stdout] | [INFO] [stdout] 250 | WS_VISIBLE | WS_TABSTOP | BS_NOTIFY [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/button.rs:255:9 [INFO] [stdout] | [INFO] [stdout] 255 | WS_CHILD [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/check_box.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 25 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTO3STATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | const TRISTATE = BS_AUTO3STATE; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_PUSHLIKE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | const PUSHLIKE = BS_PUSHLIKE; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/check_box.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | const TAB_STOP = WS_TABSTOP; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTO3STATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | style & BS_AUTO3STATE == BS_AUTO3STATE [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTO3STATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:107:34 [INFO] [stdout] | [INFO] [stdout] 107 | style & BS_AUTO3STATE == BS_AUTO3STATE [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTO3STATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:118:21 [INFO] [stdout] | [INFO] [stdout] 118 | true => BS_AUTO3STATE, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTOCHECKBOX` in this scope [INFO] [stdout] --> src/controls/check_box.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | false => BS_AUTOCHECKBOX [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_SETSTYLE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:122:34 [INFO] [stdout] | [INFO] [stdout] 122 | wh::send_message(handle, BM_SETSTYLE, style as WPARAM, 1); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/check_box.rs:122:56 [INFO] [stdout] | [INFO] [stdout] 122 | wh::send_message(handle, BM_SETSTYLE, style as WPARAM, 1); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_GETCHECK` in this scope [INFO] [stdout] --> src/controls/check_box.rs:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | match wh::send_message(handle, BM_GETCHECK, 0, 0) as usize { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BST_UNCHECKED` in this scope [INFO] [stdout] --> src/controls/check_box.rs:147:41 [INFO] [stdout] | [INFO] [stdout] 147 | CheckBoxState::Unchecked => BST_UNCHECKED, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BST_CHECKED` in this scope [INFO] [stdout] --> src/controls/check_box.rs:148:39 [INFO] [stdout] | [INFO] [stdout] 148 | CheckBoxState::Checked => BST_CHECKED, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BST_INDETERMINATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:149:45 [INFO] [stdout] | [INFO] [stdout] 149 | CheckBoxState::Indeterminate => BST_INDETERMINATE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_SETCHECK` in this scope [INFO] [stdout] --> src/controls/check_box.rs:152:34 [INFO] [stdout] | [INFO] [stdout] 152 | wh::send_message(handle, BM_SETCHECK, x as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/check_box.rs:152:52 [INFO] [stdout] | [INFO] [stdout] 152 | wh::send_message(handle, BM_SETCHECK, x as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | WS_VISIBLE | WS_TABSTOP [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/check_box.rs:253:22 [INFO] [stdout] | [INFO] [stdout] 253 | WS_VISIBLE | WS_TABSTOP [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/check_box.rs:260:9 [INFO] [stdout] | [INFO] [stdout] 260 | BS_NOTIFY | WS_CHILD [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/check_box.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | BS_NOTIFY | WS_CHILD [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateSolidBrush` in this scope [INFO] [stdout] --> src/controls/check_box.rs:274:30 [INFO] [stdout] | [INFO] [stdout] 274 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/controls/check_box.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/controls/check_box.rs:276:78 [INFO] [stdout] | [INFO] [stdout] 276 | let handler = bind_raw_event_handler_inner(&parent_handle, handle as UINT_PTR, move |_hwnd, msg, _w, l| { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/check_box.rs:279:38 [INFO] [stdout] | [INFO] [stdout] 279 | let child = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/controls/check_box.rs:281:46 [INFO] [stdout] | [INFO] [stdout] 281 | return Some(brush as LRESULT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTO3STATE` in this scope [INFO] [stdout] --> src/controls/check_box.rs:375:20 [INFO] [stdout] | [INFO] [stdout] 375 | if flags & BS_AUTO3STATE == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTOCHECKBOX` in this scope [INFO] [stdout] --> src/controls/check_box.rs:376:22 [INFO] [stdout] | [INFO] [stdout] 376 | flags |= BS_AUTOCHECKBOX; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | const TAB_STOP = WS_TABSTOP; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_GROUP` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | const GROUP = WS_GROUP; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_GETCHECK` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:134:40 [INFO] [stdout] | [INFO] [stdout] 134 | match wh::send_message(handle, BM_GETCHECK, 0, 0) as usize { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BST_UNCHECKED` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | RadioButtonState::Unchecked => BST_UNCHECKED, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BST_CHECKED` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:150:42 [INFO] [stdout] | [INFO] [stdout] 150 | RadioButtonState::Checked => BST_CHECKED, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BM_SETCHECK` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | wh::send_message(handle, BM_SETCHECK, x as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:153:52 [INFO] [stdout] | [INFO] [stdout] 153 | wh::send_message(handle, BM_SETCHECK, x as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:254:9 [INFO] [stdout] | [INFO] [stdout] 254 | WS_VISIBLE [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:261:9 [INFO] [stdout] | [INFO] [stdout] 261 | BS_NOTIFY | WS_CHILD | BS_AUTORADIOBUTTON [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | BS_NOTIFY | WS_CHILD | BS_AUTORADIOBUTTON [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `BS_AUTORADIOBUTTON` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:261:32 [INFO] [stdout] | [INFO] [stdout] 261 | BS_NOTIFY | WS_CHILD | BS_AUTORADIOBUTTON [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateSolidBrush` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:275:30 [INFO] [stdout] | [INFO] [stdout] 275 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:275:47 [INFO] [stdout] | [INFO] [stdout] 275 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:277:78 [INFO] [stdout] | [INFO] [stdout] 277 | let handler = bind_raw_event_handler_inner(&parent_handle, handle as UINT_PTR, move |_hwnd, msg, _w, l| { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:280:38 [INFO] [stdout] | [INFO] [stdout] 280 | let child = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/controls/radio_button.rs:282:46 [INFO] [stdout] | [INFO] [stdout] 282 | return Some(brush as LRESULT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/text_input.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/text_input.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_NUMBER` in this scope [INFO] [stdout] --> src/controls/text_input.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | const NUMBER = ES_NUMBER; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_AUTOHSCROLL` in this scope [INFO] [stdout] --> src/controls/text_input.rs:33:29 [INFO] [stdout] | [INFO] [stdout] 33 | const AUTO_SCROLL = ES_AUTOHSCROLL; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/text_input.rs:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | const TAB_STOP = WS_TABSTOP; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_GETPASSWORDCHAR` in this scope [INFO] [stdout] --> src/controls/text_input.rs:124:49 [INFO] [stdout] | [INFO] [stdout] 124 | let raw_char = wh::send_message(handle, EM_GETPASSWORDCHAR as u32, 0, 0) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_SETPASSWORDCHAR` in this scope [INFO] [stdout] --> src/controls/text_input.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | wh::send_message(handle, EM_SETPASSWORDCHAR as u32, c.map(|c| c as usize).unwrap_or(0), 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_GETLIMITTEXT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:145:34 [INFO] [stdout] | [INFO] [stdout] 145 | wh::send_message(handle, EM_GETLIMITTEXT as u32, 0, 0) as u32 [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_SETLIMITTEXT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:154:34 [INFO] [stdout] | [INFO] [stdout] 154 | wh::send_message(handle, EM_SETLIMITTEXT as u32, limit, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_GETMODIFY` in this scope [INFO] [stdout] --> src/controls/text_input.rs:162:34 [INFO] [stdout] | [INFO] [stdout] 162 | wh::send_message(handle, EM_GETMODIFY as u32, 0, 0) != 0 [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_SETMODIFY` in this scope [INFO] [stdout] --> src/controls/text_input.rs:169:34 [INFO] [stdout] | [INFO] [stdout] 169 | wh::send_message(handle, EM_SETMODIFY as u32, e as usize, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_UNDO` in this scope [INFO] [stdout] --> src/controls/text_input.rs:177:34 [INFO] [stdout] | [INFO] [stdout] 177 | wh::send_message(handle, EM_UNDO as u32, 0, 0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_GETSEL` in this scope [INFO] [stdout] --> src/controls/text_input.rs:190:34 [INFO] [stdout] | [INFO] [stdout] 190 | wh::send_message(handle, EM_GETSEL as UINT, ptr1 as WPARAM, ptr2 as LPARAM); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:190:47 [INFO] [stdout] | [INFO] [stdout] 190 | wh::send_message(handle, EM_GETSEL as UINT, ptr1 as WPARAM, ptr2 as LPARAM); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/text_input.rs:190:61 [INFO] [stdout] | [INFO] [stdout] 190 | wh::send_message(handle, EM_GETSEL as UINT, ptr1 as WPARAM, ptr2 as LPARAM); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/controls/text_input.rs:190:77 [INFO] [stdout] | [INFO] [stdout] 190 | wh::send_message(handle, EM_GETSEL as UINT, ptr1 as WPARAM, ptr2 as LPARAM); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_SETSEL` in this scope [INFO] [stdout] --> src/controls/text_input.rs:200:34 [INFO] [stdout] | [INFO] [stdout] 200 | wh::send_message(handle, EM_SETSEL as u32, r.start as usize, r.end as isize); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_LINELENGTH` in this scope [INFO] [stdout] --> src/controls/text_input.rs:208:34 [INFO] [stdout] | [INFO] [stdout] 208 | wh::send_message(handle, EM_LINELENGTH as u32, 0, 0) as u32 [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_READONLY` in this scope [INFO] [stdout] --> src/controls/text_input.rs:216:33 [INFO] [stdout] | [INFO] [stdout] 216 | wh::get_style(handle) & ES_READONLY == ES_READONLY [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_READONLY` in this scope [INFO] [stdout] --> src/controls/text_input.rs:216:48 [INFO] [stdout] | [INFO] [stdout] 216 | wh::get_style(handle) & ES_READONLY == ES_READONLY [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EM_SETREADONLY` in this scope [INFO] [stdout] --> src/controls/text_input.rs:224:34 [INFO] [stdout] | [INFO] [stdout] 224 | wh::send_message(handle, EM_SETREADONLY as u32, r as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/text_input.rs:224:62 [INFO] [stdout] | [INFO] [stdout] 224 | wh::send_message(handle, EM_SETREADONLY as u32, r as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_BORDER` in this scope [INFO] [stdout] --> src/controls/text_input.rs:314:9 [INFO] [stdout] | [INFO] [stdout] 314 | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_CHILD [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_TABSTOP` in this scope [INFO] [stdout] --> src/controls/text_input.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_CHILD [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_AUTOHSCROLL` in this scope [INFO] [stdout] --> src/controls/text_input.rs:314:34 [INFO] [stdout] | [INFO] [stdout] 314 | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_CHILD [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/text_input.rs:314:51 [INFO] [stdout] | [INFO] [stdout] 314 | WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_CHILD [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateSolidBrush` in this scope [INFO] [stdout] --> src/controls/text_input.rs:331:33 [INFO] [stdout] | [INFO] [stdout] 331 | Some(c) => unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/controls/text_input.rs:331:50 [INFO] [stdout] | [INFO] [stdout] 331 | Some(c) => unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLOR_WINDOW` in this scope [INFO] [stdout] --> src/controls/text_input.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | None => COLOR_WINDOW as HBRUSH [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBRUSH` in this scope [INFO] [stdout] --> src/controls/text_input.rs:332:37 [INFO] [stdout] | [INFO] [stdout] 332 | None => COLOR_WINDOW as HBRUSH [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:344:32 [INFO] [stdout] | [INFO] [stdout] 344 | let mut r: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/controls/text_input.rs:345:30 [INFO] [stdout] | [INFO] [stdout] 345 | let dc = GetDC(hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SelectObject` in this scope [INFO] [stdout] --> src/controls/text_input.rs:347:31 [INFO] [stdout] | [INFO] [stdout] 347 | let old = SelectObject(dc, font_handle as HGDIOBJ); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGDIOBJ` in this scope [INFO] [stdout] --> src/controls/text_input.rs:347:63 [INFO] [stdout] | [INFO] [stdout] 347 | let old = SelectObject(dc, font_handle as HGDIOBJ); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DrawTextW` in this scope [INFO] [stdout] --> src/controls/text_input.rs:349:21 [INFO] [stdout] | [INFO] [stdout] 349 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DT_CALCRECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:349:61 [INFO] [stdout] | [INFO] [stdout] 349 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DT_LEFT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:349:75 [INFO] [stdout] | [INFO] [stdout] 349 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SelectObject` in this scope [INFO] [stdout] --> src/controls/text_input.rs:353:21 [INFO] [stdout] | [INFO] [stdout] 353 | SelectObject(dc, old); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReleaseDC` in this scope [INFO] [stdout] --> src/controls/text_input.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | ReleaseDC(hwnd, dc); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:357:37 [INFO] [stdout] | [INFO] [stdout] 357 | let mut client: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:358:37 [INFO] [stdout] | [INFO] [stdout] 358 | let mut window: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:359:21 [INFO] [stdout] | [INFO] [stdout] 359 | GetClientRect(hwnd, &mut client); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:360:21 [INFO] [stdout] | [INFO] [stdout] 360 | GetWindowRect(hwnd, &mut window); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NCCALCSIZE_PARAMS` in this scope [INFO] [stdout] --> src/controls/text_input.rs:366:40 [INFO] [stdout] | [INFO] [stdout] 366 | let info_ptr: *mut NCCALCSIZE_PARAMS = l as *mut NCCALCSIZE_PARAMS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NCCALCSIZE_PARAMS` in this scope [INFO] [stdout] --> src/controls/text_input.rs:366:70 [INFO] [stdout] | [INFO] [stdout] 366 | let info_ptr: *mut NCCALCSIZE_PARAMS = l as *mut NCCALCSIZE_PARAMS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:373:37 [INFO] [stdout] | [INFO] [stdout] 373 | let mut window: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:374:37 [INFO] [stdout] | [INFO] [stdout] 374 | let mut client: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:375:21 [INFO] [stdout] | [INFO] [stdout] 375 | GetWindowRect(hwnd, &mut window); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:376:21 [INFO] [stdout] | [INFO] [stdout] 376 | GetClientRect(hwnd, &mut client); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:378:35 [INFO] [stdout] | [INFO] [stdout] 378 | let mut pt1 = POINT {x: window.left, y: window.top}; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScreenToClient` in this scope [INFO] [stdout] --> src/controls/text_input.rs:379:21 [INFO] [stdout] | [INFO] [stdout] 379 | ScreenToClient(hwnd, &mut pt1); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:381:35 [INFO] [stdout] | [INFO] [stdout] 381 | let mut pt2 = POINT {x: window.right, y: window.bottom}; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScreenToClient` in this scope [INFO] [stdout] --> src/controls/text_input.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | ScreenToClient(hwnd, &mut pt2); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:384:31 [INFO] [stdout] | [INFO] [stdout] 384 | let top = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:391:34 [INFO] [stdout] | [INFO] [stdout] 391 | let bottom = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/controls/text_input.rs:398:30 [INFO] [stdout] | [INFO] [stdout] 398 | let dc = GetDC(hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FillRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:399:21 [INFO] [stdout] | [INFO] [stdout] 399 | FillRect(dc, &top, brush); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FillRect` in this scope [INFO] [stdout] --> src/controls/text_input.rs:400:21 [INFO] [stdout] | [INFO] [stdout] 400 | FillRect(dc, &bottom, brush); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReleaseDC` in this scope [INFO] [stdout] --> src/controls/text_input.rs:401:21 [INFO] [stdout] | [INFO] [stdout] 401 | ReleaseDC(hwnd, dc); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowPos` in this scope [INFO] [stdout] --> src/controls/text_input.rs:404:21 [INFO] [stdout] | [INFO] [stdout] 404 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOOWNERZORDER` in this scope [INFO] [stdout] --> src/controls/text_input.rs:404:69 [INFO] [stdout] | [INFO] [stdout] 404 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOSIZE` in this scope [INFO] [stdout] --> src/controls/text_input.rs:404:89 [INFO] [stdout] | [INFO] [stdout] 404 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stdout] --> src/controls/text_input.rs:404:102 [INFO] [stdout] | [INFO] [stdout] 404 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_FRAMECHANGED` in this scope [INFO] [stdout] --> src/controls/text_input.rs:404:115 [INFO] [stdout] | [INFO] [stdout] 404 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_LEFT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:513:42 [INFO] [stdout] | [INFO] [stdout] 513 | HTextAlign::Left => flags |= ES_LEFT, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_CENTER` in this scope [INFO] [stdout] --> src/controls/text_input.rs:514:44 [INFO] [stdout] | [INFO] [stdout] 514 | HTextAlign::Center => flags |= ES_CENTER, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_RIGHT` in this scope [INFO] [stdout] --> src/controls/text_input.rs:516:26 [INFO] [stdout] | [INFO] [stdout] 516 | flags |= ES_RIGHT; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ES_AUTOHSCROLL` in this scope [INFO] [stdout] --> src/controls/text_input.rs:517:27 [INFO] [stdout] | [INFO] [stdout] 517 | flags &= !ES_AUTOHSCROLL; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/label.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/label.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_WORDELLIPSIS` in this scope [INFO] [stdout] --> src/controls/label.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | const ELIPSIS = SS_WORDELLIPSIS; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/label.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | WS_VISIBLE | SS_NOPREFIX | SS_LEFT [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_NOPREFIX` in this scope [INFO] [stdout] --> src/controls/label.rs:188:22 [INFO] [stdout] | [INFO] [stdout] 188 | WS_VISIBLE | SS_NOPREFIX | SS_LEFT [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stdout] --> src/controls/label.rs:188:36 [INFO] [stdout] | [INFO] [stdout] 188 | WS_VISIBLE | SS_NOPREFIX | SS_LEFT [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/label.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | WS_CHILD | SS_NOTIFY [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/label.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | WS_CHILD | SS_NOTIFY [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateSolidBrush` in this scope [INFO] [stdout] --> src/controls/label.rs:215:33 [INFO] [stdout] | [INFO] [stdout] 215 | Some(c) => unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/controls/label.rs:215:50 [INFO] [stdout] | [INFO] [stdout] 215 | Some(c) => unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COLOR_WINDOW` in this scope [INFO] [stdout] --> src/controls/label.rs:216:21 [INFO] [stdout] | [INFO] [stdout] 216 | None => COLOR_WINDOW as HBRUSH [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBRUSH` in this scope [INFO] [stdout] --> src/controls/label.rs:216:37 [INFO] [stdout] | [INFO] [stdout] 216 | None => COLOR_WINDOW as HBRUSH [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/controls/label.rs:228:83 [INFO] [stdout] | [INFO] [stdout] 228 | let handler0 = bind_raw_event_handler_inner(&parent_handle, handle as UINT_PTR, move |_hwnd, msg, _w, l| { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/label.rs:231:42 [INFO] [stdout] | [INFO] [stdout] 231 | let child = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/controls/label.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | ... return Some(brush as LRESULT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:252:32 [INFO] [stdout] | [INFO] [stdout] 252 | let mut r: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/controls/label.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 253 | let dc = GetDC(hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SelectObject` in this scope [INFO] [stdout] --> src/controls/label.rs:255:31 [INFO] [stdout] | [INFO] [stdout] 255 | let old = SelectObject(dc, font_handle as HGDIOBJ); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HGDIOBJ` in this scope [INFO] [stdout] --> src/controls/label.rs:255:63 [INFO] [stdout] | [INFO] [stdout] 255 | let old = SelectObject(dc, font_handle as HGDIOBJ); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `DrawTextW` in this scope [INFO] [stdout] --> src/controls/label.rs:257:21 [INFO] [stdout] | [INFO] [stdout] 257 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DT_CALCRECT` in this scope [INFO] [stdout] --> src/controls/label.rs:257:61 [INFO] [stdout] | [INFO] [stdout] 257 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DT_LEFT` in this scope [INFO] [stdout] --> src/controls/label.rs:257:75 [INFO] [stdout] | [INFO] [stdout] 257 | DrawTextW(dc, calc.as_ptr(), 2, &mut r, DT_CALCRECT | DT_LEFT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SelectObject` in this scope [INFO] [stdout] --> src/controls/label.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | SelectObject(dc, old); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReleaseDC` in this scope [INFO] [stdout] --> src/controls/label.rs:262:21 [INFO] [stdout] | [INFO] [stdout] 262 | ReleaseDC(hwnd, dc); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:265:37 [INFO] [stdout] | [INFO] [stdout] 265 | let mut client: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:266:37 [INFO] [stdout] | [INFO] [stdout] 266 | let mut window: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/controls/label.rs:267:21 [INFO] [stdout] | [INFO] [stdout] 267 | GetClientRect(hwnd, &mut client); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowRect` in this scope [INFO] [stdout] --> src/controls/label.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | GetWindowRect(hwnd, &mut window); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NCCALCSIZE_PARAMS` in this scope [INFO] [stdout] --> src/controls/label.rs:274:40 [INFO] [stdout] | [INFO] [stdout] 274 | let info_ptr: *mut NCCALCSIZE_PARAMS = l as *mut NCCALCSIZE_PARAMS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NCCALCSIZE_PARAMS` in this scope [INFO] [stdout] --> src/controls/label.rs:274:70 [INFO] [stdout] | [INFO] [stdout] 274 | let info_ptr: *mut NCCALCSIZE_PARAMS = l as *mut NCCALCSIZE_PARAMS; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:281:37 [INFO] [stdout] | [INFO] [stdout] 281 | let mut window: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:282:37 [INFO] [stdout] | [INFO] [stdout] 282 | let mut client: RECT = mem::zeroed(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetWindowRect` in this scope [INFO] [stdout] --> src/controls/label.rs:283:21 [INFO] [stdout] | [INFO] [stdout] 283 | GetWindowRect(hwnd, &mut window); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetClientRect` in this scope [INFO] [stdout] --> src/controls/label.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | GetClientRect(hwnd, &mut client); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/controls/label.rs:286:35 [INFO] [stdout] | [INFO] [stdout] 286 | let mut pt1 = POINT {x: window.left, y: window.top}; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScreenToClient` in this scope [INFO] [stdout] --> src/controls/label.rs:287:21 [INFO] [stdout] | [INFO] [stdout] 287 | ScreenToClient(hwnd, &mut pt1); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `POINT` in this scope [INFO] [stdout] --> src/controls/label.rs:289:35 [INFO] [stdout] | [INFO] [stdout] 289 | let mut pt2 = POINT {x: window.right, y: window.bottom}; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ScreenToClient` in this scope [INFO] [stdout] --> src/controls/label.rs:290:21 [INFO] [stdout] | [INFO] [stdout] 290 | ScreenToClient(hwnd, &mut pt2); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:292:31 [INFO] [stdout] | [INFO] [stdout] 292 | let top = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `RECT` in this scope [INFO] [stdout] --> src/controls/label.rs:299:34 [INFO] [stdout] | [INFO] [stdout] 299 | let bottom = RECT { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetDC` in this scope [INFO] [stdout] --> src/controls/label.rs:306:30 [INFO] [stdout] | [INFO] [stdout] 306 | let dc = GetDC(hwnd); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FillRect` in this scope [INFO] [stdout] --> src/controls/label.rs:307:21 [INFO] [stdout] | [INFO] [stdout] 307 | FillRect(dc, &top, brush); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FillRect` in this scope [INFO] [stdout] --> src/controls/label.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | FillRect(dc, &bottom, brush); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ReleaseDC` in this scope [INFO] [stdout] --> src/controls/label.rs:309:21 [INFO] [stdout] | [INFO] [stdout] 309 | ReleaseDC(hwnd, dc); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetWindowPos` in this scope [INFO] [stdout] --> src/controls/label.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOOWNERZORDER` in this scope [INFO] [stdout] --> src/controls/label.rs:312:69 [INFO] [stdout] | [INFO] [stdout] 312 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOSIZE` in this scope [INFO] [stdout] --> src/controls/label.rs:312:89 [INFO] [stdout] | [INFO] [stdout] 312 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_NOMOVE` in this scope [INFO] [stdout] --> src/controls/label.rs:312:102 [INFO] [stdout] | [INFO] [stdout] 312 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SWP_FRAMECHANGED` in this scope [INFO] [stdout] --> src/controls/label.rs:312:115 [INFO] [stdout] | [INFO] [stdout] 312 | SetWindowPos(hwnd, ptr::null_mut(), 0, 0, 0, 0, SWP_NOOWNERZORDER | SWP_NOSIZE | SWP_NOMOVE | SWP_FRAMECHANGED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_LEFT` in this scope [INFO] [stdout] --> src/controls/label.rs:404:44 [INFO] [stdout] | [INFO] [stdout] 404 | HTextAlign::Left => { flags |= SS_LEFT; }, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_RIGHT` in this scope [INFO] [stdout] --> src/controls/label.rs:405:45 [INFO] [stdout] | [INFO] [stdout] 405 | HTextAlign::Right => { flags |= SS_RIGHT; }, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_CENTER` in this scope [INFO] [stdout] --> src/controls/label.rs:406:46 [INFO] [stdout] | [INFO] [stdout] 406 | HTextAlign::Center => { flags |= SS_CENTER; }, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | const VISIBLE = WS_VISIBLE; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_DISABLED` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | const DISABLED = WS_DISABLED; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:80:54 [INFO] [stdout] | [INFO] [stdout] 80 | let image_handle = image.map(|i| i.handle as LPARAM).unwrap_or(0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STM_SETIMAGE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:81:34 [INFO] [stdout] | [INFO] [stdout] 81 | wh::send_message(handle, STM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:81:48 [INFO] [stdout] | [INFO] [stdout] 81 | wh::send_message(handle, STM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:81:64 [INFO] [stdout] | [INFO] [stdout] 81 | wh::send_message(handle, STM_SETIMAGE, IMAGE_BITMAP as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:92:54 [INFO] [stdout] | [INFO] [stdout] 92 | let image_handle = image.map(|i| i.handle as LPARAM).unwrap_or(0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STM_SETIMAGE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | wh::send_message(handle, STM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:93:48 [INFO] [stdout] | [INFO] [stdout] 93 | wh::send_message(handle, STM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | wh::send_message(handle, STM_SETIMAGE, IMAGE_ICON as WPARAM, image_handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STM_GETIMAGE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:106:54 [INFO] [stdout] | [INFO] [stdout] 106 | let bitmap_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_BITMAP` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:106:68 [INFO] [stdout] | [INFO] [stdout] 106 | let bitmap_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:106:84 [INFO] [stdout] | [INFO] [stdout] 106 | let bitmap_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_BITMAP as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STM_GETIMAGE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:107:52 [INFO] [stdout] | [INFO] [stdout] 107 | let icon_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `IMAGE_ICON` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:107:66 [INFO] [stdout] | [INFO] [stdout] 107 | let icon_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:107:80 [INFO] [stdout] | [INFO] [stdout] 107 | let icon_handle = wh::send_message(handle, STM_GETIMAGE, IMAGE_ICON as WPARAM, 0); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HBITMAP` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:112:65 [INFO] [stdout] | [INFO] [stdout] 112 | if bitmap_handle != 0 && rh::is_bitmap(bitmap_handle as HBITMAP) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:113:62 [INFO] [stdout] | [INFO] [stdout] 113 | *bitmap = Some(Bitmap { handle: bitmap_handle as HANDLE, owned: false }); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:115:56 [INFO] [stdout] | [INFO] [stdout] 115 | *icon = Some(Icon { handle: icon_handle as HANDLE, owned: false }); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_VISIBLE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | WS_VISIBLE [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WS_CHILD` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:182:9 [INFO] [stdout] | [INFO] [stdout] 182 | WS_CHILD | SS_NOTIFY | SS_CENTERIMAGE [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_NOTIFY` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:182:20 [INFO] [stdout] | [INFO] [stdout] 182 | WS_CHILD | SS_NOTIFY | SS_CENTERIMAGE [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_CENTERIMAGE` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | WS_CHILD | SS_NOTIFY | SS_CENTERIMAGE [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CreateSolidBrush` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:197:30 [INFO] [stdout] | [INFO] [stdout] 197 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `RGB` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:197:47 [INFO] [stdout] | [INFO] [stdout] 197 | let brush = unsafe { CreateSolidBrush(RGB(c[0], c[1], c[2])) }; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT_PTR` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:199:78 [INFO] [stdout] | [INFO] [stdout] 199 | let handler = bind_raw_event_handler_inner(&parent_handle, handle as UINT_PTR, move |_hwnd, msg, _w, l| { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:202:38 [INFO] [stdout] | [INFO] [stdout] 202 | let child = l as HWND; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:204:46 [INFO] [stdout] | [INFO] [stdout] 204 | return Some(brush as LRESULT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_ICON` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:281:22 [INFO] [stdout] | [INFO] [stdout] 281 | flags |= SS_ICON; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SS_BITMAP` in this scope [INFO] [stdout] --> src/controls/image_frame.rs:283:22 [INFO] [stdout] | [INFO] [stdout] 283 | flags |= SS_BITMAP; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/layouts/grid_layout.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | control: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/layouts/grid_layout.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | base: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `WM_SIZE` in this scope [INFO] [stdout] --> src/layouts/grid_layout.rs:524:23 [INFO] [stdout] | [INFO] [stdout] 524 | if msg == WM_SIZE { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LOWORD` in this scope [INFO] [stdout] --> src/layouts/grid_layout.rs:526:29 [INFO] [stdout] | [INFO] [stdout] 526 | let width = LOWORD(size) as i32; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `HIWORD` in this scope [INFO] [stdout] --> src/layouts/grid_layout.rs:527:30 [INFO] [stdout] | [INFO] [stdout] 527 | let height = HIWORD(size) as i32; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope [INFO] [stdout] --> src/win32/base_helper.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | .encode_wide() [INFO] [stdout] | ^^^^^^^^^^^ method not found in `&std::ffi::OsStr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope [INFO] [stdout] --> src/win32/base_helper.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 40 | let os_string = OsString::from_wide(&s[0..null_index]); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope [INFO] [stdout] --> src/win32/base_helper.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | let error_message = OsString::from_wide(&buf[..end]) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope [INFO] [stdout] --> src/win32/window.rs:637:40 [INFO] [stdout] | [INFO] [stdout] 637 | let class_name = OsString::from_wide(&class_name_raw[..count]).into_string().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `std::ffi::OsString` in the current scope [INFO] [stdout] --> src/win32/window.rs:970:32 [INFO] [stdout] | [INFO] [stdout] 970 | let class_name = OsString::from_wide(&class_name_raw[..count]).into_string().unwrap_or("".to_string()); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `std::ffi::OsString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/controls/control_base.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | parent: None, [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/controls/control_base.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | parent: None, [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/controls/control_base.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 86 | forced_flags: DWORD, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: std::default::Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/controls/control_base.rs:224:5 [INFO] [stdout] | [INFO] [stdout] 224 | parent: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: std::default::Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/controls/control_base.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | parent: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: std::default::Default` [INFO] [stdout] = note: required by `std::default::Default::default` [INFO] [stdout] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 954 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0283, E0408, E0412, E0422, E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `native-windows-gui`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "0477c6f342d65a6c1360b3958d51d4671b8b75bd3a4a9b2b5c82c954be9d1900", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0477c6f342d65a6c1360b3958d51d4671b8b75bd3a4a9b2b5c82c954be9d1900", kill_on_drop: false }` [INFO] [stdout] 0477c6f342d65a6c1360b3958d51d4671b8b75bd3a4a9b2b5c82c954be9d1900