News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Problem after installing newest MASM

Started by Farabi, February 08, 2010, 10:49:06 PM

Previous topic - Next topic

Farabi

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.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

akane

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:

Farabi

Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

UtillMasm