Bug? SLC Error 0x80004005

zhousongke

Member
Licensed User
Longtime User
I use SLC to compile .jar library. When the number of .java files in src folder is greater than 456, an error 0x80004005 occurs. Is a bug? How to solve?

System.componentModel.Win32Exception (0x80004005): File name or extension is too long

System.Diagnostics.Process.StartWithCreateProcess(ProcssStartInfo.startInfo)
At System.Diagnostics.Process.Start()
At Dbasic.ProcessHelper.runProcess(Process p,Boolean listenToOutput)
At Dbasic.ProcessHelper.CompileCode.Run()
At LibraryCompiler.Form1.Compile(String name,String ignore,String path)
 
Top