06-05-2025, 03:01 AM
I don't have Visual Studio or Visual Studio Code installed on my computer.
I compiled my DLL on a Windows 10 system using the command x.Compile(code, "$desktop$\spt.dll", 1|0x300) in QM, which is very convenient.
However, there doesn’t seem to be any option in compilerOptions to control the runtime version (e.g., .NET 3.5).
Does this mean I must install Visual Studio in order to compile for .NET 3.5?
I compiled my DLL on a Windows 10 system using the command x.Compile(code, "$desktop$\spt.dll", 1|0x300) in QM, which is very convenient.
However, there doesn’t seem to be any option in compilerOptions to control the runtime version (e.g., .NET 3.5).
Does this mean I must install Visual Studio in order to compile for .NET 3.5?