Am Sonntag, den 25.01.2015, 23:49 +0100 schrieb Benoît Minisini:
> Le 25/01/2015 21:31, Benoît Minisini a écrit :
> > Le 25/01/2015 20:59, Charlie Reinl a écrit :
> >> Hello,
> >>
> >> Damned, my program crashed Gambas that way :
> >>
> >> This connection throws a #11 at Try con.Open()
> >>
> >> Pu
Hello,
Damned, my program crashed Gambas that way :
This connection throws a #11 at Try con.Open()
Public Sub Form_Open()
Dim con As New Connection
With con
.Host = ""
.Name = "myTable"
' .Charset = sCharSet
.Type = ""
.Login = ""
.Password = ""
End W
OK, I can confirm, it crashes with my system too.
[System]
Gambas=3.6.90
OperatingSystem=Linux
Kernel=3.13.0-43-generic
Architecture=x86_64
Distribution=Ubuntu 14.04.1 LTS
Desktop=XFCE
Theme=QGtk
Language=en_US.UTF-8
Memory=3953M
[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=l
Hello,
Damned, my program crashed Gambas that way :
the try con.Open fails when only the con.name is filled
Sorry for last CRASH-Report, I checked for not sending source.
TestApp01-0.0.1-crash-150108-211425.tar.bz2
Description: application/bzip-compressed-tar
---
Am Donnerstag, den 08.01.2015, 20:57 +0200 schrieb Jussi Lahtinen:
> The attachment doesn't contain any sources..?
> Use IDE to package the sources; Project --> Make --> Source archive.
>
>
> Jussi
>
> On Thu, Jan 8, 2015 at 8:49 PM, Karl Reinl wrote:
>
> > Hello,
> >
> > Damned, my program cr
The attachment doesn't contain any sources..?
Use IDE to package the sources; Project --> Make --> Source archive.
Jussi
On Thu, Jan 8, 2015 at 8:49 PM, Karl Reinl wrote:
> Hello,
>
> Damned, my program crashed Gambas that way :
>
> after con is declared (pass it with F8), then dblClick con to
Hello,
Damned, my program crashed Gambas that way :
after con is declared (pass it with F8), then dblClick con to inspect it.
TestApp01-0.0.1-crash-150108-194725.tar.bz2
Description: application/bzip-compressed-tar
--