bandrewk Posted April 27, 2014 Share Posted April 27, 2014 Hello, during compilation in release mode Leadwerks opens a window with this message: --------------------------- Leadwerks Editor --------------------------- Failed to convert C:/DATA/Projects/xx/Projects/Windows/Release/xx.tlog/unsuccessfulbuild --------------------------- OK --------------------------- Due to that it also stops Visual Studio from compiling: Error 4 error MSB3061: Unable to delete file "Release\xx.tlog\unsuccessfulbuild". The process cannot access the file 'C:\DATA\Projects\xx\Projects\Windows\Release\xx.tlog\unsuccessfulbuild' because it is being used by another process. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets 314 5 xx Thank you. Quote Link to comment Share on other sites More sharing options...
xtreampb Posted April 27, 2014 Share Posted April 27, 2014 at the top of VS click on build->Clean. Then try again Quote bool Life() { while(death=false) { if(death==true) return death; } } I have found the secret to infinite life Did I help you out? Like my post! Link to comment Share on other sites More sharing options...
bandrewk Posted April 27, 2014 Author Share Posted April 27, 2014 That's not the point. I am capable of fixing this. I posted this as a bug report to let the developer know that there might be an issue with the filesystem watcher, as it does not really make sense to watch the projects folder anyway. However, it got moved to this section without any notice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.