Page 1 of 1
experience with VS2022
Posted: Sun Dec 19, 2021 10:31 am
by Juraj
in the application where I read the text file line by line and display the progress with the progressbar in the debugging mode, the progress is very slow. In mode without debugging work OK. In VS2019 both modes work well.
Juraj
experience with VS2022
Posted: Sun Dec 19, 2021 1:12 pm
by robert
Juraj,
Is this app running in 32 bits or 64 bits mode ?
Robert
experience with VS2022
Posted: Sun Dec 19, 2021 1:59 pm
by Juraj
Hi Robert
The app was created in VS2019 and then opened in VS2022.
Where can i find out in which mode works?
Juraj
experience with VS2022
Posted: Sun Dec 19, 2021 2:37 pm
by TerryB1
Juraj
FWIW I have several bits of software under development (C#) and have re-compiled using VS2022 64 bit.
Compilation has been noticeably faster than VS2019. Depends on size of program of course, my bits are fairly small, but I see some two or more seconds speed improvement on each bit.
Terry