errors in *.vcproj
Status: Beta
Brought to you by:
obukhoff
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"