Visual D >> TRACKER : error TRK0004: Failed to locate: "FileTracker32.dll". The system cannot find the file specified.

Saravana Kumar Arumugam saravanakumar.a.o at gmail.com
Sat Feb 17 20:30:16 UTC 2018


On Friday, 2 February 2018 at 08:56:45 UTC, Markus wrote:
> On Tuesday, 21 November 2017 at 04:39:52 UTC, A Guy With a 
> Question wrote:
>> I'm trying to learn D using Visual D in Visual Studio 
>> Community 2015. Both dmd and ldc give me this error when 
>> building from Visual Studio. Any ideas? I'm able to build C++ 
>> projects...
>
> I had to update "Visual Studio 2015 Update 2" to "Visual Studio 
> 2015 Update 3" to resolve that issue.

Another way is just copy and rename "FileTracker.dll" to 
"FileTracker32.dll" in "%ProgramFiles%\MSBuild\<version>\Bin" 
folder. Make sure you also renamed the file "FileTrackerUI.dll" 
to "FileTracker32UI.dll" in the latest LCID folder (latest 
numbered folder in same location).

But that's the hard fix. Probably MSBuid issue.


More information about the Digitalmars-d-learn mailing list