Static packages for Visual Studio 2015 etc.Answered

I know your V5.0 Static packages only works with VS 2022. Could you provide V5.0 Static packages for Visual Studio 2015 etc.? All other Software License vendors provide Static packages for different VS versions. Thanks.

Answer

Nope, we only provide static packages for the latest version of Visual Studio at the time of compile. This reduces bugs and support load. It also drastically reduces our development time (chasing down old compiler bugs that have long since been fixed is a particular level of hell we're happy to escape).

On Windows, Visual Studio Community 2022 is free. On other platforms the compilers are also free.

If you need to use older versions of compilers, use the dynamic libraries.

, edited

We use code virtualization and static TurboActivate packages against reverse engineering. In the past, we did use the dynamic TurboActivate libraries, our app was cracked straightaway. This is why static packages are so useful.

Could you provide V5.0 Static packages for Visual Studio 2015 etc.?

Answer

No. Use the latest visual studio or use the dynamic libraries. We will not support old visual studios using static libraries for the reasons already stated.

The newest VS is free.

, edited