Re: [Gambas-user] Error messages from library?

2016-04-27 Thread Benoît Minisini
Le 27/04/2016 23:04, Jussi Lahtinen a écrit : > I found the culprit in this case. Thanks to all for the suggestions! > But I really hope there would be way to debug these bit easier, than > placing message boxes to the library code... > > Benoit, > would it be possible to run library parallel from

Re: [Gambas-user] Error messages from library?

2016-04-27 Thread Jussi Lahtinen
I found the culprit in this case. Thanks to all for the suggestions! But I really hope there would be way to debug these bit easier, than placing message boxes to the library code... Benoit, would it be possible to run library parallel from other instance of the IDE? Or at least get the debug

Re: [Gambas-user] Error messages from library?

2016-04-27 Thread adamn...@gmail.com
On Wed, 27 Apr 2016 01:07:20 +0300 Jussi Lahtinen wrote: > Hi! > 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

Re: [Gambas-user] Error messages from library?

2016-04-27 Thread Christof Thalhofer
Am 27.04.2016 um 00:40 schrieb Jussi Lahtinen: > Not that simple. The library has embedded data etc, and to avoid conflicts > I would need to modify the code. Hm... can you pack that data in a separated lib? I did so with some of my libs which grew too much. One big lib became 4 smaller ones.

Re: [Gambas-user] Error messages from library?

2016-04-26 Thread Jussi Lahtinen
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

Re: [Gambas-user] Error messages from library?

2016-04-26 Thread Christof Thalhofer
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

[Gambas-user] Error messages from library?

2016-04-26 Thread Jussi Lahtinen
Hi! 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? Jussi sysinf Description: Binary data