Compiler Exclude Lib
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Compiler Exclude Lib
There are times when compilation halts because of a 'clash' with a lib, especially User Libs. For example, a function of identical name. This can happen if you have developed some apps using the lib, and later others using the lib's source code. It's not so straightforward to change all your apps so that they are all singing from the same song book as invariably there are always other things involved. So, a compiler option to specifically exclude a lib would be a nice solution. Perhaps someone is going to tell me that this can already be done?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Compiler Exclude Lib
@IdeasVacuum,
If you are using gnozal's jaPBe instead of the standard PB IDE, he has a PureLib Manager tool.
It allows you to easily enable and disable user libraries to avoid the conflicts between library functions and source code.
Unfortunately, it doesn't work in the PB IDE.
Regards,
Eric
If you are using gnozal's jaPBe instead of the standard PB IDE, he has a PureLib Manager tool.
It allows you to easily enable and disable user libraries to avoid the conflicts between library functions and source code.
Unfortunately, it doesn't work in the PB IDE.

Regards,
Eric
Re: Compiler Exclude Lib
hmm I use it with the PB-IDE and I can easily enable/disable Userlibs with it....ebs wrote:... PureLib Manager tool ... Unfortunately, it doesn't work in the PB IDE.![]()
Re: Compiler Exclude Lib
That's good news! Gnozal's website makes it sound like it works only with jaPBe.Bisonte wrote:hmm I use it with the PB-IDE and I can easily enable/disable Userlibs with it....
Regards,
Eric
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Compiler Exclude Lib
Pure Lib Manager is a real gem - hats off to Gnozal! 

IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.