Search found 3 matches

by nightfly64
Thu Feb 01, 2018 3:01 pm
Forum: Basic
Topic: Network Proxy
Replies: 3
Views: 9689

Re: Network Proxy

Thank you for your reply, it isn't a big issue, I can disable timestamp or use a direct connection when building a release but it would be nice to be able to use the system configured proxy.
by nightfly64
Wed Jan 31, 2018 9:30 am
Forum: Basic
Topic: Network Proxy
Replies: 3
Views: 9689

Network Proxy

Hi, I noticed that recent Enigma releases add a timestamp to the executable by contacting a time server. My problem is that I am behind a company proxy and Enigma is unable to contact the time server. Internet explorer is configured to use the proxy but it seems Enigma ignores this settings. Is ther...
by nightfly64
Wed Jan 31, 2018 8:45 am
Forum: Basic
Topic: Qt integration help
Replies: 8
Views: 13573

Re: Qt integration help

#include "enigma_ide.h" #pragma link "include/enigma_ide.lib" I also get this warning: warning: ignoring #pragma link [-Wunknown-pragmas] #pragma link "include/enigma_ide.lib" ^ Your toolchain doesn't support that pragma, if you use Microsoft Visual Studio you could us...