[Gambas-user] Path for open file write

2008-07-05 Thread Jeff Johnson
I know this has probably been replied to many times. This works hFile = OPEN "wxaprs.ini" FOR INPUT This works hFile = OPEN "./wxaprs.ini" FOR INPUT This fails with access forbidden DIM hFile1 AS File hFile1 = OPEN "./wxaprs.ini" FOR OUTPUT CREATE This fails with access forbidden DIM hFi

[Gambas-user] Path for open file write

2008-07-05 Thread Jeff Johnson
I know this has probably been replied to many times. This works hFile = OPEN "wxaprs.ini" FOR INPUT This works hFile = OPEN "./wxaprs.ini" FOR INPUT This fails with access forbidden DIM hFile1 AS File hFile1 = OPEN "./wxaprs.ini" FOR OUTPUT CREATE This fails with access forbidden DIM hFi

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
On samedi 05 juillet 2008, Steven Lobbezoo wrote: > Is this what you want ? > > GNU gdb 6.8 > Copyright (C) 2008 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > > This is free software: you are free to change and redistribute it. > Th

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
Is this what you want ? GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show c

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
On samedi 05 juillet 2008, Steven Lobbezoo wrote: > Ok, I just packed the directory with all it's files > It's attached > > Regards, > It works without crashing at all there... Strange! Please run your project in gdb (cd /path/to/my/project ; gdb gbx2 ; run -p) and send me the backtrace of the c

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
Ok, I just packed the directory with all it's files It's attached Regards, Le samedi 05 juillet 2008 à 12:26 +0200, Benoit Minisini a écrit : > On samedi 05 juillet 2008, Steven Lobbezoo wrote: > > I'm affraid not. > > If I do that, gambas just quits immidiatly. > > No errors, no messages, no ar

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
On samedi 05 juillet 2008, Steven Lobbezoo wrote: > I'm affraid not. > If I do that, gambas just quits immidiatly. > No errors, no messages, no archive. > > Steven > ? You should have at least a segmentation fault! Anyway, I need at least the ".project" file to recreate your project on my c

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
I'm affraid not. If I do that, gambas just quits immidiatly. No errors, no messages, no archive. Steven Le samedi 05 juillet 2008 à 12:14 +0200, Benoit Minisini a écrit : > On samedi 05 juillet 2008, Steven Lobbezoo wrote: > > Yes, here it is attached. > > > > Steven > > > > Can you use the "ma

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Benoit Minisini
On samedi 05 juillet 2008, Steven Lobbezoo wrote: > Yes, here it is attached. > > Steven > Can you use the "make source archive" IDE menu entry to make a source package of the project, and send it me? -- Benoit Minisini -

[Gambas-user] Gambas2-2.7.0 on Fedora 9 64bit

2008-07-05 Thread Seb Brown
Hello Board, having had my 1st programming experiences on an Amstrad CPC6128 with Locomotive BASIC back in the early 90ies, I have recently been trying to get back into programming. I have been trying to get familiar with the current languages such as C++ and/or Java ... it's not the object-ori

Re: [Gambas-user] problem sig 11 with 2.7

2008-07-05 Thread Steven Lobbezoo
Yes, here it is attached. Steven Le vendredi 04 juillet 2008 à 22:50 +0200, Benoit Minisini a écrit : > On jeudi 03 juillet 2008, Steven Lobbezoo wrote: > > Hi, > > > > I just installed gambas 2.7 (as per instructions on the site from the > > repository on suse for suse 11 (freshly installed als