How to hide specific folder / file using explorer.exe hookHooking like that does not work in 64 bit version of windows anyway, this could be done on windows x...
Hook the printf outputs1. You execute code via a small console executable of your own which include the DLL 2. You launch t...
[C++] - Opening a directory and getting the path of a selected fileYou shouldn't even think about not using Unicode these days. First you need to understand the diffe...
Trying to link from a .dll file in Windows.A library if is written in C it usually works with another compiler ( not always ). If it is writte...
Trying to link from a .dll file in Windows..lib files are usually created with visual studio compiler, gcc on windows creates .a files ( they a...