I have this linker error Unresolved external symbol '__fltused'
with using float numbers.
How to fix?
I use "no default place" option of linker..
add crt.lib/crt64.lib to linker's commandline, if some math function depends from it.
-nodefaultlib option rejects -defaultlib:crt.lib from object file .drectve section.
With pope.exe is possible to check symbols from object files.
With crt and map file might give used symbols too.
Not a new problem (https://masm32.com/board/index.php?topic=8944.0). There are also ten entries for fltused in the forum search.