valinet / WinCenterTitle

WinCenterTitle is a simple tool that allows you to center align the text in Windows 10 titlebars, the same way it was in Windows 8, 8.1, or even 3.1.
GNU General Public License v2.0
153 stars 16 forks source link

Untested on x86 (IA-32), arm64 #4

Open valinet opened 3 years ago

valinet commented 3 years ago

Since my system is amd64 (x64), I don't test the application on neither IA-32 (x86), nor arm64. If someone could report whether it works for them on x86, that'd be greatly appreciated. When I say x86, I mean running on a true 32-bit system, not under WOW64 (it probably won't run there, since dwm is still 64-bit when running as x86 under WOW64, and so addresses will probably turn up bad). Please report on an a build of the application against the latest commits and source, there are some updates which haven't made it to release yet (mention the commit you compiled against in the comments, please).

Thank you.

second2050 commented 3 years ago

I can't compile WCT (commit 9973e00) for Win32, the errors are:

Severity    Code    Description Project File    Line
Error   C1083   Cannot open include file: 'valinet/hooking/exeinject.h': No such file or directory  WinCenterTitle  ~\Desktop\WCT32\WinCenterTitle\main.c   1   
Error   E1696   cannot open source file "valinet/hooking/exeinject.h"   WinCenterTitle  ~\Desktop\WCT32\WinCenterTitle\main.c   1   

the file itself exists at .\libs\libvalinet\valinet\hooking\exeinject.h and compiling for x64 works on my setup without any problem. I sadly don't have a clue of what's going on as it works when I compile for x64.