Ganado Wrote: What is the problem with the github link I already gave? Study that instead. |
FYI: I downloaded and extracted the zip file at
https://github.com/sonicmouse/ProcCmdLine and tried to run it using Visual Studio 2017. It gives me the following error message:
Test ProcCmdLine Library
------------------------
explorer (1772):
Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'ProcCmdLine64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at ProcCmdLine.Win32Native.GetProcWorkingDir64W(UInt32 nProcId, StringBuilder sb, UInt32 dwSizeBuf)
at ProcCmdLine.GetWorkingDirectoryOfProcess(Process proc) in C:\...\Michael789\Desktop\ProcCmdLine-master\DebugProcCmdLineNetFramework\ProcCmdLine.cs:line 113
at DebugProcCmdLineNetFramework.Program.Main(String[] args) in C:\...\Michael789\Desktop\ProcCmdLine-master\DebugProcCmdLineNetFramework\Program.cs:line 23
----- End -----
Anyway, this is a C# project utilizing C# libraries that I don't know how to access from C++. I.E.: It's worthless to me because it would taking me a month, if at all, to port to C++.
At this point, I don't know what to do!