WinCenterTitle icon indicating copy to clipboard operation
WinCenterTitle copied to clipboard

Untested on x86 (IA-32), arm64

Open valinet opened this issue 5 years ago • 1 comments

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.

valinet avatar Sep 20 '20 20:09 valinet

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.

second2050 avatar Dec 24 '20 04:12 second2050