Cryptlex Forums

MinGW builds for Windows

G
Gary Shrimpling

We would like to build some of our licensed codes with MinGW on Windows because it optimizes them better than Visual C++. Is it possible for Cryptlex to provide MinGW compiles of the static Windows libraries?

A
Adnan KamiliCryptlex team

Hi Gary,

It would require a lot of changes, so this won’t be possible.

G
Gary Shrimpling

This may be a problem for us. I will have to take this away to the development teams.

J
John Hopprich

Hi, we also have a need for MinGW (8.1.0 64-bit) support. We have an existing Linux and macOS Qt application and using Visual Studio C++ is proving problematic.

I see from your previous response that MinGW support is unlikely, at least in the near future. Is it possible to use the LexActivator library through a stand-alone program? Then our program will have to make s system call to invoke that program.

A
Adnan KamiliCryptlex team

Hi,

You can use LexActivator with MinGW provided you link dynamically with LexActivator. Static linking won’t be possible with MinGW. We ourselves use LexActivator with MinGW for a golang (cgo) project and it works perfectly.

LDFLAGS: -L./libs -lLexActivator

← Back to all topics · 5 posts · 1563 views · opened 2020-10-08