RemCom
RemCom copied to clipboard
Removed all references to system32 & changed VS2010 project files to not link to MSVCR100.dll
Previously I could not get remcom to build is VS2010, and also work between 32 and 64 bit machines, both these issues are resolved in my fork.
Humm, I vaguely remember uncourting this problem, did you recompile the solution, if yes, with what?
From: Andrew Nguyen [mailto:[email protected]] Sent: Thursday, April 25, 2013 14:11 To: kavika13/RemCom Subject: Re: [RemCom] Removed all references to system32 & changed VS2010 project files to not link to MSVCR100.dll (#26)
On the remote host, the RemComSvc will not run if the host is missing msvcr100d.dll on its path. This didn't seem to be an issue on previous versions. Did you ever encounter this problem?
— Reply to this email directly or view it on GitHub https://github.com/kavika13/RemCom/pull/26#issuecomment-17034345 .Description: Image removed by sender.
Hi Areontar, I was able to resolve the issue, I just had to change the build configuration from 'Debug' to 'Release'. Compiled from Visual Studio 2010.