How can I change another executable file’s description, trademarks etc. with an software writed by C# or C++
Preferably C++, it should work for all programs, no exception. I should make automation and decrease the size of program so please not prefer Resource Hacker or dlls. However, if you can’t think of another method, you can write it, I’d be willing to increase the size a little rather than find no way. It should change every info that FileVersionInfo contains.
I tried Windows API, but it just deleted version info, not changed it. I tried a dll called “DSOFile”, it even not deleted version info. Here is a code example.
How do __declspec(dllexport) and __declspec(dllimport) work in DLL creation and usage?
After checking the official Microsoft documentation Import into an application using __declspec(dllimport) and Exporting from a DLL Using __declspec(dllexport), I still don’t quite understand, so I searched for a lot of information. Below is my understanding. May I ask if my understanding is correct?
LNK2019 Error during compilation of Win32 Program
Just trying to run a simple Win32 program (From Handmade Hero Series by Casey Muratori)
my c++ app don’t run after i add this code
i add this code to my c++ app but i cant run app anymore