C1083 : Permission Denied Error
I am getting following error
1>..\..\resources\cnvtpipl.exe(2): fatal error C1004: unexpected end-of-file found
maone.pipl
1>c1 : fatal error C1083: Cannot open source file: '.\..\..\Output\Objs\Debug64\mapluginone.rr': Permission denied
del
1>c1 : fatal error C1083: Cannot open source file: '.\..\..\Output\Objs\Debug64\mapluginone.pipl': No such file or directory
zaptechpluginone.rr
1>c1 : fatal error C1083: Cannot open source file: 'del': No such file or directory
1>c1 : fatal error C1083: Cannot open source file: '.\..\..\Output\Objs\Debug64\mapluginone.rr': Permission denied
1>Done Building Project "C:\Users\zaptech\Documents\Visual Studio 2013\Projects\MaOne\MaOne\MaOne.vcxproj" (Build target(s)) -- FAILED.
Please Help
I had perform following steps:-
Create Qt Project
Add Photoshop SDK Liberaries (i.e all header file)
Add .rc file
Add .r file & in properties i execute following command
cl /I..\..\common\Includes /I..\..\..\PhotoshopAPI\Photoshop /I..\..\..\PhotoshopAPI\PICA_SP /EP /DWIN32=1 /Tc"%(FullPath)" > "$(IntDir)%(Filename).rr"
..\..\resources\cnvtpipl.exe "$(IntDir)%(Filename).rr" "$(IntDir)%(Filename).pipl"
All paths are correct..
But .pipl file not generated & .rr file generated but got above error
Please Help Me..
