Please note that the current standard approach to building every single
project in the library is "batch build -> build all" TWICE.

The first time everything but the DLLs will build, the second time the
DLLs will build.

And please also note that you should be highly encouraged to use the
static library, because it actually provides all the features in a
natural way.

BR

JPM


Am 15.08.2016 um 21:20 schrieb Andrew Marlow:
>
>
> On Wednesday, 3 August 2016 21:49:29 UTC+1, Robert Roessler wrote:
>
>
>
>     Chiming in, yes, I just pulled from master (hadn't updated for
>     about a month), did full 32 and 64 -bit builds of cryptest, and
>     all is good - not a single warning or error, and all tests pass -
>     thanks, Jeff and all who contributed to this level of code
>     cleanliness and compatibility!
>
>
> Unfortunately my experience was quite different. I only get the good
> result when taking all the defaults which is to build via a static
> library. The DLL project and associated test don't even build. Those
> projects are skipped. When I pick cryptdll to build it then I get this
> error:
>
> 1>C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5):
> warning MSB8012:
> TargetPath(D:\mystuff\work\development\cryptopp-git\cryptopp-master\x64\DLL_Output\Debug\cryptdll.dll)
> does not match the Linker's OutputFile property value
> (D:\mystuff\work\development\cryptopp-git\cryptopp-master\x64\DLL_Output\Debug\cryptopp.dll).
> This may cause your project to build incorrectly. To correct this,
> please make sure that $(OutDir), $(TargetName) and $(TargetExt)
> property values match the value specified in %(Link.OutputFile).
> 1>C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5):
> warning MSB8012: TargetName(cryptdll) does not match the Linker's
> OutputFile property value (cryptopp). This may cause your project to
> build incorrectly. To correct this, please make sure that $(OutDir),
> $(TargetName) and $(TargetExt) property values match the value
> specified in %(Link.OutputFile).
> 1>LINK : fatal error LNK1181: cannot open input file 'cryptlib.lib'
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
> ==========
>
> -- 
> -- 
> 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]
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
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