loadlibrary
loadlibrary copied to clipboard
mpclient port to Windows [Stand-Alone] self-contained Windows
Hello, can this project be Porting to Windows win32 System?
I would like to run the mpclient application on a windows system consol. (Without Windows Defender Installed) Without MsMpEng service on Windows 8, 8.1, 10
Can I build the mpclient together in Visual Studio? if yes how?
thx
Yeah you can. Just create a new project as normal, then add file "mpclient.c" as your main source file. Next, add all files in loadlibrary/include as your header files. Adjust the configuration and code if needed