Re: [Gambas-user] Issue 459 in gambas: Gambas 3.4.2 IDE not working recompile all when downgrading

2013-10-08 Thread gambas
Comment #2 on issue 459 by r...@cyberjunky.nl: Gambas 3.4.2 IDE not working recompile all when downgrading http://code.google.com/p/gambas/issues/detail?id=459 Cannot reproduce it anymore, please close issue. -- You received this message because this project is configured to send all issue

Re: [Gambas-user] "wrapping" function based on recent Mod thread

2013-10-08 Thread Jussi Lahtinen
http://stackoverflow.com/questions/707370/clean-efficient-algorithm-for-wrapping-integers-in-c > > It's also possible that I mistranslated the C code in the above link, as > I don't know C. > Yes, because Gambas makes automatic conversions and thus the line where division is, gives sometimes diffe

Re: [Gambas-user] Help Gambas2 on Mint15

2013-10-08 Thread Charlie Reinl
Am Samstag, den 10.08.2013, 17:04 -0400 schrieb Pino Zollo: > ino Zollo -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advance

Re: [Gambas-user] Unable to compile gambas

2013-10-08 Thread Πρεκατές Αλέξανδρος
After installing libqtwebkit-dev gambas3 was compiled ok. Thanks. > gb.qt4.webkit is mandatory for Gambas IDE. > I think you just need libqtwebkit-dev installed. > > Please read installing instructions (but documentation server seems to be > down again). > > > Jussi > > > > On Mon, Oct 7, 2

[Gambas-user] awful bug at search and replace, smash your code

2013-10-08 Thread Karl Reinl
Salut Benoît, if in gambas3 source code editor the sub/function are folded/collapsed and you use search and replace, with 'replace all' you smash your code. Try on attached project replace (when all sub/functions are folded/collapsed) doItt with doit (or something else) using 'replace all' -- A

Re: [Gambas-user] awful bug at search and replace, smash your code

2013-10-08 Thread Benoît Minisini
Le 09/10/2013 00:30, Karl Reinl a écrit : > Salut Benoît, > > if in gambas3 source code editor the sub/function are folded/collapsed > and you use search and replace, with 'replace all' you smash your code. > > Try on attached project replace (when all sub/functions are > folded/collapsed) doItt wi

Re: [Gambas-user] Issue 459 in gambas: Gambas 3.4.2 IDE not working recompile all when downgrading

2013-10-08 Thread gambas
Updates: Status: WontFix Comment #3 on issue 459 by benoit.m...@gmail.com: Gambas 3.4.2 IDE not working recompile all when downgrading http://code.google.com/p/gambas/issues/detail?id=459 (No comment was entered for this change.) -- You received this message because this project is co

Re: [Gambas-user] curl ftp

2013-10-08 Thread Benoît Minisini
Le 30/09/2013 09:27, Shane@shane-aspire-5750 a écrit : > I'm having trouble connecting to a FTP server using the curl ftpclient > and it seems that it uses EPSV buy default is there a way to switch to > PASV mode ? > > also when i'm finished using the ftp connection what is the correct way to > dis

Re: [Gambas-user] "wrapping" function based on recent Mod thread

2013-10-08 Thread Kevin Fishburne
On 10/08/2013 09:14 AM, Jussi Lahtinen wrote: > http://stackoverflow.com/questions/707370/clean-efficient-algorithm-for-wrapping-integers-in-c >> It's also possible that I mistranslated the C code in the above link, as >> I don't know C. >> > Yes, because Gambas makes automatic conversions and thus