after working a while with QV(9) and creating some apps and some code, I start wondering on how to best deal with shared code and how to best set up the development environment.
My various apps all contain some shared code. So I started to extract that code into txt files and use the $(Include=...) statement to use it in all apps. This works fine (besides loosing the syntax highlighting of the QV script editor).
Now I am interested in: How have you organized your QV Development Environment? Do you use $(Include) or are there other 'tricks'? How do you handle version control (so far I think to push the include-files into SubVersion)? How do you organize team development (multiple developers working on the same app.)?