Creating module for others

bfsog

Well-known member
Joined
Apr 21, 2005
Messages
50
Location
UK
Programming Experience
5-10
Hey.

Lets say I create a sample project, which has 2 modules in it.
One defines global variables, and the other includes 5 functions.

Lets say I want to put these 2 modules in a .zip/.rar file for others to use.

1: Do I just include the module files, or are there other files that the module files need?
2: How would someone else add this module to an existing project of theirs?
2.1: Would the module have to be in the folder that includes all the other project files?

Thanks in advance
 
Back
Top