Author |
Topic |
|
ydd
New Member
China
6 Posts |
Posted - May 15 2023 : 11:43:21 PM
|
VisualStudio 2022Preview can run on arm machine such as apple m1/m2 by Paralles. please conside to support. |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - May 16 2023 : 06:34:51 AM
|
This is something we are looking into. But since Visual Assist is written partly in C++ we cannot just recompile it for ARM, we have to rework parts of VA, so its not as simple as it might be.
case=148242 |
zen is the art of being at one with the two'ness |
|
|
SvenR
Tomato Guru
110 Posts |
Posted - May 31 2023 : 09:26:53 AM
|
I would also like to see an ARM64 version! It is the last AddIn that I am still missing for a productive use of VS 2022-ARM64.
quote: Originally posted by feline
But since Visual Assist is written partly in C++ we cannot just recompile it for ARM, we have to rework parts of VA, so its not as simple as it might be.
C++ code can be compiled easily for ARM64, as long as you don't use assembler modules or external libraries for which you don't have the source code. |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - May 31 2023 : 09:46:07 AM
|
My understanding is that .NET extensions can be moved to ARM quite easily. Remember our C++ code has its roots in supporting VC6. Still, this is definitely something we are keeping an eye on, and there does seem to be a fair bit of interest in this, which is good to know. |
zen is the art of being at one with the two'ness |
|
|
SvenR
Tomato Guru
110 Posts |
Posted - Jun 05 2023 : 09:15:54 AM
|
Your C++ code is already running on 64bit. Just create an ARM64 configuration (based on the x64 configuration) and hit the compile button. ;) |
Windows 11 x64, VS 2022, VaX 10.9.2530 |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Jun 05 2023 : 12:03:40 PM
|
Something tells me it won't be quite that simple, but we can hope |
zen is the art of being at one with the two'ness |
|
|
ydd
New Member
China
6 Posts |
Posted - Jun 15 2023 : 11:20:18 PM
|
hope this can be solved in near future. |
|
|
foxmuldr
Tomato Guru
USA
412 Posts |
Posted - Jun 21 2023 : 3:34:15 PM
|
It would be nice to have an ARM version. I would actually pay for that.
If you're interested in doing something different with your parser to make it more generic, I'd be willing to help you with it free of charge and under NDA if required. |
|
|
|
Topic |
|