Jump to content

usmanhameed

Newbies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by usmanhameed

  1. i m getting the follwoing error during compilation due to which i m unable to proceed. besides that i m using VisualStudio2005 Error 19 The command "@rem Embed manifest call "D:\src\Manifests\embedManifest.bat" "D:\src\bin\Debug\PaintDotNet.exe" "D:\src\Manifests\asInvoker.xml" call "D:\src\Manifests\embedManifest.bat" "D:\src\obj\Debug\PaintDotNet.exe" "D:\src\Manifests\asInvoker.xml" @rem Sign rem call "D:\src\signfile.bat" "D:\src\obj\Debug\PaintDotNet.exe" rem call "D:\src\signfile.bat" "D:\src\bin\Debug\PaintDotNet.exe" @rem copy Interop.WIA.dll over copy "D:\src\\Interop.WIA\Interop.WIA.dll" "D:\src\bin\Debug\" @rem Copy DDS over mkdir "D:\src\bin\Debug\\FileTypes" copy "D:\src\\DdsFileType\DdsFileType\bin\Debug\DdsFileType.dll" "D:\src\bin\Debug\\FileTypes" copy "D:\src\\DdsFileType\Squish\Squish_x86\Debug\Squish_x86.dll" "D:\src\bin\Debug\" copy "D:\src\\DdsFileType\Squish\Squish_x86_SSE2\Debug\Squish_x86_SSE2.dll" "D:\src\bin\Debug\" copy "D:\src\\DdsFileType\Squish\Squish_x64\Debug\Squish_x64.dll" "D:\src\bin\Debug\" @rem copy SystemLayer.Native.*.dll over rem copy "D:\src\\SystemLayer.Native\SystemLayer.Native.x64\Debug\PaintDotNet.SystemLayer.Native.x64.dll" "D:\src\bin\Debug\" rem copy "D:\src\\SystemLayer.Native\SystemLayer.Native.x86\Debug\PaintDotNet.SystemLayer.Native.x86.dll" "D:\src\bin\Debug\" @rem copy WiaProxy32.exe over copy "D:\src\\WiaProxy32\bin\Debug\WiaProxy32.exe" "D:\src\bin\Debug\" @rem copy English strings over copy "D:\src\\Strings\Debug\PaintDotNet.Strings.3.resources" "D:\src\bin\Debug\" @rem copy non-English strings (we won't copy the other file/image resource overrides) rem copy "D:\src\\Resources.mui\*.resources" "D:\src\bin\Debug\" :done rem call "D:\src\prejit.bat" "D:\src\bin\Debug\PaintDotNet.exe"" exited with code 1. paintdotnet
×
×
  • Create New...