[Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
Hello List,

When the user resizes the main form of my application I try to follow the
form size with the controls on the form. I use the Form_resize event and I
modify the controls' position accordingly.

My hierarchy is something like that:

Form
  TabStrip1
 TabStrip11
TableView111
 TabStrib12
TableView121
TableView122


It seems working correctly for any control I'm looking at... but not always
for the others.
For instance if I'm on the TabStrip11 and I resize the form then the
TableView111 behaves normally but if I go to check the TableView122 then I
can see the previous size.
I call the refresh method for each item after modifying it's position or
size.

Do I miss something or is it a bug?
I use Ubuntu 9.10 (64 bit), Gambas 2.20.


Robi
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] form_resize issue

2010-04-17 Thread Fabien Bodard
The resize event is used really not often on gambas ... it's not VB  !

you need to use the container system to automagiquely resize the
elements in your form ... all is managed with the mouse... Nothing to
do by code :)

look at VBox, HBox, Panel,

and all other containers like form, etc

and properties : arrangement , spacing, padding, expand, ignore



2010/4/17 Robert JUHASZ robert1juh...@gmail.com:
 Hello List,

 When the user resizes the main form of my application I try to follow the
 form size with the controls on the form. I use the Form_resize event and I
 modify the controls' position accordingly.

 My hierarchy is something like that:

 Form
  TabStrip1
     TabStrip11
        TableView111
     TabStrib12
        TableView121
        TableView122


 It seems working correctly for any control I'm looking at... but not always
 for the others.
 For instance if I'm on the TabStrip11 and I resize the form then the
 TableView111 behaves normally but if I go to check the TableView122 then I
 can see the previous size.
 I call the refresh method for each item after modifying it's position or
 size.

 Do I miss something or is it a bug?
 I use Ubuntu 9.10 (64 bit), Gambas 2.20.


 Robi
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Those pic with donkey on gambas website are great.

2010-04-17 Thread Zelimir Ikovic
Those pic with donkey on gambas website are great. 
Probably you should rename gambas to KickAssBasic,

Ass is for donkey in english. 
KickAss means something that really kick ass :)

Ass is not a rude word. In Bible:

... And Jesus, when he had found a young ass ...


Regards,
Ike



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Those pic with donkey on gambas website are great.

2010-04-17 Thread Fabien Bodard
witch donkey ?

2010/4/17 Zelimir Ikovic zelimir_iko...@yahoo.com:
 Those pic with donkey on gambas website are great.
 Probably you should rename gambas to KickAssBasic,

 Ass is for donkey in english.
 KickAss means something that really kick ass :)

 Ass is not a rude word. In Bible:

 ... And Jesus, when he had found a young ass ...


 Regards,
 Ike



 --
 Download Intel® Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Those pic with donkey on gambas website are great.

2010-04-17 Thread Rafa Domenech
Nice bible passage. Find here
http://gambas.sourceforge.net/en/news.htmlthe donkeys.
Rafa


On 17 April 2010 21:10, Fabien Bodard gambas...@gmail.com wrote:

 witch donkey ?

 2010/4/17 Zelimir Ikovic zelimir_iko...@yahoo.com:
  Those pic with donkey on gambas website are great.
  Probably you should rename gambas to KickAssBasic,
 
  Ass is for donkey in english.
  KickAss means something that really kick ass :)
 
  Ass is not a rude word. In Bible:
 
  ... And Jesus, when he had found a young ass ...
 
 
  Regards,
  Ike
 
 
 
 
 --
  Download Intel® Parallel Studio Eval
  Try the new software tools for yourself. Speed compiling, find bugs
  proactively, and fine-tune applications for parallel performance.
  See why Intel Parallel Studio got high marks during beta.
  http://p.sf.net/sfu/intel-sw-dev
  ___
  Gambas-user mailing list
  Gambas-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/gambas-user
 


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Those pic with donkey on gambas website are great.

2010-04-17 Thread Fabien Bodard
lol my fault you say Donkey and i search for Monkey :/

sorry

2010/4/17 Rafa Domenech rafad...@gmail.com:
 Nice bible passage. Find here
 http://gambas.sourceforge.net/en/news.htmlthe donkeys.
 Rafa


 On 17 April 2010 21:10, Fabien Bodard gambas...@gmail.com wrote:

 witch donkey ?

 2010/4/17 Zelimir Ikovic zelimir_iko...@yahoo.com:
  Those pic with donkey on gambas website are great.
  Probably you should rename gambas to KickAssBasic,
 
  Ass is for donkey in english.
  KickAss means something that really kick ass :)
 
  Ass is not a rude word. In Bible:
 
  ... And Jesus, when he had found a young ass ...
 
 
  Regards,
  Ike
 
 
 
 
 --
  Download Intel® Parallel Studio Eval
  Try the new software tools for yourself. Speed compiling, find bugs
  proactively, and fine-tune applications for parallel performance.
  See why Intel Parallel Studio got high marks during beta.
  http://p.sf.net/sfu/intel-sw-dev
  ___
  Gambas-user mailing list
  Gambas-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/gambas-user
 


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] EOF problem

2010-04-17 Thread Ed Clare Kelm
Hi!

I'm having a problem reliably reading a text file.

I am using:

Panasonic CF-51 Toughbook
Ubuntu 9.04 , Kernel 2.6.28-18
Gambas 2.8, QT

Below is the code for a test program which demonstrates the problem.  
This is a simple form, with one button, and one label. The only code is 
the Button1_click event shown.  The file testdat.txt contained in 
Fname is a text file with one short line of text, created with GEDIT.

One would expect that clicking Button1 would open the file, read the 
line of text, and place it into label1.  Indeed, this is exactly what 
happens roughly 4 times out of 5.  However, sometimes the file comes up 
empty, with an immediate EOF.  When the program is first started from 
the IDE, if it works correctly the first time, it will do so every time 
the button is clicked.  However, if it fails (indicates EOF) the first 
time, it will fail everytime the button is clicked.  Stopping the 
program and restarting it will roll the dice anew.  There does not seem 
to be any pattern to the failure.  It might happen twice in a row, it 
might not happen for 10 starts.

Does anybody have any ideas?  Is this an Ubuntu issue?

Thanks!

Ed K.


PUBLIC SUB Button1_Click()

   DIM tfile AS File
   DIM Fname AS String

   Fname = /home/us/Documents/testdat.txt

   tfile = OPEN Fname FOR READ

   label1.Text = 

   IF Eof(tfile) THEN
  label1.Text = EOF
   ELSE
  LINE INPUT #tfile, label1.Text
   END IF

   CLOSE #tfile 

END



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] EOF problem

2010-04-17 Thread Benoît Minisini
 Hi!
 
 I'm having a problem reliably reading a text file.
 
 I am using:
 
 Panasonic CF-51 Toughbook
 Ubuntu 9.04 , Kernel 2.6.28-18
 Gambas 2.8, QT
 
 Below is the code for a test program which demonstrates the problem.
 This is a simple form, with one button, and one label. The only code is
 the Button1_click event shown.  The file testdat.txt contained in
 Fname is a text file with one short line of text, created with GEDIT.
 
 One would expect that clicking Button1 would open the file, read the
 line of text, and place it into label1.  Indeed, this is exactly what
 happens roughly 4 times out of 5.  However, sometimes the file comes up
 empty, with an immediate EOF.  When the program is first started from
 the IDE, if it works correctly the first time, it will do so every time
 the button is clicked.  However, if it fails (indicates EOF) the first
 time, it will fail everytime the button is clicked.  Stopping the
 program and restarting it will roll the dice anew.  There does not seem
 to be any pattern to the failure.  It might happen twice in a row, it
 might not happen for 10 starts.
 
 Does anybody have any ideas?  Is this an Ubuntu issue?
 
 Thanks!
 
 Ed K.
 
 
 PUBLIC SUB Button1_Click()
 
DIM tfile AS File
DIM Fname AS String
 
Fname = /home/us/Documents/testdat.txt
 
tfile = OPEN Fname FOR READ
 
label1.Text = 
 
IF Eof(tfile) THEN
   label1.Text = EOF
ELSE
   LINE INPUT #tfile, label1.Text
END IF
 
CLOSE #tfile
 
 END
 

I cannot reproduce the problem with the same code. Does it occur whatever the 
contents of 'testdat.txt' is? Can you try the latest version of Gambas 2?

-- 
Benoît Minisini

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] EOF problem

2010-04-17 Thread Ed Clare Kelm
Thanks for the quick reply!

1.  The problem is independent of the contents of the text file. 

2.  I tried a more complicated test program in which there are TWO 
buttons, and TWO different text files.  This behaves similarly;  most of 
the time, failure of one button/file will be  accompanied by  failure of 
the other, but not always.   Very occasionally, one button/file will 
work, one will fail.

3.  According to Synaptics Package Manager I have the latest version of 
Gambas available, called 2.8.2-1build1 - if there is a newer version, 
how would I find and install it? 

4.  Would it be worth trying an upgrade to Ubuntu 9.10?

Regards,

Ed K.

Benoît Minisini wrote:
 Hi!

 I'm having a problem reliably reading a text file.

 I am using:

 Panasonic CF-51 Toughbook
 Ubuntu 9.04 , Kernel 2.6.28-18
 Gambas 2.8, QT

 Below is the code for a test program which demonstrates the problem.
 This is a simple form, with one button, and one label. The only code is
 the Button1_click event shown.  The file testdat.txt contained in
 Fname is a text file with one short line of text, created with GEDIT.

 One would expect that clicking Button1 would open the file, read the
 line of text, and place it into label1.  Indeed, this is exactly what
 happens roughly 4 times out of 5.  However, sometimes the file comes up
 empty, with an immediate EOF.  When the program is first started from
 the IDE, if it works correctly the first time, it will do so every time
 the button is clicked.  However, if it fails (indicates EOF) the first
 time, it will fail everytime the button is clicked.  Stopping the
 program and restarting it will roll the dice anew.  There does not seem
 to be any pattern to the failure.  It might happen twice in a row, it
 might not happen for 10 starts.

 Does anybody have any ideas?  Is this an Ubuntu issue?

 Thanks!

 Ed K.


 PUBLIC SUB Button1_Click()

DIM tfile AS File
DIM Fname AS String

Fname = /home/us/Documents/testdat.txt

tfile = OPEN Fname FOR READ

label1.Text = 

IF Eof(tfile) THEN
   label1.Text = EOF
ELSE
   LINE INPUT #tfile, label1.Text
END IF

CLOSE #tfile

 END

 

 I cannot reproduce the problem with the same code. Does it occur whatever the 
 contents of 'testdat.txt' is? Can you try the latest version of Gambas 2?

   
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] Did anybody try to run stepper motors through paralel port

2010-04-17 Thread Zelimir Ikovic
I have VB6 program that run CNC plasma machine. It work very well and smooth 
under win200, but in WinXP machine motion is not good. 

It doesnot help if I set REALTIME prority for the process ...

How about Linux and Gambas? Daes it depent on version of Linux ...

What is resolution for Gambas Timer? Can I wait 10 microsec do something wait 
10 microsec and so on ...

Regards



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] Did anybody try to run stepper motors through paralel port

2010-04-17 Thread Benoît Minisini
 I have VB6 program that run CNC plasma machine. It work very well and
 smooth under win200, but in WinXP machine motion is not good.
 
 It doesnot help if I set REALTIME prority for the process ...
 
 How about Linux and Gambas? Daes it depent on version of Linux ...
 
 What is resolution for Gambas Timer? Can I wait 10 microsec do something
 wait 10 microsec and so on ...
 
 Regards
 

If you use timers, then the interpreter maintains a list of all timers, and 
knows how long it should wait before the next timer must be raised.

If the interpreter must wait more than 10 ms, then he sleeps inside the 
select() system call.

If he must wait less than 10 ms, then he enters a busy loop that takes 100% 
CPU before doing the select() system call once with a timeout of zero.

Otherwise, if you don't use timers, you can use:

- The WAIT instruction. This instruction runs an event loop, so you have the 
same behaviour as above.

- The SLEEP instruction, which uses the nanosleep() system call. At the 
moment, SLEEP does not do busy loops for very small delays. This may change in 
the future, in Gambas 3.

Regards,

-- 
Benoît Minisini

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] EOF problem

2010-04-17 Thread Dimitris Anogiatis
Ed can you try this and tell us if it still doesn't work?

PUBLIC SUB Button1_Click()

  DIM tfile AS File
  DIM Fname AS String
  Dim temp AS String

  Fname = /home/us/Documents/testdat.txt

  tfile = OPEN Fname FOR READ

  label1.Text = 

  IF Eof(tfile) THEN
 label1.Text = EOF
 Print EOF
  ELSE
 LINE INPUT #tfile, temp
 Print temp
  END IF

  CLOSE #tfile

END

Watch the IDE's debug window to see what's being printed as the file is
being read

If this doesn't work too then you could try to update your version of
Gambas2 since
the latest stable version is 2.20.2

I hope this helps

Regard
Dimitris


On Sun, Apr 18, 2010 at 2:25 AM, Ed  Clare Kelm
twopil...@interisland.netwrote:

 Thanks for the quick reply!

 1.  The problem is independent of the contents of the text file.

 2.  I tried a more complicated test program in which there are TWO
 buttons, and TWO different text files.  This behaves similarly;  most of
 the time, failure of one button/file will be  accompanied by  failure of
 the other, but not always.   Very occasionally, one button/file will
 work, one will fail.

 3.  According to Synaptics Package Manager I have the latest version of
 Gambas available, called 2.8.2-1build1 - if there is a newer version,
 how would I find and install it?

 4.  Would it be worth trying an upgrade to Ubuntu 9.10?

 Regards,

 Ed K.

 Benoît Minisini wrote:
  Hi!
 
  I'm having a problem reliably reading a text file.
 
  I am using:
 
  Panasonic CF-51 Toughbook
  Ubuntu 9.04 , Kernel 2.6.28-18
  Gambas 2.8, QT
 
  Below is the code for a test program which demonstrates the problem.
  This is a simple form, with one button, and one label. The only code is
  the Button1_click event shown.  The file testdat.txt contained in
  Fname is a text file with one short line of text, created with GEDIT.
 
  One would expect that clicking Button1 would open the file, read the
  line of text, and place it into label1.  Indeed, this is exactly what
  happens roughly 4 times out of 5.  However, sometimes the file comes up
  empty, with an immediate EOF.  When the program is first started from
  the IDE, if it works correctly the first time, it will do so every time
  the button is clicked.  However, if it fails (indicates EOF) the first
  time, it will fail everytime the button is clicked.  Stopping the
  program and restarting it will roll the dice anew.  There does not seem
  to be any pattern to the failure.  It might happen twice in a row, it
  might not happen for 10 starts.
 
  Does anybody have any ideas?  Is this an Ubuntu issue?
 
  Thanks!
 
  Ed K.
 
 
  PUBLIC SUB Button1_Click()
 
 DIM tfile AS File
 DIM Fname AS String
 
 Fname = /home/us/Documents/testdat.txt
 
 tfile = OPEN Fname FOR READ
 
 label1.Text = 
 
 IF Eof(tfile) THEN
label1.Text = EOF
 ELSE
LINE INPUT #tfile, label1.Text
 END IF
 
 CLOSE #tfile
 
  END
 
 
 
  I cannot reproduce the problem with the same code. Does it occur whatever
 the
  contents of 'testdat.txt' is? Can you try the latest version of Gambas 2?
 
 

 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] form_resize issue

2010-04-17 Thread Robert JUHASZ
Salut Fabien,

Thanks for the idea. From one side it's a pity if the resize event doesn't
work as I imagined, form the other side it's a good opportunity to learn how
containers work in Gambas.
Is there any good tutorial which shows how the different controls work?
Their description is quite brief and in the built-in examples I didn't find
any.

Thanks,
Robi

2010/4/17 Fabien Bodard gambas...@gmail.com

 The resize event is used really not often on gambas ... it's not VB  !

 you need to use the container system to automagiquely resize the
 elements in your form ... all is managed with the mouse... Nothing to
 do by code :)

 look at VBox, HBox, Panel,

 and all other containers like form, etc

 and properties : arrangement , spacing, padding, expand, ignore



 2010/4/17 Robert JUHASZ robert1juh...@gmail.com:
  Hello List,
 
  When the user resizes the main form of my application I try to follow the
  form size with the controls on the form. I use the Form_resize event and
 I
  modify the controls' position accordingly.
 
  My hierarchy is something like that:
 
  Form
   TabStrip1
  TabStrip11
 TableView111
  TabStrib12
 TableView121
 TableView122
 
 
  It seems working correctly for any control I'm looking at... but not
 always
  for the others.
  For instance if I'm on the TabStrip11 and I resize the form then the
  TableView111 behaves normally but if I go to check the TableView122 then
 I
  can see the previous size.
  I call the refresh method for each item after modifying it's position or
  size.
 
  Do I miss something or is it a bug?
  I use Ubuntu 9.10 (64 bit), Gambas 2.20.
 
 
  Robi
 
 --
  Download Intel#174; Parallel Studio Eval
  Try the new software tools for yourself. Speed compiling, find bugs
  proactively, and fine-tune applications for parallel performance.
  See why Intel Parallel Studio got high marks during beta.
  http://p.sf.net/sfu/intel-sw-dev
  ___
  Gambas-user mailing list
  Gambas-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/gambas-user
 


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user