Barugon / egui_file

File dialog for egui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to build with nightly-i686-pc-windows-msvc toolchain

zeozeozeo opened this issue · comments

When trying to build egui_file with the nightly-i686-pc-windows-msvc toolchain (MSVC 2019), the following error occurs:

libegui_file-ccc8a9d6339a0995.rlib(egui_file-ccc8a9d6339a0995.egui_file.f61f70b0cdbcdb8f-cgu.01.rcgu.o) : error LNK2019: unresolved external symbol _GetLogicalDrives referenced in function __ZN9egui_file10FileDialog7refresh17h1b308e2cd1518bc2E

Could this be an issue on all MSVC toolchains?

Hmm... you might need to explicitly link to Kernel32.lib. Have you tried a toolchain other than nightly?

The only Windows toolchain that I have used is x86_64-pc-windows-gnu.