C2CUDATranslator icon indicating copy to clipboard operation
C2CUDATranslator copied to clipboard

Compiling Visual Studio 2017

Open altimadc opened this issue 5 years ago • 1 comments

I've been unable to compile this with VS2017. It did a one-way update. There are many warning the first being:

Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "antlr.runtime". Check to make sure the assembly exists on disk.

Is there by chance a compiled executable of this? Or can the sln and projects be updated to work with 2017? Thanks!

altimadc avatar Jul 12 '19 15:07 altimadc

I was able to get this compiled in VS 2022 Community by installing the oldest version of Antlr available through NuGet (3.1.1).

Now it says there are missing files: Database1_log.ldf Database1.mdf

AppXprt avatar Sep 07 '23 20:09 AppXprt