News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

float error

Started by morgot, May 29, 2025, 01:04:18 AM

Previous topic - Next topic

morgot

I have this linker error  Unresolved external symbol '__fltused'
with using float numbers.

How to fix?

I use "no default place" option of linker..
Sorry for the bad English

TimoVJL

#1
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.
May the source be with you

jj2007

Not a new problem. There are also ten entries for fltused in the forum search.