> I'm sad to have to tell you that the 64-bit builds of *all* projects 
>> except cryptlib (=cryptest, cryptopp) are broken and result in a bunch of 
>> "error LNK2001: unresolved external symbol ...". I suspect that dlltest 
>> works because it doesn't link any of the affected functions.
>>
>
> OK, so I had a chance to spend some time with this....
>
> Well, ... I already found the issue.
>
> It's a project conversion error that removes the custom build steps for 
> our .asm files. This makes the .asm not being assembled and integrated into 
> the library, resulting in a linker failure as the necessary code is 
> missing. This only affects x64 as x86 uses inline assembly. And it only 
> occurred when migrating to VS2015, 2010 and 2012 worked just fine.
>
> The workaround is to manually re-add the necessary commands.
> It may also be the case that my system is the issue as it's often enough 
> behaving abnormally.
>

Have you tested it against the 22 configurations provided in the solution 
(including the non-x64 ones)?

Jeff 

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to