Excal
Results
2
issues of
Excal
And I think I already found your culprit: `dllmain.cpp`: ``` cpp if (strcmp(CurrentFEElement, "p1.HudText") == 0) { (*unk1).topX = 16; (*unk1).topY = 0; (*unk1).topX += POS_XOffset; (*unk1).topX += POS_YOffset; //printf("GUI.mBorders...
I'd like to set this up as a Windows service via [srvany-ng](https://github.com/birkett/srvany-ng), but it seems like the app isn't doing anything once the service is started. I can see the...