Sebastian Holc

Results 8 comments of Sebastian Holc

Installed VS 2013 Pro. Now I get ``` Creating library bin\godot.windows.opt.tools.64.lib and object bin\godot.wind ows.opt.tools.64.exp modules.windows.opt.tools.64.lib(godotsteam.windows.opt.tools.64.obj) : error LN K2019: unresolved external symbol __imp__SteamAPI_Shutdown referenced in functio n "public: virtual...

Hmm... Managed to compile both 32 and 64bit using default steam_api ( `redistributable_bin/steam_api.dll and .lib` ). Still can't compile 64b as I should, but it seem to work fine with...

Managed to compile it using MinGW! VisualStudio requires `env.Append(LINKFLAGS=["filename.lib"])` while MinGW requires `env.Append(LIBS=["filename"])` So changing LINKFLAGS to LIBS inside config.py will allow to compile with MinGW :wink: If I find...

I can add that the raw "From" header looks like this ![image](https://user-images.githubusercontent.com/10342043/34520378-a87fbfec-f088-11e7-8a16-38ec9f5fd38a.png)

With the newest commit (forget the first one) from the PR, but sadly tested only using Mozilla Thunderbird client, I tested out both encoded (`=?iso-8859-2? [...] ?= `) and unencoded...

Ok. While this fixed the address issue, it introduced a new bug as apparently `Functions.DecodeMailHeader` wasn't the best place to put it in 😢. Namely now other headers get quoted...

Above gets patched with e6cd1fcd0d30f1be837f255efbe757ed89075fb4 , hopefully without any further surprises.

+1 Mainly working on user account, when trying to run Files as admin (different account) it crashes. Win 11, Files 3.9.1.0. A specified logon session does not exist. It may...