Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread Benoît Minisini
Le 26/06/2014 20:53, PICCORO McKAY Lenz a écrit : i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in past, but now in 3.5 trunk seems gambas need pkg-config files to find opengl requirements.. i mean, if i have opengl and xorg on a custom setup as example... how can i

Re: [Gambas-user] Gambas3 and ZeroMQ?

2014-06-28 Thread Fabien Bodard
Seem interresting ! 2014-06-28 7:49 GMT+02:00 CJ li...@hth.com: Anyone using ZeroMQ (a.k.a ØMQ/0MQ/zmq) with Gambas3? Looks like a nice way doing inproc, IPC, RPC... http://zeromq.org Below is a nice introduction... http://nichol.as/zeromq-an-introduction /CJ

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread PICCORO McKAY Lenz
From: Beno?t Minisini gam...@users.sourceforge.net This is actually foreseen, but the 'configure.ac' file of the 'gb.opengl' components must be modified to explicitely use the 'GB_COMPONENT_SEARCH' macro instead of 'GB_COMPONENT_PKG_CONFIG'. this are present in configure script to modifiy or i

[Gambas-user] GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-28 Thread Orionis
Hi, I'm starting to investigate this control. This is my first question, but more will follow I have an Editor called 'edit' loaded with some text; I want to recover each single line to parse them. This is an example of code: [code] Dim lineObj As Variant Dim sRow As String For cnt = 0 To

Re: [Gambas-user] GB3 Editor: how to elaborate Editor.Lines (and CSTR behaviour)

2014-06-28 Thread Fabien Bodard
Dim hEditor As Editor Dim hEditorLine As Object hEditorLine = hEditor.Lines [ Line As Integer ] 2014-06-28 22:32 GMT+02:00 Orionis li...@boxidee.it: Hi, I'm starting to investigate this control. This is my first question, but more will follow I have an Editor called 'edit' loaded with some