RemCom icon indicating copy to clipboard operation
RemCom copied to clipboard

Removed all references to system32 & changed VS2010 project files to not link to MSVCR100.dll

Open simojenki opened this issue 12 years ago • 2 comments

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.

simojenki avatar Jul 14 '12 10:07 simojenki

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.

Areontar avatar Apr 25 '13 20:04 Areontar

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.

newgiin avatar Apr 25 '13 21:04 newgiin