-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio 2019 Support #9
Comments
A follow-up on "Alternatives": Projects built using the projectGenerator work nicely in VS2019. Retarget platform on first load and then build/run as usual. |
Hello it's now 2020 is there anny info from people working on this? |
Hi @NicTanghe. I've been using openframeworks successfully with VS2019 for the past few months. I generate new project using the included projectGenerator app. When opening the project for the first time Visual Studio 2019 will prompt you to retarget the platform. After that all is good. |
@ stugeye does this mean the only thing i need to install is the project generator? ps. if this works with vscode 2 is unclear to me. |
@NicTanghe The project generator comes with the oF zip for Visual Studio, currently here. You will need to extract this zip to a known location on your hard drive. You can then run the project generator found in the These instructions are only for Visual Studio 2019 and will not work with VS Code. |
thank you this was unclear to me. Maybe removing the 2017 from the name whould be usefull. |
i also get the error that it uses an earlyer versiion of the Visual C++ platform toolset. |
I try to make a new project. |
@NicTanghe Nice. Glad to hear it's working. For the record in VS2019 I had to install "Desktop development with C++" and "Universal Windows Platform Development" Workloads via "Tools -> Get Tools and Features". |
Does this plugin support VS2019? I see that the marketplace version is only available for VS2017.
Currently if I wish to use oF in VS2019 I have to first create the project in VS2017 as described here.
What I've tried:
I cloned this repo and tried opening and running the solution in VS2019. Visual Studio had me install the "Visual Studio extension development" toolset. It also warned about the version of .NET used by the extension (v4.5.2) being different than my installed .NET v4.7.2.
I tried running the project but got a lot of compile errors. I also tried retargetting it to .NET v4.7.2, but no luck. Some of the compilation warnings reference the different .NET versions. The compilation errors referenced a potentially password protected key file that couldn't be imported named
keyStore_visualStudioWizard2017.pfx
.I've attached the list of errors and warnings: compilation.txt
Help Offered:
I'm not a C# programmer with VS extension development experience, so I don't think I'd be much help on the coding side. But I'd be happy to help out with any testing and documentation that might be needed for a VS2019 version of this plugin. I could also create a new Visual Studio setup guide for the official oF site for VS2019.
Alternatives:
Should I be looking into /openframeworks/projectGenerator instead of this project to generate new projects for VS2019?
The text was updated successfully, but these errors were encountered: