AndrewBGS
Member
|
Exclude Libraries From Project
Hi there, I want to make a tiny application besides my game for writing in files/database.
Sadly if I do this in the game project, I get a lot of errors because elements like "Character" which are used in my library (which is under the game's application) can not be found in the file writer application.
Currently I just have a whole new project for writing files/DB. How can I make an application inside an object NOT use libraries found in that project?
|
|
01-18-2014 03:02 PM |
|
Esenthel
Administrator
|
RE: Exclude Libraries From Project
The purpose of the Library element is that it is visible to all applications in the Project.
Codes in Libraries should be self-contained (do not require other codes to work)
|
|
01-19-2014 12:01 AM |
|
AndrewBGS
Member
|
RE: Exclude Libraries From Project
Ah. I see, I was just using them to structure my files better. Thanks.
|
|
01-19-2014 09:37 AM |
|