Menu

#4 errors in *.vcproj

open
nobody
None
5
2010-02-06
2010-02-06
No

checked out the source code (revision 12) and found two errors, one in Server.Demo.vcproj and one in Server.dll.vcproj concerning wrong paths
Server.Demo.vcproj line 102 should read
CommandLine="copy ..\bin\$(ConfigurationName)\OPCServer.dll .\" not CommandLine="copy ..\Server.dll\$(ConfigurationName)\OPCServer.dll .\"
Server.Dll.vcproj line 68 should read
OutputFile="../bin/$(OutDir)/OPCServer.dll" not OutputFile="../../bin/$(OutDir)/OPCServer.dll"

Discussion


Log in to post a comment.

Auth0 Logo