Page 1 of 1

Win64 and TDM-SEH

Posted: Thu Nov 16, 2017 5:35 pm
by tjulian
After change d3e11766d5bb1f5ea877918f9e164b3e2fa3c017
"* Windows: CodeLite 64bit is now built against MinGW-w64-SEH-WIN32-GCC7.1"

my self-built Win64 version no longer runs due to missing dll's (notably a seh lib). I found that libssh64.dll and libclang64.dll were built using your SEH compiler and will not run if I do not have this SEH version of the compiler installed. Must I install it?

-tjulian

Re: Win64 and TDM-SEH

Posted: Tue Nov 21, 2017 11:01 pm
by eranif
Either you build clang ( not recommended :/ ) with your compiler.
Or install The version of the compiler I am using and avoid this headache

I am using this version: https://sourceforge.net/projects/mingw- ... v5-rev2.7z