On Tuesday, 7 July 2020 10:41:39 UTC+1, Benjie Lu wrote: > > > Thank you for your help. I made it. The default visual studio solution >> will use windows 8.1 sdk, while I work on windows 10 with windows 10 sdk, >> there is a link error, " can not open file x64\Debug\mpn\add_err1_n.obj " . >> > So, I have to use Windows 8.1 sdk. > Thank you once again. > > Benjie Lu >
The default windows SDK that MPIR will use depends on the version of Visual Studio that you are using. With Visual Studio 2019 the default is the Windows 10 SDK. You can, of course, change the default if you wish to use a different version. The error you mention is a build error and is not likely to be caused by the version of the SDK you are using. You need to check if the Visual Studio solution includes one of the files add_err1_n.asm or add_err1_n.c and, if it does (as it should) you then need to check why the object file is not being produced. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to mpir-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/mpir-devel/64facb4b-9b69-4910-a979-dc1283286116o%40googlegroups.com.