Hi
I am beginner in c++ , I have a console project and want to convert it to windows application , after 6-7 days trying I couldn't convert it and when I compile project I have many more errors
It doesn't make sense to just 'convert' a console application to a GUI application.
Depending on how well you designed the console application, you can build a GUI on top of it. But this isn't converting it.
If you didn't design the console application in such a way, then you'll just have to do some rewriting.