> > It almost works... I just don't know how to compile it properly I guess.. >
I opened the cryptlib project in Code::Blocks and hit build, no errors... but the output was all .o files. no .lib files. And I did it with 5.6.2. and.. recompiled with VC++ 2010 compiler in Code::Blocks , got .obj files... but same error: 1>------ Build started: Project: Second, Configuration: Debug Win32 ------ 1> Microsoft (R) Incremental Linker Version 10.00.40219.01 1> Copyright (C) Microsoft Corporation. All rights reserved. 1> 1> "/OUT:C:\Users\Boss\documents\visual studio 2010\Projects\Second\Debug\Second.exe" /INCREMENTAL C:\Users\Boss\Desktop\CRYPTSRC\cryptopp562\cryptlib.obj kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /ASSEMBLYRESOURCE:Debug\Second.Form1.resources /MANIFEST "/ManifestFile:Debug\Second.exe.intermediate.manifest" "/MANIFESTUAC:level='asInvoker' uiAccess='false'" /DEBUG "/PDB:C:\Users\Boss\documents\visual studio 2010\Projects\Second\Debug\Second.pdb" /ASSEMBLYDEBUG /SUBSYSTEM:WINDOWS /TLBID:1 "/ENTRY:main" /DYNAMICBASE /FIXED:NO /NXCOMPAT /MACHINE:X86 Debug\app.res 1> Debug\AssemblyInfo.obj 1> Debug\Second.obj 1> Debug\stdafx.obj 1> "Debug\.NETFramework,Version=v4.0.AssemblyAttributes.obj" 1>LINK : fatal error LNK1104: cannot open file 'cryptopp.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]. For more options, visit https://groups.google.com/d/optout.
