Jump to content

Recommended Posts

Posted

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.

Posted

at the top of VS click on build->Clean. Then try again

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!

Posted

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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...