The MASM Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 09, 2010, 01:50:41 am

Login with username, password and session length
Search:     Advanced search
117346 Posts in 14003 Topics by 1654 Members
Latest Member: road_hog
* Home Help Search Login Register
+  The MASM Forum
|-+  Project Support Forums
| |-+  MASM32
| | |-+  Problem after installing newest MASM
« previous next »
Pages: [1] Print
Author Topic: Problem after installing newest MASM  (Read 359 times)
Farabi
Accountant
Member
*****
Gender: Male
Posts: 1474


MASM+OpenGL Fanatic


Problem after installing newest MASM
« on: February 08, 2010, 10:49:06 pm »

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.

* Quaternions.zip (4.88 KB - downloaded 33 times.)
Logged

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)
akane
sapero
Member
****
Gender: Male
Posts: 90


Re: Problem after installing newest MASM
« Reply #1 on: February 09, 2010, 02:41:40 am »

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:

* Quaternions.zip (4.22 KB - downloaded 31 times.)
Logged
Farabi
Accountant
Member
*****
Gender: Male
Posts: 1474


MASM+OpenGL Fanatic


Re: Problem after installing newest MASM
« Reply #2 on: February 09, 2010, 03:54:17 am »

Thanks.
Logged

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)
UtillMasm
Member
*****
Posts: 560

Please use a non offensive avatar


Re: Problem after installing newest MASM
« Reply #3 on: February 09, 2010, 04:01:08 am »

lib maker?
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP The MASM Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!