Your process is good, apart that ofxGSVImageStitcher not being an addon, you should not put it in “addons” (it might cause confusion later). “apps/myApps” is a good starting place.
Make sure you are selecting or drag/dropping the ofxGSVImageStitcher directory. The generator should work with the already-existing files in src, not create new ones (but it is easy to select the wrong level of repository and end up with extra files). If you are seeing generic source files, it is because the Generator was not looking at the right place.
A screenshot of the expanded project directory (post-generator) could help figure it out.
The VS version is a different question and i don’t know about that (ideally should be asked in another thread).
Thank you burton for the reply.
So as you said, I guess ofxGSVImageStitcher is not a add-on, just a project file.
But I am still confused with “Make sure you are selecting or drag/dropping the ofxGSVImageStitcher directory. The generator should work with the already-existing files in src, not create new ones.”
Does it mean that I should start this project with a regular Visual Basic New Project? So I simply created a new project file and opened the ofxGSVImageStitcher folder. Now I can see all the codes. But it does not run as I press F5.
What do you mean by generator should work with the already-existing files? does that mean that I should open up ofxGSVImageStitcher with Visual Studio, save, then use projectgenerator to re-open it?
In this case, I still do not use any add-on right?
I know this is get getting anywhere and asking you too much, but step by step would be really helpful.
hey no problem the PG is a somewhat picky program. The instructions here don’t explicitly cover “re”-generation.
When you start from scratch, the PG creates a source code template, plus the IDE “project” files based on your install location and platform. In your case you want to generate IDE project files for an existing project. So in PG, the “project path” field should point where you’ve placed ofxGSVImageStitcher (perhaps in apps/myApps). You can click and navigate there, or drop the repository onto the PG window.
The green “Generate” button should then change to orange “Update” – this indicates that it found the existing src files. You then click update, and IDE project files will appear besides the src repository. You can have PG open the IDE with the fresh project, or open it normally in the file manager or from within the IDE.