Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
endor57516y"Oh, so you wanna include OpenSSL in your Windows c++ project huh? Well well well, isn't that funny?"
-
n3xus34406y@C0D4 nah young man this is the c++ part. PHP is ezpz and works like a charm. So does the c# client. C++ is just a cactus up the ass
-
C0D4681466y
-
endor57516y@n3xus looks like you need a compiled .lib to add in your project include settings.
Do you have a compiled version of the library already? I gave up trying to compile my own from scratch, and I found a precompiled package from the official Ruby (the language) dependencies automatic builds. -
n3xus34406y@endor literally just got it as you said that thanks :). C++ lib management is a nightmare on windows.
-
n3xus34406y@endor @C0D4 is it just me or does every encryption solution have a language it works great and simply on and just sucks for every other language?
-
endor57516y@n3xus oh cool, I tried messing with mingw but couldn't figure out what I had to do exactly, so eventually went with that other method.
Idk, I think I tried working with openssl on python once, but don't recall much of it. This is the first time I'm using it as a dependency in a cpp project, and I've had to bash my head against it for a full day before finding a workaround :/ -
n3xus34406y@endor I think we can probably come to the same consensus that anything openssl in C++ is not pretty at all then 😂
-
If you want to do C++ development on Windows, I strongly recommend to use either vcpkg or MSYS2.
-
@n3xus No problem.
MSYS2 provides packages for both 32 bit and 64 bit (x86).
vcpkg builds everything from source, meaning that it should work on any architectures.
Related Rants
FUCK OPENSSL. I LOVE IT AND HATE IT SO FUCKING MUCH. WORK FASTER AND BE LESS CONFUSING SO I CAN BRAG ABOUT MY PRETTY ENCRYPTION CODE SOONER. FUCK
rant
annoying
c++
encryption
openssl
rsa
amazing
cancer
security
php