Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3755

GitHub / Xojo Best practices work flow and class sharing

$
0
0

Suppose I have 3 project files in Xojo.
Project 1 is a Cartesian graph class (test harness application unit tests)
Project 2 is a histogram graph class (test harness application unit tests)

These are tested and work and are committed as in git.
Projects as xojo_project and Classes as xojo_code

Project 3 will be an application that will use the ‘classes’ developed in 1 and 2.

I want to use the classes I built in these two projects as external classes.

Q1) How do I import them but keep them external?
Q2) What happens if I modify one of these imported classes? (I don’t think I should be allowed.)

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 3755

Trending Articles