DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on

How I can cross-build my app to run in windows XP 32 bit from linux using the openSSl libray that I've just built?

As I ask into:

I need to make a legacy app for windows XP (like it or not I am in a position that I have no other choice) that consumes a single http call. But that call is upon TLS 1.2 and I expect in the future TLS 1.3 so I've got to…

I've managed to build the openssl library using the mingw-64 compiler. But now I want to use-link the library that I've just built into my code.

Do you know how I can do this?

Top comments (0)