Not that simple. The library has embedded data etc, and to avoid conflicts
I would need to modify the code.
More over I suspect something strange happening in the export.

Also generally speaking I hope there is easier way to do this.


Jussi



On Wed, Apr 27, 2016 at 1:22 AM, Christof Thalhofer <chri...@deganius.de>
wrote:

> Am 27.04.2016 um 00:07 schrieb Jussi Lahtinen:
>
> > I have two projects using same library (made with Gambas).
> > When same functions are used in project 1, everything is OK, but from
> > project 2 I got "Out of bounds". How can I see what happens in the
> library?
>
> If you have to debug a lib, simply copy the code to the project using
> the lib (and remove the lib itself from your project).
>
> In the project you can make a subdir AAALib (or something equivalent – I
> do this to remember, that the lib's code is inside my project) and copy
> the sourcecode there.
>
> Then you can test your project, debug and change the code. When done,
> move the sourcefiles back to your lib, make an executable of them and
> include it again in your project.
>
>
> Alles Gute
>
> Christof Thalhofer
>
> --
> Dies ist keine Signatur
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to