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.322I 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?
The problem boils down to not being able to download / install ml64.exe. Any tips on how to obtain this file?
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).
Works great. Thank you!
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!
Actually,the developer say ttmath could only run on gcc and vs7.0:
faq ...Which compiler can I use?.........
GCC from 3.4 and Microsoft Visual C++ from 7.0. ......Another compilers were not tested. ?maybe not same?
maybe
is this reason?my compiler are the newest...
i download it ,i see its name...:
ttmath-0.9.4.prerelease-src-2019.07.31.tar
^^^^^^^Look at this!
that's too old,now is 2026!
strange one is i could run it on x86,x64 not,if you
want to use it,try x86!