About Store Forum Documentation Contact



Post Reply 
Exclude Libraries From Project
Author Message
AndrewBGS Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #3
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
Find all posts by this user Quote this message in a reply
Post Reply