Hai, I used quaternion from hitchkr libs I found on OpenGL sub forum. When I compile it, it cannot found _fltused function I think that function is exist on MSVCRT library, maybe MASM team overlooked it? Maybe.
19:33 And if a man from another country is living in your land with you, do not make life hard for him; (My website is under construction, dont know when it will be done)
The _fltused symbol can be removed, it is added as external, but is not referenced. I've created a tool for cleaning up object files using another language (link). This tool is able to remove _fltused like symbols, nasm structures (absolute symbols), and any other non-relocatables from coff symbol table.
Anyway, your library without _fltused is attached:
19:33 And if a man from another country is living in your land with you, do not make life hard for him; (My website is under construction, dont know when it will be done)