Re: [Gambas-user] Memory Stream Help

2011-11-25 Thread Randall Morgan
Thanks Benoit, This should help. Randy 2011/11/25 Benoît Minisini > > > > Hi, > > > > In revision #4257, I have added support for extern functions that return > > a pointer to a C structure. > > > > ... > > Note that passing or receiving structures by value is not supported. > > -- > Benoît M

Re: [Gambas-user] Memory Stream Help

2011-11-25 Thread Benoît Minisini
> > Hi, > > In revision #4257, I have added support for extern functions that return > a pointer to a C structure. > > ... Note that passing or receiving structures by value is not supported. -- Benoît Minisini -- All

Re: [Gambas-user] Memory Stream Help

2011-11-25 Thread Benoît Minisini
Le 22/11/2011 18:56, Randall Morgan a écrit : > I do the C structures defined. But the functions return pointers to the > structures created by Tidy. So I have to Read the data into my local copy > using the pointer returned. Which I feel is very inefficient. I have just > started to play around wi

Re: [Gambas-user] Bug drawing_area

2011-11-25 Thread Benoît Minisini
Le 25/11/2011 19:05, nando a écrit : > Bug isn't about the form. Persistent T/F has no effect. > The issue is the line does not start at (0,0) in the drawing_area > when the area is partly off the screen to the left. > The line actually starts at FMain x=0, not Drawing_Area x=0. > The FMain x is ir

Re: [Gambas-user] Bug drawing_area

2011-11-25 Thread nando
Bug isn't about the form. Persistent T/F has no effect. The issue is the line does not start at (0,0) in the drawing_area when the area is partly off the screen to the left. The line actually starts at FMain x=0, not Drawing_Area x=0. The FMain x is irrelevant. -F -- Original Message

Re: [Gambas-user] svn update conflict problem

2011-11-25 Thread Jussi Lahtinen
If you don't want to save any modification you have done to Gambas source code, then easiest option is tf. Otherwise you may have to answer several more questions. (tf) theirs-full - accept their version of entire file Jussi On Fri, Nov 25, 2011 at 12:50, wally wrote: > svn update > Conflic

Re: [Gambas-user] svn update conflict problem

2011-11-25 Thread Benoît Minisini
Le 25/11/2011 11:50, wally a écrit : > svn update > Conflict discovered in 'comp/src/gb.eval.highlight/.startup'. > Select: (p) postpone, (df) diff-full, (e) edit, > (mc) mine-conflict, (tc) theirs-conflict, > (s) show all options: > > what to do ? > Normally you should type "tc"

[Gambas-user] svn update conflict problem

2011-11-25 Thread wally
svn update Conflict discovered in 'comp/src/gb.eval.highlight/.startup'. Select: (p) postpone, (df) diff-full, (e) edit, (mc) mine-conflict, (tc) theirs-conflict, (s) show all options: what to do ? -- All