Re: [Gambas-user] packaging

2009-10-05 Thread Petit Eric
I don't know which Mysql driver gambas use, but you need to add it to the dep list of the deb to be sure when you install the dep it install the mysql driver too 2009/10/5 Robert JUHASZ : > Hi, > > I added "fakeroot" from the Synaptic Package Manager and with this I could > pack my application - s

Re: [Gambas-user] gambase and modbus

2009-10-03 Thread Petit Eric
http://en.wikipedia.org/wiki/Modbus http://fr.wikipedia.org/wiki/Modbus http://www.modbus.org/ http://www.modbus.org/tech.php http://www.modbus.org/docs/Modbus_over_serial_line_V1_02.pdf http://www.modbus.org/docs/Modbus_Application_Protocol_V1_1b.pdf http://www.modbus.org/docs/PI_MBUS_300.pdf http

Re: [Gambas-user] gambase and modbus

2009-10-02 Thread Petit Eric
find some of my first tool here : http://www.plcs.net/downloads/index.php?direction=0&order=&directory=Misc http://www.plcs.net/downloads/index.php?&direction=0&order=&directory=Modicon 2009/10/2 Petit Eric : > I did it in C# and VB.Net, Modbus protocol is pretty simp

Re: [Gambas-user] gambase and modbus

2009-10-02 Thread Petit Eric
I did it in C# and VB.Net, Modbus protocol is pretty simple, you can easy find protocol definition on the web, after what the transport, serial or Ethernet is "standard", so basically, if gambas support serial port writing, you just need to write it in the serial port component 2009/10/2 Mike : >

Re: [Gambas-user] packaging

2009-10-01 Thread Petit Eric
yes fakeroot pkg, you could also try MonoOSC on OBS server : http://sourceforge.net/projects/monoosc/ http://software.opensuse.org/search?baseproject=ALL&p=1&q=monoosc https://build.opensuse.org/ This is the best i found to deploy my application, that solve the dependency problem and give you the w

[Gambas-user] reconf-all script sugestion

2009-09-08 Thread Petit Eric
Hi I'm trying the svn version of Gambas, so i followed the instruction by started the "./reconf-all" script and wait long time, become surprise to see no output, like a dead program, so i suggest to add the verbosity option to the script, like that : autoreconf -v $@ -- Cordially. Small Eric Q