Hello,

I just have a little question. I compiled the library on my x64 Windows 7 
with MingW (g++). So I got a cryptopp.dll and a libcryptopp.a. I downloaded 
a random example programm and compiled it like

g++.exe main.cpp -I"C:/cryptopp" -L"C:/cryptopp" -lcryptopp -o crypto

Output is crypto.exe with 215 kilobyte. It works perfectly (with the dll)



Then I wanted to make it static

g++.exe main.cpp -I"C:/cryptopp" -L"C:/cryptopp" -static -lcryptopp -o 
crypto

Output is crypto.exe with 1.521 kilobyte. But this file still requires the 
dll, but I need a portable exe-file.


Kind regards

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