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.
I uploaded the lib.
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 (http://www.ionicwind.com/forums/index.php/topic,3897.0.html)). 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:
Thanks.
lib maker?