Hi All,
Can anybody help me, im trying to create my first plugin for CS6. Im unable to build a plugin the following errors are occur while building.
1>------ Build started: Project: test, Configuration: Debug Win32 ------
1> VCPlugInHeaders.cpp
1> testActionComponent.cpp
1> testDialogController.cpp
1> testDialogObserver.cpp
1> PlugInStatics.cpp
1> SDKPlugInEntrypoint.cpp
1> testID.cpp
1> testNoStrip.cpp
1> TriggerResourceDeps.cpp
1> Generating Code...
1> Performing Custom Build Tools
1> ODFRC deleting old resources...
1> Could Not Find C:\Indesign_Plugin\CS6SDK\build\win\objD\test\*.idrc
1> merge_res.cmd - calling ConcatRes
1> 1 file(s) copied.
1> ConcatRes skipped since "..\objD\test"\test.fres is an empty file.
1> merge_res.cmd done.
1> Deleting old resources...
1> The system cannot find the file specified.
1> 'xcopy' is not recognized as an internal or external command,
1> operable program or batch file.
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(108,5): error MSB3073: The command "merge_res.cmd "..\objD\test\" test & echo Deleting old resources... & del /f /s "C:\Indesign_Plugin\CS6SDK\build\win\debug\sdk\(test.sdk Resources)\"*.idrc > ..\objD\Chinna\prevDeletedResources.txt & xcopy /Q /E "..\objD\test\"*.idrc "C:\Indesign_Plugin\CS6SDK\build\win\debug\sdk\(test.sdk Resources)\" /Y
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(108,5): error MSB3073: :VCEnd" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Regards,
Learner