but it didn't ask. I ran script an simultanseeously checked directory for tmp file- there was no such file- it wasn't written.
ran it with "debug". It wanted to create tmp file, but failed. Maybe, administarative privileges are necessary?
Yes, I did and it failed. I placed that script in differnt folders- no matter. Error: cannot read tmp file (file not found). and finally "setup couldn't find Visual Studio installed"
Afraid, thee is a resaon. The instalaltion script is looking for string like "Microsoft Visual Studio 14", but there ane no such folders in my version of VS2022 (it is free Community version)
well, I can live without AppWizard. Take this picture- the nice picture, nothing common with WTL.
Thank you. I did what you wrote here, of course. Zero result. Bu I resolved the situation. I had a simple WTL project, created with WTL for VS2014. I was able to recompile it under VS2022 (after changing pathes to WTL files, of course). Then I began to replace files of the project- one by one. Compiler accepted them. The only one thing was inconvenient- I had to change names. Well, I can live with it. What is the most important is the fact, that the project runs. And, BTW, thank you for WTL- it is...
this process is always pain in ass. Two similar projects, one was succesfully modiied afteer such transaction, but the other is rejected by compiler. It is barking to CDCHandle, used in atlgdi.h file. "undeclared identifier", C2065. Moreover, I do not included this file to my include list. Can anyone give me some idea, what the issue might be here?
I have Community version of Visual Studio 2022 and I suspect, that Setup.js cannot be used for it. This script looks for folders like Microsoft Visual Studio 14 and so on, but there are no such folders. Is there a way to use WTL's AppWizaed for aforementioned Studio?