Topic: Visual Studio Project, Cyassl 2.4, x86_x64 settings?
I'm sure it's something simple, but what settings/modifications need to be made to take the visual studio project provided with 2.4 and make it build on x64 Windows 7 (VS 2008).
When I change the project configuration to x64 I get the following errors:
misc.c(164) : warning C4305: 'type cast' : truncation from 'byte *' to 'word'
integer.c(3227): warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
ssl.h(31) : fatal error C1083: Cannot open include file: 'cyassl/version.h': No such file or directory
When I do nothing and just use Win32 I still get the version.h error, that looks like a simple fix, but I just can't shake the feeling I'm missing a step.
-hz