C
C#10mo ago
OoogaBooga

✅ Linker Error Trying to Build OpenSSL Static Linking

Hello, I've been trying to compile and build OpenSSL to try and encrypt a text file using AES 256 but after adding all the static library dependencies during the build, I'm getting linker errors. Can someone help me out?
No description
5 Replies
canton7
canton710mo ago
Is this related to C#?
OoogaBooga
OoogaBoogaOP10mo ago
I mean, it's a general programming error I can't figure out why the library aint linking right, am I missing something?
canton7
canton710mo ago
Well, it's a question about tooling. C# doesn't have the tooling which would cause that error. You'll get a better response on the C / C++ discord $c
MODiX
MODiX10mo ago
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
OoogaBooga
OoogaBoogaOP10mo ago
Thanks

Did you find this page helpful?