[Gambas-user] Gambas 3 crash in xslt transform

2012-07-16 Thread Mauricio Baeza
Hi every body... In Gambas 3 in ArchLinux... I try an tranform with XSLT, but Gambas crash in: oTransform = Xslt.Transform(oDocXML, oDocXSLT) the message is: The programstopped unexpectedly sending the signal# 11. My system is: [System] OperatingSystem=Linux Kernel=3.4.4-3-ARCH Archite

Re: [Gambas-user] Issue 273 in gambas: DEBUS - Seg Fault(11)

2012-07-16 Thread gambas
Updates: Status: Fixed Comment #3 on issue 273 by adrien.p...@gmail.com: DEBUS - Seg Fault(11) http://code.google.com/p/gambas/issues/detail?id=273 Hi, Everything is solved in the last revision (#4959). -- Live

Re: [Gambas-user] Cannot build gb.xml.html

2012-07-16 Thread Adrien Prokopowicz
Hi Bruce, Did you try a make clean && ./reconf && ./configure -C in gb.xlm before compiling ? If that doesn't work, try to remove the .deps directory in trunk/gb.xml/src/html Regards, Adrien. 2012/7/16 Bruce : > Rev 4957, but this may have occurred earlier as I have had this > component disable

[Gambas-user] Editor control

2012-07-16 Thread Valeriu
Hello! As defined in the control Editor, the string contains a red color and is Highlight.Breakpoint? Code: Dim strFile As String, Ret As String, cnt As String = "0", Er As String = " " Dim strc As String, Buf As String, arrstring As String, arr As String[], sText As String Dim i As Integer, con