COULD YOU TELL ME HOW I CAN PUT TTMATH ON VISUAL STUDIO?

Can anyone tell me the detailed steps to install ttmath on visual studio? my visual studio version:18.6.2 all:18.6.11822.322

Added by: ~sjhalayka@gmail.com, 2026 VI 09

I have tried to install ttmath using Visual Studio 18.6.2. I am receiving errors:

unresolved external symbol ttmath_rcl_x64
unresolved external symbol ttmath_sbb_x64
unresolved external symbol ttmath_rcl2_x64
...

Any ideas?

Added by: ~sjhalayka@gmail.com, 2026 VI 09

The problem boils down to not being able to download / install ml64.exe. Any tips on how to obtain this file?

Added by: ~p, 2026 VI 09

I am not sure where is ml64.exe but you can define #define TTMATH_NOASM macro before including ttmath.h and it should works (a little slower).

Added by: ~sjhalayka@gmail.com, 2026 VI 09

Works great. Thank you!

Added by: ~guest, 2026 VI 11

I can run ttmath on vs.x86,but x64 not!That's strange!When i got x64 run,i've got the same error!I've try to say TTMATH_NO_ASM to visual studio,i write /bigobj too!But also got same error.Did anybody have the same error then solve that,please tell me what did you do!